Releases: akka/akka-persistence-r2dbc
Releases · akka/akka-persistence-r2dbc
v1.1.2
v1.2.0-M4
What's Changed
- bump: h2 2.1.214 (was 2.1.210) by @scala-steward in #421
- bump: scala-library 2.13.11 (was 2.13.10) by @scala-steward in #424
- bump: sbt-header 5.10.0 (was 5.9.0) by @scala-steward in #422
- fix: Close connection if execution takes too long (fw port) by @patriknw in #425
- bump: r2dbc-postgresql 1.0.2 (was 1.0.1) by @pvlugter in #429
- docs: add repository info by @aludwiko in #430
- bump: r2dbc-pool 1.0.1.RELEASE (was 1.0.0.RELEASE) by @scala-steward in #435
- bump: h2 2.2.220 (was 2.1.214) by @scala-steward in #433
- bump: sbt 1.9.3 (was 1.9.1) by @scala-steward in #436
- bump: sbt-mima-plugin 1.1.3 (was 1.1.2) by @scala-steward in #434
- chore: add docker-compose healthcheck for postgres by @pvlugter in #437
- chore: Harden EventsBySliceStartingFromSnapshotSpec, #417 by @patriknw in #438
- chore: Fmt bullet list of json docs by @patriknw in #439
- fix: Filter FilteredPayload in pub-sub by @johanandren in #440
- chore: ConnectionPoolSettings from ConnectionFactoryProvider by @patriknw in #442
Full Changelog: v1.2.0-M3...v1.2.0-M4
v1.1.1
v1.2.0-M3
What's Changed
- feat: Turn filtered payload into filtered envelopes by @johanandren in #416
Full Changelog: v1.2.0-M2...v1.2.0-M3
v1.2.0-M2
What's Changed
- bump: akka-paradox 0.49 by @johanandren in #406
- doc: Release instructions by @johanandren in #407
- feat: Allow arbitrary H2 options passed through from config by @johanandren in #408
- [typo] fix "host" -> "user" = ${?DB_USER} in application-yugabyte.conf by @audacioustux in #411
- build: Bump sbt 1.9.1, include release notes url in pom by @johanandren in #413
- fix: Debug logging did not use the size of the batch for batches by @johanandren in #414
- feat: Snapshots as starting point for eventsBySlices by @patriknw in #410
- feat: Snapshot as starting point for eventsByPersistenceId by @patriknw in #412
New Contributors
- @audacioustux made their first contribution in #411
Full Changelog: v1.2.0-M1...v1.2.0-M2
v1.2.0-M1
What's Changed
- feat: Support H2 database by @johanandren in #402
- chore: Scala 3 in nightly by @patriknw in #397
- build: 3.2 is what we should test in nightlies by @johanandren in #398
- bump: sbt-ci-release 1.5.12 (was 1.5.11) by @scala-steward in #400
- chore: bump paradox version by @octonato in #403
- bump: sbt-site 1.5.0 (was 1.4.1) by @scala-steward in #404
Full Changelog: v1.1.0...v1.2.0-M1
v1.1.0
What's Changed
This release of Akka Persistence R2DBC requires Akka 2.8.1.
- Add support for using json/jsonb as column type for payloads (pg only) by @odd in #239
- Dynamically enable/disable publish-events by @patriknw in #313
- Update to r2dbc-postgres 1.0.0 and r2dbc-pool 1.0.0 by @patriknw in #312
- fix: Use explicit microsecond timestamp resolution, #321 by @patriknw in #324
- feat: Cleanup tool by @patriknw in #326
- feat: cleanup - delete events in batches by @aludwiko in #329
- fix: log-db-calls-exceeding=off should disable logging, #327 by @patriknw in #328
- perf: only-one-snapshot config by @patriknw in #330
- feat: Opt out of filtered-not-supported for atLeastOnceFlow log entry by @johanandren in #339
- feat: Configuration of number of pub-sub topics, #252 by @patriknw in #341
- feat: currentPersistenceIds with entity type filtering by @aludwiko in #346
- feat: Convenience factories for using with Akka Projection gRPC by @johanandren in #352
- feat: Support for storing query representation for durable state from the write side by @patriknw in #344
- doc: How to configure multiple plugins, #336 by @patriknw in #340
- fix: Filtered event looks like backtracking event, #343 by @patriknw in #348
- fix: PubSub events shouldn't be too far ahead by @patriknw in #345
- perf: Avoid too large bursts of backtracking events by @patriknw in #349
- feat: Cross build for Scala 3 by @sebastian-alfers in #359
- Allow escaping of literal
?
in SQL statements by @odd in #365 - feat: Keep offset per slice, for change of slice distribution, #115 by @patriknw in #366
- fix: Save offset for pid/seqNr of the processed Envelope, #371 by @patriknw in #373
- fix: include tags in pubsub envelope by @patriknw in #382
- feat: support client certificates in SSL connections by @pvlugter in #391
- Workaround for failing DurableStateBySliceSpec, #289 by @patriknw in #315
- Enable mima, #298 by @patriknw in #314
- bump: Akka 2.8.1 by @johanandren in #394
- bump: postgresql 42.5.2 (was 42.5.1) by @scala-steward in #354
- bump: Netty 4.1.89 due to CVE-2022-41915 by @patriknw in #355
- bump: r2dbc-postgresql 1.0.1 (was 1.0.0) by @ennru in #356
- bump: Akka 2.8.0 by @johanandren in #376
- feat: Tags in events by slice query by @johanandren in #377
- bump(docs): sbt-paradox-akka 0.47 by @ennru in #381
- test: Add tests for jsonb as column type for payloads by @patriknw in #388
- docs: Reference docs for jsonb as column type for payloads by @patriknw in #389
- chore: Move r2dbc-projection to the Akka Projection project by @johanandren in #378
New Contributors
- @franciscolopezsancho made their first contribution in #320
- @aludwiko made their first contribution in #329
- @sebastian-alfers made their first contribution in #358
- @odd made their first contribution in #365
- @pvlugter made their first contribution in #369
Full Changelog: v1.0.1...v1.1.0
1.1.0-M8
What's Changed
- bump(docs): sbt-paradox-akka 0.47 by @ennru in #381
- fix: include tags in pubsub envelope by @patriknw in #382
- bump: logback-classic 1.2.12 (was 1.2.11) by @scala-steward in #383
- bump: postgresql 42.6.0 (was 42.5.4) by @scala-steward in #385
- bump: sbt-mima-plugin 1.1.2 (was 1.1.1) by @scala-steward in #384
- Add support for using json/jsonb as column type for payloads (pg only) by @odd in #239
- test: Add tests for jsonb as column type for payloads by @patriknw in #388
- docs: Reference docs for jsonb as column type for payloads by @patriknw in #389
- chore: Move r2dbc-projection to the Akka Projection project by @johanandren in #378
Full Changelog: v1.1.0-M7...v1.1.0-M8
v1.1.0-M7
What's Changed
- bump: Akka 2.8.0 by @johanandren in #376
- feat: Tags in events by slice query by @johanandren in #377
Full Changelog: v1.1.0-M6...v1.1.0-M7
v1.1.0-M6
What's Changed
- chore: submodule for tests in migration by @sebastian-alfers in #358
- feat: Cross build for Scala 3 by @sebastian-alfers in #359
- Only scala3 tests for core by @sebastian-alfers in #361
- chore: Un-lazy the read journal providers by @johanandren in #362
- bump: postgresql 42.5.4 (was 42.5.2) by @scala-steward in #363
- Allow escaping of literal
?
in SQL statements by @odd in #365 - chore: Scala 3 leftover by @patriknw in #367
- feat: Keep offset per slice, for change of slice distribution, #115 by @patriknw in #366
- ci: restore scala 3 postgres nightly only running core/test by @pvlugter in #369
- chore: enable projection debug logging by @patriknw in #372
- chore: reduce keep by slice entries by @patriknw in #370
- chore: bump copyright header for 2023 by @leviramsey in #374
- fix: Save offset for pid/seqNr of the processed Envelope, #371 by @patriknw in #373
New Contributors
- @sebastian-alfers made their first contribution in #358
- @odd made their first contribution in #365
- @pvlugter made their first contribution in #369
Full Changelog: v1.1.0-M5...v1.1.0-M6