Skip to content

DOCSP-50809: bson 5.1 release #159

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 1, 2025

Conversation

rustagir
Copy link
Contributor

@rustagir rustagir commented Jul 1, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-50809

Staging Links

  • reference/release-notes
  • Self-Review Checklist

    • Is this free of any warnings or errors in the RST?
    • Did you run a spell-check?
    • Did you run a grammar-check?
    • Are all the links working?
    • Are the facets and meta keywords accurate?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented Jul 1, 2025

    Deploy Preview for docs-ruby ready!

    Name Link
    🔨 Latest commit b2cae47
    🔍 Latest deploy log https://app.netlify.com/projects/docs-ruby/deploys/68643a9bfc90380009272fef
    😎 Deploy Preview https://deploy-preview-159--docs-ruby.netlify.app
    📱 Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify project configuration.

    @docs-builder-bot
    Copy link

    docs-builder-bot commented Jul 1, 2025

    🔄 Deploy Preview for docs-ruby processing

    Item Details
    🔨 Latest Commit b324325c41ae6054b10dafe538f1f86eac6e825b
    😎 Deploy Preview https://deploy-preview-159--docs-ruby.netlify.app
    🔍 Build Logs View Logs

    @rustagir rustagir requested a review from jamis July 1, 2025 15:39
    Copy link
    Collaborator

    @mcmorisi mcmorisi left a comment

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    LGTM with a nit and a suggestion!

    Comment on lines 59 to 60
    - The ``#deep_symbolize_keys!`` and ``#symbolize_keys!`` methods are not
    supported on ``BSON::Document`` objects. In previous versions,
    Copy link
    Collaborator

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    Reword to avoid passive voice

    Suggested change
    - The ``#deep_symbolize_keys!`` and ``#symbolize_keys!`` methods are not
    supported on ``BSON::Document`` objects. In previous versions,
    - ``BSON::Document`` objects no longser support the ``#deep_symbolize_keys!`` and ``#symbolize_keys!`` methods. In previous versions,

    Comment on lines 49 to 50
    {+language+}. ``bson`` v5.1 accompanies the {+driver-short+} v2.22
    release.
    Copy link
    Contributor

    Choose a reason for hiding this comment

    The reason will be displayed to describe this comment to others. Learn more.

    We actually discovered that all the changes we meant to release in driver v2.22 somehow got released in 2.21.1. This includes the vector search support in the driver, though it wouldn't have worked until bson 5.1.0.

    So, bson 5.1.0 supports ruby driver 2.21.1. There will be a driver 2.22 eventually, but probably not imminently.

    @rustagir rustagir merged commit 24d9b86 into mongodb:master Jul 1, 2025
    1 check passed
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    None yet
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    4 participants