Skip to content

Clojars Release 0.3.0

Latest
Compare
Choose a tag to compare
@xsc xsc released this 30 Sep 20:46
· 6 commits to master since this release

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"]