Releases: albe/node-event-storage
Releases · albe/node-event-storage
Fix missing utils in package
Fix missing index.js in package
v0.7.1 0.7.1
Read-Only mode and improved file format
This release is a breaking change, since the file format of partitions was changed.
Consumer state
- Consumers can store state with exactly-once semantics
- Node 6 no longer supported
- dependency version updates
v0.5.3
v0.5.2
Consumer from revision
- Consumers may start from an arbitrary revision
Breaking Feature Release
- 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 tohmacSecret
- add Readme sections on compression and security
JoinEventStream
- Fix and cover JoinEventStream with tests
- Improve Index.find and cover Index with more tests
- Some small code improvements
Breaking Feature Release
- Add hmac verification for Index matcher
- Improve Index read API to read from the end
- Allow disabling dirty reads