Skip to content

Releases: memowe/EventStore-Tiny

v0.72

25 Jun 08:18
v0.72
Compare
Choose a tag to compare
  • Breaking change: lift minimum perl version to 5.20 by using signatures
  • Use Carp::croak instead of die to get errors out of caller's perspective

v0.6

12 Dec 08:33
v0.6
Compare
Choose a tag to compare
  • Breaking change: Serialization API has changed and uses YAML instead of Storable
  • Transparent refactoring of internal event registration and handling
  • Fix POD (@manwar)

v0.5

12 Dec 08:38
v0.5
Compare
Choose a tag to compare
  • Introduce slack mode (state consistency vulnerable but fast!)

v0.43

12 Dec 08:39
v0.43
Compare
Choose a tag to compare
  • Improve earlier/later substream performance
  • Improve cache usage performance

v0.41

12 Dec 08:39
v0.41
Compare
Choose a tag to compare
  • Add a summary method to event classes

v0.4

12 Dec 08:40
v0.4
Compare
Choose a tag to compare
  • Rename the cache_size attribute to cache_distance

v0.3

12 Dec 08:41
v0.3
Compare
Choose a tag to compare
  • Some internal interface changes to satisfy Perl::Critic:
    • Rename ES::T::store to store_to_file to improve API consistency
    • Rename ES::T::EventStream::length to size to avoid clashes with the built-in function
    • Rename ES::T::EventStream::until to before to improve API consistency
    • Rename ES::T::Logger::log to log_event to avoid clashes with the built-in function

v0.22

12 Dec 08:42
v0.22
Compare
Choose a tag to compare
  • Fix POD (@manwar)
  • Use Class::Tiny instead of Mo (@tobyink)
  • Improve test suite

v0.21

12 Dec 08:43
v0.21
Compare
Choose a tag to compare
  • Add POD documentation to all classes

v0.2

12 Dec 08:43
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
  • Improved logging flexibility