Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
1.7.13
- Hash password-reset tokens before storing (#508 #506) @rosamarsky
- Trying to print_r circular entity dependency results in OOM in InteractsWithEntities (#510) @k0ka
Also thanks to @dpslwk for review.
⚠️ Breaking change
- All password reset tokens will be invalidated.
1.6.1
- Fixed callAfterCreating for one entity in FactoryBuilder::create #441 @zergbz1988
From 1.5.8:
- Handle default table options in master slave connection #453 @zackrowe
- Fixed syntax error in facade method EntityManager::getIdentifierFlattener #446 @gazhur94
1.5.8
- Handle default table options in master slave connection #453 @zackrowe
- Fixed syntax error in facade method EntityManager::getIdentifierFlattener #446 @gazhur94
1.5.7
- Fixed callAfterCreating for one entity in FactoryBuilder::create #441 @zergbz1988
1.6.0
Laravel 7.0 supports thanks to @barryo! (#438).
Note that upgrading to Laravel 7.0 requires laravel-doctrine/migrations 2.0, please make sure to read the upgrade notes.
1.4.16
- Added
php_file
cache option #433.
1.5.5
- Added 'serverVersion' configuration option for master-slave setup #423 @xaben
1.4.15
- Added 'serverVersion' configuration option for master-slave setup #423 @xaben
1.5.4
- Enable compatibility with doctrine/persistence 1.3+ @bounoable
1.4.14
- Enable compatibility with doctrine/persistence 1.3+ #422 @filakhtov