Skip to content

Releases: taoensso/nippy

v2.6.0-alpha2

30 Mar 12:36
Compare
Choose a tag to compare
v2.6.0-alpha2 Pre-release
Pre-release
v2.6.0-alpha2

v2.6.0-alpha1

30 Mar 12:37
Compare
Choose a tag to compare
v2.6.0-alpha1 Pre-release
Pre-release
v2.6.0-alpha1

v2.5.2 / 2013 Dec 7

30 Mar 12:33
Compare
Choose a tag to compare

New

  • Test Serializable objects at freeze time for better reliability.
  • Thaw error messages now include failing type-id.

Changes

  • Don't cache serializable?/readable? for types with gensym-style names (e.g. as used for anonymous fns, etc.).
  • Failed serialized/reader thaws will try return what they can (e.g. unreadable string) instead of just throwing.
[com.taoensso/nippy "2.5.2"]

v2.5.1 / 2013 Dec 3

30 Mar 12:34
Compare
Choose a tag to compare

New

  • Added experimental inspect-ba fn for examining data possibly frozen by Nippy.

Changes

  • Now throw exception at freeze (rather than thaw) time when trying to serialize an unreadable object using the Clojure reader.
[com.taoensso/nippy "2.5.1"]