Releases: rom-rb/rom-event_store
Releases · rom-rb/rom-event_store
v0.0.7
Changed
- Updated to ROM 1.0 (hecrj)
- Renamed command
Append
to Create
(hecrj)
v0.0.6
Changed
- Updated to ROM 0.8.0 (solnic & hecrj)
v0.0.5
Added
- Stream identifier to event data
- Development section to README
- Executable
bin/init-es
that prepares the Event Store for running specs
Changed
- Official
rom
repository! Yay!
Fixed
- Event dehydration on subscriptions
v0.0.4
Added
- Asynchronous subscriptions to relations (live and catchup)
- Partial reads from a relation (batch reads)
- TCP driver as an own gem: estore (help wanted!!)
estore
gem updated (general refactoring and error handling improved. WIP)
v0.0.3
Added
- TCP driver to connect and read events from the Event Store
v0.0.2
Added
- Relation through AtomPub API using HTTP
- Read all events from a relation
- Append events to a relation