Skip to content

Releases: rollun-lc/rollun-datastore

10.2.0

05 Nov 08:36
Compare
Choose a tag to compare

Replace Interop container by Psr

10.1.0

23 Oct 07:25
Compare
Choose a tag to compare

Support "rollun-com/rollun-utils":"^8.0"

10.0.0

21 Oct 01:05
Compare
Choose a tag to compare

Fix file locks in CsvBase. Changes in rollun\datastore\DataStore\CsvBase:

  • Allow multiple reading from file
  • Block exclusively when writing/deleting
  • Remove symfony/lock from composer, and change all locks to standart php flock function.
    • CsvBase::__construct no longer required Symfony\Component\Lock\LockInterface
    • CsvBase using SplFileObject instead of stream resource (which returned from fopen)
  • Some refactoring in CsvBase that can break backward compatibility for child classes

9.0.3

09 Aug 12:52
Compare
Choose a tag to compare

DataStoreException throws instead of ConnectionException when connection is lost during preparing sql statement

9.0.2

02 Aug 14:19
Compare
Choose a tag to compare

DataStoreException throws instead of ConnectionException

9.0.1

17 Jul 13:46
Compare
Choose a tag to compare

Reconnect on lost DB connection

Fix from laminas/laminas-db#56 (comment)

6.11.2

22 Jul 10:54
Compare
Choose a tag to compare

This release is broken, use 6.11.3

RELEASES 6.11.0 and 6.11.1 are made from the wrong branch (for php8), this release fixes it.

Contains only changes described in 6.11.0 and 6.11.1, nothing new

I did the release from the wrong branch again

9.0.0

01 Jul 11:35
5e58458
Compare
Choose a tag to compare

Fix TableManagerMysql:create for Mysqli driver

6.11.3

22 Jul 10:56
Compare
Choose a tag to compare

RELEASES 6.11.0, 6.11.1 and 6.11.2 are made to the wrong branch (for php8), this release fixes it.

Contains only changes described in 6.11.0 and 6.11.1, nothing new

Fixed: #144