Skip to content

Releases: xsc/thrift-clj

Clojars Release 0.3.0

30 Sep 20:46
@xsc xsc
Compare
Choose a tag to compare

Breaking Changes

  • string fields have to be set using String 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 as string (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

14 Dec 11:36
@xsc xsc
Compare
Choose a tag to compare

This release upgrades libthrift to 0.9.1.

Clojars Release 0.2.0

10 Aug 12:17
@xsc xsc
Compare
Choose a tag to compare

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, ...).