Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mongodb/mongo-ruby-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mongodb/mongo-ruby-driver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.19-stable
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 45 files changed
  • 6 contributors

Commits on Sep 22, 2023

  1. DOCSP-32949: docs link to the BSON 4.x Tutorial (#2784) (#2785)

    * DOCSP-32949: docs link to the BSON 4.x Tutorial
    
    * resolve link errors
    
    ---------
    
    Co-authored-by: Chris Cho <[email protected]>
    jamis and Chris Cho authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    877a9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    c46c118 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Bump version to 2.19.2

    comandeo-mongo committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    525c48e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. RUBY-3352 Backport RUBY-3268 atlas search index helpers to 2.19-stable (

    #2804)
    
    * RUBY-3268 search index management helpers (#2777)
    
    * RUBY-3268 Index View API for Search Indexes
    
    * documentation, and align method names with the spec
    
    * return the correct value here
    
    * suppress NamespaceNotFound errors for the drop operation
    
    * prose tests for search indexes
    
    * rubocop
    
    * prose tests pass
    
    * first stab at evergreen config for index management specs
    
    * rubocop
    
    * gah, executable permissions
    
    * don't use FLE for full atlas tests
    
    * make sure MONGODB_URI is set
    
    * set the timeout higher for the search index specs
    
    * pass all aggregation options through to the list indexes command
    
    * use the correct implementation for #empty?
    
    * remove unnecessary validation
    
    * bump drivers-evergreen-tools
    
    * RUBY-3324 bump drivers-evergreen-tools to get updated atlas setup/teardown (#2780)
    
    also, expose task_id expansion as environment variable to those scripts
    
    * RUBY-3328 add `execution` expansion to environment for atlas cluster name uniqueness (#2783)
    jamis authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a0526f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Prep for 2.19.3 (#2807)

    * version bump
    
    * add docs for the Atlas search index management API (#2806)
    
    * nokogiri requires zlib
    
    * async-io 1.37.0 (newly released) breaks on Ruby 2.5, 2.6
    
    this is a dependency of the rubydns gem
    jamis authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5c64168 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. fix API link (#2813)

    jordan-smith721 authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    01c042f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. DOCSP-37038: Fix broken link (#2841) (#2842)

    (cherry picked from commit e459c3f)
    norareidy authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    4e094a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. DOCSP-37137: Update BSON page references (#2844)

    * DOCSP-37038: Fix broken link (#2841)
    
    (cherry picked from commit e459c3f)
    
    * RUBY-3393: Rename BSON tutorial page (#2832)
    
    (cherry picked from commit 7cb06f0)
    
    * CC feedback
    
    ---------
    
    Co-authored-by: Alex Bevilacqua <[email protected]>
    norareidy and alexbevi authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    517891b View commit details
    Browse the repository at this point in the history
Loading