The MongoDB Ruby team is pleased to announce version 5.1.0 of the bson gem - a fully featured BSON specification implementation in Ruby.
Install this release using RubyGems via the command line as follows:
gem install -v 5.1.0 bson
or simply add it to your Gemfile:
gem 'bson', '5.1.0'
Have any feedback? Click on through to MongoDB’s JIRA and open a new ticket to let us know what’s on your mind
.
Release Notes
New Features
- RUBY-3521 Add binary vector support (PR)
- Warn on
BSON::Document#deep_symbolize_keys! (PR)
Bug Fixes
- TEST: explicitly require stringio (PR)
- RUBY-3665 - Fix Rubocop (PR)
- Update bson-ruby.yml workflow (PR)
- RUBY-3675 Use
append_cflags over modifying CFLAGS directly (PR)
system
(system)
Closed
2
This topic was automatically closed after 90 days. New replies are no longer allowed.