Releases: rollun-lc/rollun-datastore
Releases · rollun-lc/rollun-datastore
10.2.0
10.1.0
Support "rollun-com/rollun-utils":"^8.0"
10.0.0
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
DataStoreException throws instead of ConnectionException when connection is lost during preparing sql statement
9.0.2
DataStoreException throws instead of ConnectionException
9.0.1
Reconnect on lost DB connection
Fix from laminas/laminas-db#56 (comment)
6.11.2
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