Releases: secomind/cyanide
Releases · secomind/cyanide
v2.0.0
This release introduce a new type for BSON binaries (Cyanide.Binary
) that is used instead of tuples, and a Cyanide.Encoder protocol.
Since this is a breaking change, existing code must be ported to this new library version.
v1.0.1
First Cyanide 1.0 bugfix release.
This release fixes arrays handling on some ill-formed BSONs.
v1.0.0
This is the first release of Cyanide 1.0 that is implemented from scratch.