event-store

PHP 7.4 EventStore Implementation

BSD-3-CLAUSE License

Downloads
1.3M
Stars
548
Committers
35
event-store - 7.9.0 Release Latest Release

Published by prolic almost 2 years ago

Added

  • Ensure compatibility with PHP 8.2
  • Add explicit public visibility to remaining constants
  • Use array spread operator instead of array_merge where possible
  • Add null default to nullable properties properties that have no
    default
  • Add typed properties and return types where possible
  • Simplify empty() function calls on empty arrays
  • Update licenses to 2023
  • Add missing null default to nullable query property
  • Adjust github actions config to include php 8.2
event-store - 7.8.0 Release

Published by prolic almost 2 years ago

Added

event-store - 7.7.0 Release

Published by prolic over 2 years ago

Added

  • Ensure compatibility with PHP 8.1
  • Migrate to Github Action
event-store - 7.6.1 Release

Published by prolic over 3 years ago

Fixed

  • eventStore may contain reference to decorator which can cause ReflectionException #420 (unixslayer)
event-store - 7.6.0 Release

Published by prolic almost 4 years ago

Added

  • Support for PHP 8.0
event-store - 7.5.9 Release

Published by codeliner about 4 years ago

Fixed

  • #411 (@sandrokeil ) : Order messages in consideration of provided stream order
event-store - 7.5.8 Release

Published by prolic over 4 years ago

Added

  • Improve MergeStreamIterator performance by using TimSort #408 (sandrokeil)
event-store - 7.5.7 Release

Published by prolic over 4 years ago

Fixed

event-store - 7.5.6 Release

Published by prolic about 5 years ago

Fixed

event-store - 7.5.5 Bugfix Release

Published by codeliner about 5 years ago

Fixed

  • #378 Adds beberlei/assert 3.2.3 - 3.2.4 to composer conflict section, because those two releases are incompatible with Util\Assertion
event-store - 8.0.0 RC 1

Published by prolic over 5 years ago

Fixed

  • Uncaught InvalidArgumentException: Could not create DateTimeImmutable #371
  • Remove workaround in DateTime parsing #375 (prolic)
  • fix acl settings #372 (prolic)
event-store - 7.5.4 Release

Published by prolic over 5 years ago

Added

event-store - 7.5.3 Release

Published by prolic over 5 years ago

Added:

  • Improvement/merged stream iterator #367 (basz)

Fixed:

  • Improvement/persist after blocksize processed events #368 (basz)
event-store - 7.5.1 Release

Published by codeliner over 5 years ago

Fix

  • #363 : Add support for "event_name" in InMemoryEventStore
event-store - 8.0.0 BETA 2

Published by prolic over 5 years ago

Added

  • add fail (multiple) eventId(s) to EventStorePersistentSubscription #359 (prolic)
event-store - 8.0.0 BETA 1

Published by prolic almost 6 years ago

event-store - 7.5.0 Release

Published by prolic almost 6 years ago

Added

  • Update fromStream for Projection, Query and ReadModelProjection #350 (fjogeleit)
  • Update cs headers #351 (basz)

Fixed

event-store - 7.4.0 Release

Published by prolic about 6 years ago

Added

  • feature/countable stream iterator #346 (basz)
event-store - 7.3.8 Release

Published by prolic about 6 years ago

Fixed

  • fix expected projections event count #345 (basz)
event-store - 7.3.7 Release

Published by prolic over 6 years ago

Added

  • Preserve original exceptions in parameters #341 (enumag)