DoctrineMongoODMModule

Laminas Module for Doctrine MongoDB ODM

MIT License

Downloads
600.1K
Stars
83
Committers
40

Bot releases are hidden (Show)

DoctrineMongoODMModule - 3.0.2

Published by TomHAnderson almost 4 years ago

Added

  • .doctrine-project.json created

Changed

  • README.md updated with badges, better installation instructions, removed 2.x specific language

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
DoctrineMongoODMModule - 3.0.1

Published by TomHAnderson almost 4 years ago

Added

  • Nothing.

Changed

  • Updated to Doctrine coding standard v8.2.0

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing
DoctrineMongoODMModule - 3.0.0

Published by TomHAnderson almost 4 years ago

Added

  • Nothing.

Changed

  • Configuration was changed to use Doctrine\ODM\MongoDB\Configuration:AUTOGENERATE_* constants for generate_proxies
    and generate_hydrators instead of removed AbstractProxyFactory::AUTOGENERATE_*. If you override those settings in your local config, ensure the proper constants are used.
  • Adapt to doctrine/peristence:2.0
  • DoctrineMongoODMModule\Options\Configuration::getGenerateHydrators() returns an int instead of a bool
  • DoctrineMongoODMModule\Options\Configuration::setGenerateHydrators() requires an int instead of a bool for its first parameter
  • DoctrineMongoODMModule\Options\Configuration: The methods getPersistentCollectionFactory and getPersistentCollectionGenerator can now return null.

Deprecated

  • Nothing.

Removed

  • DoctrineMongoODMModule\Paginator\Adapter\DoctrinePaginator was removed because Doctrine\ODM\MongoDB\Cursor doesn't exist anymore and there is no simple workaround.
  • The CLI commands odm:generate:documents and odm:generate:repositories were removed because they no longer exist.
  • The Configuration options retryConnect and retryQuery were removed.
  • The DoctrineMongoODMModule\Logging\Logger interface was removed. Existing implementations directly implement \Doctrine\ODM\MongoDB\APM\CommandLoggerInterface now.
  • The DoctrineMongoODMModule\Logging\LoggerChain was removed. Loggers can now be subscribed with the MongoDB driver directly.

Fixed

  • Nothing.
DoctrineMongoODMModule - 2.0.2

Published by TomHAnderson over 4 years ago

Added

  • Support for connection options

Fixed

  • Return type for logging added
DoctrineMongoODMModule - 2.0.1

Published by TomHAnderson over 4 years ago

Added

  • Support for default_document_repository_class_name in config

Changed

  • Set minimum version of mongo-odm to ^1.3
DoctrineMongoODMModule - 2.0.0

Published by TomHAnderson over 4 years ago

Added

  • Support for Laminas
  • Docker used for testing

Changed

  • Minimum PHP version now 7.2
  • Suport for DoctrineModule 4.0

Removed

  • Support for Zend Framework
DoctrineMongoODMModule - 1.1.1

Published by malarzm over 5 years ago

Changed

  • Allow ^2.1.7 version of DoctrineModule
DoctrineMongoODMModule - 1.1.0

Published by TomHAnderson almost 6 years ago

Changed

  • Allow DoctrineModule 2.1 + Travis update (PHP 7.3)
  • Removed support for PHP < 7.1
DoctrineMongoODMModule - 1.0.0

Published by alcaeus over 7 years ago

This is a stable release. From now on, the project will follow semantic versioning.

See changelog for additional release notes.

Note: compared to 0.11.0, this version introduces a BC break by fixing the namespace alias for the DocumentManager.

DoctrineMongoODMModule - 0.11.0

Published by gianarb about 8 years ago

  • Add PHP 7 to the build matrix (#161)
  • ZF3 compatibility (#168)
  • Require stable version of DoctrineModule 1.2.0 instead of dev-master (#172)
DoctrineMongoODMModule - 0.9.1

Published by gianarb over 9 years ago

  • [#140] Fixed #139 add minimum stabiliy dev for mongodb-odm
DoctrineMongoODMModule - 0.9.0

Published by gianarb over 9 years ago

Build Status

We are happy to announce DoctrineMongoODMModule 0.9.0!
This is first version that drop PHP 5.3!!

  • #125 Drop PHP 5.3 support
  • #124 Add DoctrineObject factory for DocumentManager
  • #128 allow adding custom types via module config
  • #135 Stable composer configuration
DoctrineMongoODMModule - 0.8.2

Published by Ocramius over 9 years ago

Build Status

The Zend Framework Integration Team is happy to announce the new release of DoctrineMongoODMModule.
DoctrineMongoODMModule 0.8.2 will be the last bugfix version with support for DoctrineModule 0.8, and in consequence, it is the last version that will support PHP 5.3.
Further versions of the 0.8.* series may still be released in case of security issues.

Following issues were solved in this release:

  • #108 updated paginator documentation
  • #109 added user guide
  • #114 simplified unit testing
  • #115 removed files for old test setup

To install this version, simply update your composer.json by using following command:

./composer.phar require "doctrine/doctrine-mongo-odm-module:0.8.2"
DoctrineMongoODMModule - 0.8.1

Published by Ocramius over 10 years ago

0.8.1 release, fixes for #54, #101, #103, #104, #105