Releases: elder-oss/sourcerer
Fix issue with NoClassDefFoundError being silently dropped
Fix: catch all LinkageError
s when parsing each event.
What's Changed
- Fix issue with NoClassDefFoundError being silently dropped by @danieljelder in #41
Full Changelog: v9.0.0...v9.0.1
Compressed Snapshots
Merge pull request #40 from elder-oss/compressed-snapshots Compressed snapshots (#40)
Snapshotting Support for Jooby
Merge pull request #39 from elder-oss/jooby-support-snapshotting Jooby support snapshotting (#39)
Removing Sonar, and adding Support for Snapshots
Merge pull request #38 from elder-oss/removing-sonar Removing Sonar (#38)
Hotfix: Configurable batch size for subscription
Full Changelog: v6.0.0...6.0.0-3
Upgrade eventstore-db-client-java to 3.0.2
What's Changed
- Upgrade eventstore-db-client-java to 3.0.2 by @jev-elder in #36
Full Changelog: v7.0.4...v7.0.5
Fix: Emit an error when unable to deserialize event in eventstore grpc event repository
-
Emit an error when unable to deserialize event in eventstore grpc event repository
-
Bump eventstore db client to 3.0.1
-
Minor refactoring
-
What's Changed
- Emit an error when unable to unpack an event in eventstore grpc event repository by @jev-elder in #34
New Contributors
- @jev-elder made their first contribution in #34
Full Changelog: v7.0.3...v7.0.4
Fix: Handle pages properly in grpc client
Due to a bug, the grpc client would previously return an empty aggregate in load
if there were exactly MAX_READ_EVENT
events in a stream. This release fixes that.
Adding support for EventStoreDb gRPC client
Includes support for the new official Java client of EventStore leveraging gRPC, compatible with EventStoreDb 20+
Removes support for old EventStore client driver based on Akka
General upgrades of libraries and tool chain, Reactor, Kotlin, Gradle build tools (using api/implementation over compile for dependencies)
Re-release of 7.0.0, fixing Sonatype deployments
v7.0.1 Fixes for deployments to Sonatype