DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony

MIT License

Downloads
13.9M
Stars
381
Committers
177

Bot releases are hidden (Show)

DoctrineMongoDBBundle - 3.3.0

Published by malarzm over 7 years ago

For list of included Pull Requests please see 3.3 Changelog

DoctrineMongoDBBundle - 3.2.1

Published by alcaeus almost 8 years ago

Maintenance release.

Please see changelog for notable fixes

All issues and pull requests in this release may be found under the 3.2.1 milestone.

DoctrineMongoDBBundle - 3.2.0

Published by malarzm over 8 years ago

This release introduces compatibility with Custom Collections introduced in ODM 1.1. The minimum PHP version for this release is 5.6, same as for ODM. If you need support for older ODM version (1.0) or old PHP versions (< 5.6) please use the 3.1 release.

For list of included Pull Requests please see 3.2 Changelog

DoctrineMongoDBBundle - 3.1.0

Published by malarzm over 8 years ago

This release introduces compatibility with Symfony 3.0. The minimum PHP version for this release is 5.5. If you need support for older Symfony versions (< 2.7), old PHP versions (< 5.5) or old MongoDB driver versions (< 1.5) please use the 3.0 release.

For list of included Pull Requests please see 3.1 Changelog

DoctrineMongoDBBundle - 3.0.2

Published by alcaeus almost 9 years ago

Pull requests completed for this release:

  • #286 fixed duplicate calls to "limit" in queries displayed in the profiler
  • #289 fixed an issue where the annotation mapping driver was not correctly initialized
  • #330 adds validation to ensure the replicaSet parameter is a string
DoctrineMongoDBBundle - 3.0.1

Published by jmikola about 9 years ago

https://github.com/doctrine/DoctrineMongoDBBundle/commit/42565f1511d0cae687319e0479b9628aa963589c resolved a security vulnerability related to directory creation in ODM. Doctrine Common, ODM, and ORM are also affected, so users are encouraged to update all libraries and dependencies. The vulnerability has been assigned CVE-2015-5723 and additional information on the issue may be found in this blog post.

DoctrineMongoDBBundle - v3.0.0

Published by malarzm over 9 years ago

Stable release

Pull requests completed for this release:

  • #264 add support for bundle namespace alias
  • #260 Support filter parameters in configuration
  • #259 Configuration - added "authMechanism" option
  • #258 bundle autoloading moved to PSR4
  • #249 Unset username and password options when null
  • #245 Query logging should be done at the debug level not info
DoctrineMongoDBBundle - v3.0.0-BETA6

Published by jmikola over 10 years ago

Requires Symfony ~2.1 and Doctrine MongoDB ODM 1.0.0-BETA10.

Pull requests completed for this release:

  • #197: Expose ResolveTargetDocumentListener in configuration
  • #206: Fixes "event_listener" tag for "resolve_target_documents" configuration
DoctrineMongoDBBundle - v3.0.0-BETA5

Published by jmikola over 10 years ago

Requires Symfony ~2.1 and Doctrine MongoDB ODM 1.0.0-BETA9.

Pull requests completed for this release:

  • #180: Fixed build error 'WARNING: undefined label: event_dispatcher'
  • #182: Update composer.json for Symfony 2.3
  • #183: Documentation for the abstraction layer
  • #185: Add compiler pass for bundles to register mappings
  • #192: Add more info about command in pretty data collector
  • #194: Updated registration form documentation
  • #195: Documentation tip on using the parameters
  • #200: Document db connection option
  • #207: Composer should only update current dependency
  • #210: Fixed typo
  • #211: FormBuilderInterface documentation update
  • #215: Support PHP driver options in Configuration
  • #219: Update configuration for 1.4.x driver options
  • #223: Restore addDefaultsIfNotSet() for "default_commit_options"
  • #233: Added a parameter allowing the default fixtures path to be configured