Skip to content

Releases: laravel-doctrine/orm

2.0.0

05 Oct 05:49
2.0.0
70f4b08
Compare
Choose a tag to compare

📣 Please take a look at the upgrade guide for this release!

1.8.2

07 Mar 09:57
1.8.2
76e5f65
Compare
Choose a tag to compare
  • Add attributes on entities
  • [FIX] Fix normalizer error (#525) @Andrey
  • [FIX] DoctrinePresenceVerifier, implements DatabasePresenceVerifierInterface #497 @dpslwk

1.8.0 and 1.8.1

02 Jun 15:47
1.8.1
9eea57d
Compare
Choose a tag to compare

1.8.1

  • Allow symfony/serializer ^5.0 to be used #523 @xaben

1.8.0

1.7.13

22 Dec 06:21
1.7.13
b32c58b
Compare
Choose a tag to compare
  • 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

23 Jul 03:27
1.6.1
5441be7
Compare
Choose a tag to compare
  • 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

23 Jul 03:22
1.5.8
ed08f53
Compare
Choose a tag to compare
  • Handle default table options in master slave connection #453 @zackrowe
  • Fixed syntax error in facade method EntityManager::getIdentifierFlattener #446 @gazhur94

1.5.7

01 Apr 15:18
1.5.7
b7e6b39
Compare
Choose a tag to compare
  • Fixed callAfterCreating for one entity in FactoryBuilder::create #441 @zergbz1988

1.6.0

01 Apr 15:22
1.6.0
3902b4a
Compare
Choose a tag to compare

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

16 Feb 16:03
1.4.16
1f4b814
Compare
Choose a tag to compare
  • Added php_file cache option #433.

1.5.5

16 Feb 16:03
1.5.5
03dd5ed
Compare
Choose a tag to compare
  • Added 'serverVersion' configuration option for master-slave setup #423 @xaben