Releases: akka/akka-persistence-r2dbc
Releases · akka/akka-persistence-r2dbc
v1.3.2
What's Changed
- fix: Progress bucket count query if empty by @patriknw in #645
- bump: scala-library 2.13.16 (was 2.13.15) by @scala-steward in #648
- chore: Rounding of epoch seconds by @patriknw in #650
- Revert "bump: scala-library 2.13.16 (was 2.13.15) (#648)" by @patriknw in #652
- feat: Recovery based on only the last event by @patriknw in #651
- chore: Update copyright year 2025 by @patriknw in #655
- chore: Update change date for 1.3.2 by @patriknw in #654
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- bump: sbt-paradox-akka to 24.10.4 by @sebastian-alfers in #623
- bump: r2dbc-pool 1.0.2.RELEASE (was 1.0.1.RELEASE) by @scala-steward in #626
- bump: sbt-ci-release 1.9.0 (was 1.8.0) by @scala-steward in #625
- bump: logback-classic 1.5.12 (was 1.5.10) by @scala-steward in #624
- bump: r2dbc-postgresql 1.0.7.RELEASE (was 1.0.6.RELEASE) by @scala-steward in #627
- fix: link validator ignore for String$ by @pvlugter in #633
- bump: sbt, sbt-dependency-tree, ... 1.10.6 (was 1.10.2) by @scala-steward in #635
- bump: paradox-theme-akka, ... 24.10.6 (was 24.10.4) by @scala-steward in #634
- chore: More information in query log prefix by @patriknw in #632
- fix: only initial backtracking up to start offset when far behind by @patriknw in #631
- fix: don't trigger heartbeats from idle backtracking by @pvlugter in #630
- chore: remove obsolete outside backtracking debug log by @pvlugter in #636
- bump: sbt, sbt-dependency-tree, ... 1.10.7 (was 1.10.6) by @scala-steward in #640
- bump: sbt-ci-release 1.9.2 (was 1.9.0) by @scala-steward in #639
- fix: Bucket count query start timestamp by @patriknw in #641
- test: Small addition to disabled backtracking test by @patriknw in #642
- bump: logback-classic 1.5.16 (was 1.5.12) by @scala-steward in #638
- chore: Update license change date for 1.3.1 by @patriknw in #644
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- bump: sbt-mima-plugin 1.1.4 (was 1.1.3) by @scala-steward in #592
- bump: sbt-ci-release 1.6.0 (was 1.5.12) by @scala-steward in #594
- bump: sbt-ci-release 1.6.1 (was 1.6.0) by @scala-steward in #597
- docs: revise URL structure (libraries) by @ennru in #601
- docs: configure links in ScalaDoc; run link validator by @ennru in #602
- chore: bump to akka 2.10.0-M1 by @sebastian-alfers in #603
- bump: logback-classic 1.5.8 (was 1.2.13) by @scala-steward in #596
- test: FilteredPayload with more db partitions, #546 by @patriknw in #604
- bump: sbt-ci-release 1.8.0 (was 1.6.1) by @scala-steward in #607
- bump: sbt, sbt-dependency-tree 1.10.2 (was 1.10.1) by @scala-steward in #611
- bump: scala-library 2.13.15 (was 2.13.14) by @scala-steward in #609
- bump: r2dbc-postgresql 1.0.6.RELEASE (was 1.0.5.RELEASE) by @scala-steward in #608
- bump: scala3-library 3.3.4 (was 3.3.3) by @scala-steward in #610
- bump: logback-classic 1.5.10 (was 1.5.8) by @scala-steward in #606
- feat: Skip backtracking when far behind,Accept PubSub events after idle by @patriknw in #614
- chore: bump copyright year 2024 by @sebastian-alfers in #622
- chore: pre 24.10 release items by @sebastian-alfers in #621
Full Changelog: v1.2.5...v1.3.0
v1.2.6
v1.3.0-M1
What's Changed
- bump: sbt-mima-plugin 1.1.4 (was 1.1.3) by @scala-steward in #592
- bump: sbt-ci-release 1.6.0 (was 1.5.12) by @scala-steward in #594
- bump: sbt-ci-release 1.6.1 (was 1.6.0) by @scala-steward in #597
- docs: revise URL structure (libraries) by @ennru in #601
- docs: configure links in ScalaDoc; run link validator by @ennru in #602
- chore: bump to akka 2.10.0-M1 by @sebastian-alfers in #603
- bump: logback-classic 1.5.8 (was 1.2.13) by @scala-steward in #596
- test: FilteredPayload with more db partitions, #546 by @patriknw in #604
Full Changelog: v1.2.5...v1.3.0-M1
v1.2.5
What's Changed
- bump: Akka paradox theme 0.57 by @johanandren in #569
- doc: Sharding vs partitioning by @patriknw in #570
- bump: sbt, sbt-dependency-tree 1.10.0 (was 1.9.9) by @scala-steward in #573
- bump: scala-library 2.13.14 (was 2.13.13) by @scala-steward in #572
- bump: Akka Persistence JDBC 5.4.0 and Scala 3 across all modules by @johanandren in #541
- chore: Fix Scala 3 migration tests compilation by @johanandren in #577
- doc: Clarification of sharding vs partitioning by @patriknw in #576
- docs: Add a page about service file conflict for überjars by @johanandren in #578
- test: correct sequence number for delete single snapshot test by @pvlugter in #579
- chore: Drop Postgres R2DBC native-image metadata #571 by @johanandren in #580
- chore: minor cleanup by @patriknw in #581
- chore: drop revision from Durable State by slice index and migration docs by @sebastian-alfers in #561
- chore: prepare AkkaVersionInDocs for 2.10 by @patriknw in #575
- perf: Avoid asyncReadHighestSequenceNr query by @patriknw in #583
- doc: reduce db connections with SliceRangeShardAllocationStrategy by @patriknw in #582
- docs: clarify migration and retrieval of durable state based persistence ids by @sebastian-alfers in #544
- test: Harden EventSourcedCleanupSpec, #549 by @patriknw in #584
- bump: sbt, sbt-dependency-tree 1.10.1 (was 1.10.0) by @scala-steward in #585
- fix: stuck queries when too many events with same timestamp by @pvlugter in #586
- chore: docker compose by @patriknw in #588
- feat: Programatic connection factory options by @patriknw in #587
- chore: Update license change date for 1.2.5 by @patriknw in #590
Full Changelog: v1.2.4...v1.2.5
v1.2.4
What's Changed
- build: Better way to pick up version in native-image tests by @johanandren in #533
- bump: scala3-library 3.3.3 (was 3.3.1) by @scala-steward in #538
- fix: use val for logging in all SqlServer daos by @sebastian-alfers in #534
- bump: sbt, sbt-dependency-tree 1.9.9 (was 1.9.8) by @scala-steward in #539
- bump: postgresql 42.7.3 (was 42.7.1) by @scala-steward in #536
- bump: scala-library 2.13.13 (was 2.13.12) by @scala-steward in #537
- docs: add missing getting-started docs for SQLServer by @sebastian-alfers in #542
- doc: Clarify warning in cleanup tool by @patriknw in #543
- chore: repo gardening by @johanandren in #545
- bump: r2dbc-postgresql 1.0.5 by @patriknw in #548
- chore: Native-image support with r2dbc-postgres 1.0.5.RELEASE by @johanandren in #551
- bump: sbt-site-paradox 1.7.0 (was 1.5.0) by @scala-steward in #556
- chore: remove revision from Durable State primary key by @sebastian-alfers in #559
- chore: New license for tests and docs by @johanandren in #563
- fix: insert instead of update new state with updated revision during migration by @sebastian-alfers in #562
- doc: Describe slice in data partition docs by @patriknw in #564
- build: Make sure native image tests are green in release issue by @johanandren in #565
- chore: License change date for 1.2.4, Akka 2.9.3 bump by @johanandren in #568
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- feat: Native-image support by @johanandren in #529
- build: Placeholder for native-image tests by @johanandren in #528
- chore: Version and license change date by @johanandren in #532
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- docs: fix double
the
in cleanup api docs by @pvlugter in #498 - fix: make nightlies not fail silently by @sebastian-alfers in #499
- chore: add h2 to nightly by @sebastian-alfers in #500
- bump: sbt, sbt-dependency-tree 1.9.8 (was 1.9.7) by @scala-steward in #503
- bump: r2dbc-postgresql 1.0.4.RELEASE (was 1.0.3.RELEASE) by @scala-steward in #502
- feat: Migration of Durable State, #504 by @patriknw in #506
- build: Bump plugins to only download from maven central by @johanandren in #507
- feat: sqlserver / mssql support by @sebastian-alfers in #505
- chore: Make Sql.Interpolation backwards compatible by @patriknw in #514
- docs: fix note rendering in Running section by @sebastian-alfers in #516
- feat: Data partitions by @patriknw in #508
- chore: Dao ExecutionContext in R2dbcExecutorProvider by @patriknw in #518
- feat: migration for sqlserver by @sebastian-alfers in #517
- build: Update actions due to Node.js 16 deprecation by @patriknw in #521
- feat: Data partitions for snapshot and durable state by @patriknw in #515
- doc: Data partitions by @patriknw in #519
- perf: Cache sql construction by @patriknw in #522
- chore: Update license change date for 1.2.2 by @patriknw in #525
Full Changelog: v1.2.1...v1.2.2
1.2.2-M1
What's Changed
- docs: fix double
the
in cleanup api docs by @pvlugter in #498 - fix: make nightlies not fail silently by @sebastian-alfers in #499
- chore: add h2 to nightly by @sebastian-alfers in #500
- bump: sbt, sbt-dependency-tree 1.9.8 (was 1.9.7) by @scala-steward in #503
- bump: r2dbc-postgresql 1.0.4.RELEASE (was 1.0.3.RELEASE) by @scala-steward in #502
- feat: Migration of Durable State, #504 by @patriknw in #506
- build: Bump plugins to only download from maven central by @johanandren in #507
- feat: sqlserver / mssql support by @sebastian-alfers in #505
- chore: Make Sql.Interpolation backwards compatible by @patriknw in #514
- docs: fix note rendering in Running section by @sebastian-alfers in #516
- feat: Data partitions by @patriknw in #508
- chore: Dao ExecutionContext in R2dbcExecutorProvider by @patriknw in #518
Full Changelog: v1.2.1...v1.2.2-M1