Skip to content

5.0.1

Compare
Choose a tag to compare
@mongodb-dbx-release-bot mongodb-dbx-release-bot released this 23 Jul 14:20
· 6 commits to master since this release
d7e5bf1

Caution

bson 5.0.1 can potentially segfault when creating a new BSON::ObjectId (see RUBY-3557). This has been addressed in 5.0.2.

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 https://github.com/mongodb/docs-ruby 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: v5.0.0...v5.0.1