The Onyx team is proud to announce some releases of Onyx Platform projects.
Michael Drogalis (https://twitter.com/michaeldrogalis) and myself (https://twitter.com/ghaz) will both be at Strange Loop this week. If you're interested in Onyx come find us to have a chat! ====== Onyx Redis ====== https://github.com/onyx-platform/onyx-redis Released onyx-redis 0.7.5. Thanks to Gardners Vickers https://github.com/gardnervickers, we now have an official Onyx Redis plugin! ====== Onyx Kafka ====== https://github.com/onyx-platform/onyx-kafka Released onyx-kafka 0.7.5. Recent versions of onyx-kafka now support auto assigned partition readers and the ability to write to particular keys and partitions. An embedded Kafka server is now included with the plugin for easy unit testing. ====== Onyx Datomic ====== https://github.com/onyx-platform/onyx-datomic Released onyx-datomic 0.7.5. Recent versions of onyx-datomic include a log reader plugin, to read from the datomic log in a reproducible and fault tolerant way. This feature is already being used to good effect in production. ====== Onyx Seq ======= https://github.com/onyx-platform/onyx-seq Released onyx-seq 0.7.5. Onyx Seq is a new "swiss army knife" plugin to distributed work read from a seq. This can easily be used to create file reader plugins, computation plugins, etc. ====== Onyx Core ====== https://github.com/onyx-platform/onyx # 0.7.5 No functional changes in this release. We had a build problem that wasn't worth fixing across all 0.7.4 releases. Fixed build and trying again under alias 0.7.5 # 0.7.4 Operations: Onyx now requires Java 8. API breaking change: update signature of onyx.api/await-job-completion to take an opts map. API breaking change: removed Netty and core.async messaging implementations. API: New catalog entry option :onyx/n-peers to automatically expand to make :onyx/min-peers and :onyx/max-peers peers the same value. #282 API: Allow functions in leaf position of a workflow. #198 Bug fix: flow-conditions retry default action should emit segments #262 Bug fix: cleaned up publications on write failure # 0.7.3 Bug fix: Kill-job no longer throws a malformed exception with bad parameters. Bug fix: Fixed arity in garbage collection to seek the next origin. Documentation: Fixed Aeron docstring for port allocation Added schema type-checking to all replica updates in the log. Allow Aeron to use short virtual peer ID when hashing. #250 Exposed all schemas used for internal validation through onyx.schema namespace, meant for use in 3rd party tooling. Allow plugins to write task-metadata to the replica, which will be cleaned up when jobs are completed or killed #287 -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
