Sha256: 7e3e60b847e0f8655aee0496ba2b9e9d63fac4dd340f6ed9bd10e95724679a96
Contents?: true
Size: 1.09 KB
Versions: 1
Compression:
Stored size: 1.09 KB
Contents
## [0.2.4] - 2023-12-20 Due to performance issues under certain circumstances, searching by event type was giving bad performance. I decided to extract `type` column from `events` table into separated table. **No breaking changes in public API though.** **Warning** The migrations this version has, requires you to shut down applications that use `pg_eventstore` and only then run `rake pg_eventstore:migrate`. ## [0.2.3] - 2023-12-18 - Fix performance when searching by event type only(under certain circumstances PosetgreSQL was picking wrong index). ## [0.2.2] - 2023-12-14 - Fix `pg_eventstore:drop` rake task to also drop `migrations` table ## [0.2.1] - 2023-12-14 Under certain circumstances `PG::TRSerializationFailure` exception wasn't retried. Adjust connection's states list to fix that. ## [0.2.0] - 2023-12-14 - Improve performance by reviewing indexes - Implement migrations Please run `rake pg_eventstore:migrate` to migrate eventstore db to actual version. ## [0.1.0] - 2023-12-12 Initial release. - Implement Read command - Implement AppendToStream command - Implement Multiple command
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pg_eventstore-0.2.4 | CHANGELOG.md |