Skip to content

Releases: rollun-lc/rollun-datastore

10.2.4

13 Jan 13:00
Compare
Choose a tag to compare

Fix CSV datastore not working with custom delimiters (that not ',')

6.11.5

03 Jan 13:02
Compare
Choose a tag to compare

Fix false positive warning "Option 'rewriteIfExist' is no more use" when using "rewrite" and "rewriteMultiple" methods

6.11.4

03 Jan 08:21
Compare
Choose a tag to compare

Remove "This method is deprecated. Use 'AspectTyped' to define any field type." warning

10.2.3

29 Nov 09:11
Compare
Choose a tag to compare

Fix "AbstractPluginManager now expects a ContainerInterface instance representing the parent container" warning

10.2.2

27 Nov 08:54
Compare
Choose a tag to compare

Remove "This method is deprecated. Use 'AspectTyped' to define any field type." warning

10.2.1

26 Nov 13:54
Compare
Choose a tag to compare

Fix false positive warning "Option 'rewriteIfExist' is no more use" when using "rewrite" and "rewriteMultiple" methods

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