slacker 0.4.0 released

Wed 04 January 2012
  • ANN tags:
  • clojure
  • project
  • slacker published: true comments: true

Slacker 0.4.0 has been released to clojars.org . There are new features and breaking changes in this release.

Breaking Changes

  • New maven coordinator: [slacker "0.4.0"] (groupId renamed to slakcer)
  • defremote renamed to defn-remote
  • SlackerException removed. slacker now uses slingshot for exception handling
  • Rename :async option of defn-remote to :async?

What's new in 0.4.0

  • Add new serialization type :clj
  • New interceptors: execution time stats, args logger, slow watch dog
  • New HTTP interface
  • Server inspect commands

  • utility functions/macros defn-remote-all, defn-remote-batch and meta-remote
  • Get more information on github.