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/bson-ruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.0.1
Choose a base ref
...
head repository: mongodb/bson-ruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.2
Choose a head ref
  • 5 commits
  • 30 files changed
  • 4 contributors

Commits on Oct 8, 2024

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

Commits on Oct 14, 2024

  1. RUBY-3533 Make BSON::Binary objects comparable (#338)

    The comparison is only meaningful if the two objects have the
    same Binary type, as well.
    jamis authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    bc942e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

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

Commits on Nov 15, 2024

  1. RUBY-3557 Mark SecureRandom as Global (#341)

    SecureRandom needs to be marked global so that it
    does not possibly get moved during GC compaction.
    zacheryph authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    edcaa40 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. version bump (#342)

    jamis authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8401fb3 View commit details
    Browse the repository at this point in the history
Loading