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.1
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
  • 20 commits
  • 30 files changed
  • 5 contributors

Commits on Dec 6, 2023

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

Commits on Dec 8, 2023

  1. Merge branch '0.1' into 0.2

    * 0.1:
      Use newest versions of PHPUnitBridge (#12)
    alcaeus committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7e9d88c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Add PHP 8.3 to CI matrix (#8)

    Co-authored-by: Andreas Braun <alcaeus@users.noreply.github.com>
    OskarStark and alcaeus authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    af4da33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050062e View commit details
    Browse the repository at this point in the history
  3. Remove parameter name usage for AutowireDatabase (#13)

    * Remove parameter name usage for AutowireDatabase
    
    * Fix documentation
    
    * Update readme
    
    ---------
    
    Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
    alcaeus and OskarStark authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    2d3784a View commit details
    Browse the repository at this point in the history
  4. Allow specifying options in AutowireDatabase and AutowireCollection (#14

    )
    
    * Resolve service references for codec collection options
    
    * Add codec option to AutowireCollection
    
    * Document codec usage
    
    * Bump MongoDB dependency to 1.17
    
    * Allow passing all options to AutowireCollection and AutowireDatabase
    
    * Use parameter for type maps
    alcaeus authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    74668e0 View commit details
    Browse the repository at this point in the history
  5. Add MongoDB profiler (#4)

    GromNaN authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    af537c2 View commit details
    Browse the repository at this point in the history

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

Commits on Jun 24, 2025

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