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-labs/symfony-mongodb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2
Choose a base ref
...
head repository: mongodb-labs/symfony-mongodb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.4
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 17 files changed
  • 3 contributors

Commits on Mar 4, 2025

  1. Fix data collector (#23)

    builderEncoder uses a WeakMap that cannot be serialized
    GromNaN authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    fd8db91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f37094b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a303e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d48585b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db8649f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cabfa91 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41dc635 View commit details
    Browse the repository at this point in the history
  8. Use getDatabase and getCollection (#19)

    selectDatabase and selectCollection are deprecated since 1.21
    Follows https://github.com/mongodb/mongo-php-library/releases/tag/1.21.0
    OskarStark authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    5beff17 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Allow usage of #[Target] attribute for the MongoDB client (#15)

    * Allow usage of #[Target] attribute for the MongoDB client
    
    * Add test to autowire client using #[Target] attribute
    GromNaN authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    1cbc4c5 View commit details
    Browse the repository at this point in the history
  2. Fix CS

    GromNaN committed Mar 5, 2025
    Configuration menu
    Copy the full SHA
    7797702 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Support MongoDB Driver 2.0 (#24)

    * Support version 2.0 of the MongoDB driver
    
    * Test with driver version 2.x in CI
    alcaeus authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    3cee7ae View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2025

  1. Merge branch '0.3' into 0.4

    GromNaN committed Apr 20, 2025
    Configuration menu
    Copy the full SHA
    83b17bc View commit details
    Browse the repository at this point in the history
Loading