Releases: xsc/thrift-clj
Releases · xsc/thrift-clj
Clojars Release 0.3.0
Breaking Changes
string
fields have to be set usingString
values (no transparent.toString()
call).- no longer compatible with Clojure 1.4.0.
- no longer compatible with Java 6.
Bugfixes
binary
fields are no longer treated asstring
(see #10).clojure.core
functions are excluded from generated namespaces to prevent name clashes (see #7).- the namespace code is always generated to avoid problems with AOT compilation (see #11).
Features
- upgrades dependencies.
Artifact Coordinates
[thrift-clj "0.3.0"]
Clojars Release 0.2.1
This release upgrades libthrift
to 0.9.1.
Clojars Release 0.2.0
This release moves the slf4j-compatible logger (included for test purposes) to the :dev
profile, making it necessary for users to include their own, while letting them choose which one to use (e.g. log4j, logback, ...).