Releases: inklabs/rangedb
Releases · inklabs/rangedb
0.6.0
Changes:
- Added performance improvements in LevelDB and PostgreSQL
- Added advisory locking for event streams inside PostgreSQL
- Added pg_notify support to PostgreSQL implementation
- Added context to the remaining queries, improving error handling and timeouts
- Added benchmarks
- Modified event subscriptions to use a new record broadcaster using channels, replacing the use of mutex
- Modified query return value from channel to record iterator, improving error handling
0.5.0
0.4.0
Changes:
- Fixed deadlock with gRPC and WebSocket subscribers including graceful disconnect
- Reduced startup time by snapshotting internal projections when RangeDB has millions of events
- Added PostgreSQL database backend
- Added Chat example application
- Added CQRS library
- Added BDD library for testing event sourced applications
- Expose total number of events in store via UI and HTTP API