- 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
Get more information on github.