Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.72 KB

CHANGELOG-1.2.md

File metadata and controls

22 lines (18 loc) · 1.72 KB

CHANGELOG for 1.2.x

This changelog references the relevant changes done in 1.2 patch versions.

1.2.0 (2017-10-24)

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

  • #1448 adds a builder for aggregation pipeline queries, similar to the query builder.
  • #1513 adds a trait to avoid re-implementing closureToPhp in custom type classes.
  • #1518 adds updateOne and updateMany methods to the query builder.
  • #1519 adds a command to validate mapping.
  • #1577 allows priming fields in inverse references without specifying a repositoryMethod.
  • #1600 adds an AbstractRepositoryFactory as base class when creating an own repository factory.
  • #1612 adds support for immutable documents via the readOnly mapping option.
  • #1620 adds support for specifying readPreference on a document level, replacing slaveOkay.
  • #1623 adds a generic reference object as successor to dbRef.
  • #1654 adds support for aggregation pipeline stages added in MongoDB 3.4.
  • #1661 allows specifying a custom starting ID for IncrementGenerator.