Skip to content

Releases: prooph/pdo-snapshot-store

1.6.0 Release

03 Oct 18:57
v1.6.0
bd27746
Compare
Choose a tag to compare

Added

  • dropped travis in favor of github actions via laminas/laminas-continu… #33 (basz)
  • php8 compatibility #32 (basz)
  • Change copyright #31 (codeliner)

1.5.2 Release

26 Apr 23:37
v1.5.2
d43b233
Compare
Choose a tag to compare

Added

  • Correctly escape schema namespaced table name in the PostgreSQL. #30 (ghettovoice)

1.5.1 Release

16 May 10:15
v1.5.1
d6c1b94
Compare
Choose a tag to compare

Fixed

1.5.0 Release

15 Apr 08:43
v1.5.0
62a5b93
Compare
Choose a tag to compare

Fixed

  • snapshot have no index (postgres) #23
  • adds PKs to schema's #24 (basz)

Added

1.4.0 Release

17 Dec 16:26
v1.4.0
94c879b
Compare
Choose a tag to compare

Added

1.3.0 Release

30 Jul 07:14
v1.3.0
e2ed418
Compare
Choose a tag to compare

Added

  • Flag / Method to turn off transaction handling #15
  • disable transaction handling #16 (prolic)

1.2.0 Release

30 May 10:35
v1.2.0
Compare
Choose a tag to compare

Added

  • Catch PDOExceptions and check error codes (#14)

1.1.2 Release

14 May 08:40
v1.1.2
Compare
Choose a tag to compare

Fixed

  • Fixed aggregate root serialized value binding (#13)

1.1.1 Release

06 Apr 16:41
v1.1.1
73af49c
Compare
Choose a tag to compare

Fixed

  • Bug/Typo in factory

1.1.0 Release

06 Apr 07:24
v1.1.0
27533c2
Compare
Choose a tag to compare

Added

  • Support for custom serializers from snapshot-store 1.1