Version 5.0.2 of BSON for Ruby is now available.
Release Highlights
This patch release contains an important bugfix, therefore an upgrade from the previous version is strongly recommended.
Documentation
Documentation is available at MongoDB.com.
Installation
You may install this version via RubyGems, with:
gem install --version 5.0.2 bson
What's Changed
- RUBY-3533 Make BSON::Binary objects comparable by @jamis in #338
- RUBY-3551 Add Ruby 3.3 to test matrix by @comandeo-mongo in #339
- RUBY-3557 Mark SecureRandom as Global by @zacheryph in #341
New Contributors
- @zacheryph made their first contribution in #341
Full Changelog: v5.0.1...v5.0.2