5.1.0
Release Notes for 5.1.0
Feature release (minor)
Added
- Support for DBAL middlewares (only with DBAL 3.x)
 - Support for excluding schemas from Doctrine migrations
 
Changed
- doctrine-laminas-hydrator is now required in ^3.0 (see release notes), support for 2.x is dropped
 
5.1.0
- Total issues resolved: 0
 - Total pull requests resolved: 6
 - Total contributors: 4
 
Documentation
- 715: Added documentation for DBAL 3 middlewares thanks to @driehle
 - 714: Updated docs in regard of custom types and type comments thanks to @driehle
 
Enhacement
- 713: Upgrade doctrine-laminas-hydrator to ^3.0 thanks to @driehle
 - 712: Merge release 5.0.1 into 5.1.x thanks to @github-actions[bot]
 - 709: Add support for schema assets filter option thanks to @villermen
 - 708: Add support for DBAL Middlewares thanks to @snapshotpl