Version 5.0.1 of BSON for Ruby is now available.
Release Highlights
- RUBY-3435 Dates beyond 19 Jan 2038 were not representable in an ObjectID, but should have been.
- RUBY-3508 Certain malformed BSON packets could result in crashes when attempting to parse them.
- DOP-4704 Documentation sources have been moved to a separate repository. Please see GitHub - mongodb/docs-ruby: MongoDB Ruby Documentation if you wish to contribute to the documentation for bson-ruby.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
$ gem install --version 5.0.1 bson
Full Changelog: Comparing v5.0.0...v5.0.1 · mongodb/bson-ruby · GitHub