Releases: rollun-lc/rollun-datastore
10.2.4
6.11.5
Fix false positive warning "Option 'rewriteIfExist' is no more use" when using "rewrite" and "rewriteMultiple" methods
6.11.4
Remove "This method is deprecated. Use 'AspectTyped' to define any field type." warning
10.2.3
Fix "AbstractPluginManager now expects a ContainerInterface instance representing the parent container" warning
10.2.2
Remove "This method is deprecated. Use 'AspectTyped' to define any field type." warning
10.2.1
Fix false positive warning "Option 'rewriteIfExist' is no more use" when using "rewrite" and "rewriteMultiple" methods
10.2.0
Replace Interop container by Psr
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