Releases: mongodb/bson-ruby
Releases · mongodb/bson-ruby
4.12.1
This patch release fixes the following issue:
4.12.0
This minor release in the 4.x series adds the following improvements:
- RUBY-2397 Support parsing $uuid as extended JSON representation for subtype 4 binary
- RUBY-2504 Ensure return value of all BSON::Document methods is a BSON::Document instance potentially breaking change
The following bugs were fixed:
- RUBY-2438 to_uuid does not add the fourth dash to serialized uuid potentially breaking change
- RUBY-2487 BSON::Document#except does not exclude symbol arguments with ActiveSupport 6 potentially breaking change
- RUBY-2491 Repair BSON::Document#slice on Ruby 2.4 with ActiveSupport
4.11.1
This patch release fixes a regression in version 4.11.0:
4.11.0
This release of the bson gem fixes the following bug:
4.10.1
This patch release in the 4.10 series fixes a segmentation fault on s390x architectures.
4.9.5
This patch release in the 4.9 series fixes a segmentation fault on s390x architectures.
4.10.0
This feature release of bson-ruby contains the following improvement:
The following bug was also fixed:
4.9.4
4.9.3
This bug fix release repairs a segfault that occurred when calling GC.compact while using the library.
4.9.2
This bugfix release repairs inability to deserialize BSON::Regexp::Raw instances from YAML.