Node Event Storage Versions Save

An optimized event store for node.js

v0.7.2

3 years ago

v0.7.1

3 years ago

v0.7.0

3 years ago

This release is a breaking change, since the file format of partitions was changed.

v0.6.0

4 years ago
  • Consumers can store state with exactly-once semantics
  • Node 6 no longer supported
  • dependency version updates

v0.5.3

5 years ago

Fix tests

v0.5.2

5 years ago

Add missing index entry point

v0.5.1

6 years ago
  • Consumers may start from an arbitrary revision

v0.5.0

6 years ago
  • JoinEventStream returns cross-stream events deterministically (this makes commitId a counter instead of uuid and hence is breaking)
  • object stream matcher is persisted correctly
  • Consumer pauses the underlying stream on stop
  • Storage can lazy load indexes
  • rename privateKey storage option to hmacSecret
  • add Readme sections on compression and security

v0.4.0

6 years ago
  • Fix and cover JoinEventStream with tests
  • Improve Index.find and cover Index with more tests
  • Some small code improvements

v0.3.0

6 years ago
  • Add hmac verification for Index matcher
  • Improve Index read API to read from the end
  • Allow disabling dirty reads