-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release notes for 1.1.0-M1 * Update releases-1.0.md * Update releases-1.1.md
- Loading branch information
Showing
4 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Release Notes | ||
|
||
@@toc { depth=1 } | ||
|
||
@@@ index | ||
|
||
* [1.1 Releases](releases-1.1.md) | ||
* [1.0 Releases](releases-1.0.md) | ||
|
||
@@@ |
2 changes: 1 addition & 1 deletion
2
docs/src/main/paradox/release-notes.md → ...ain/paradox/release-notes/releases-1.0.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Release Notes (1.1.x) | ||
|
||
## 1.1.0-M1 | ||
|
||
Release notes for Apache Pekko Persistence JDBC 1.1.0-M1. See [GitHub Milestone](https://github.com/apache/pekko-persistence-jdbc/milestone/1?closed=1) for fuller list of changes. | ||
As with all milestone releases, this release is not recommended for production use - it is designed to allow users to try out the changes in a test environment. | ||
|
||
### Bug Fixes | ||
|
||
* DurableState, don't ignore revision in `deleteObject(persistenceId, revision)` ([PR156](https://github.com/apache/pekko-persistence-jdbc/pull/156)) | ||
* use new Source.queue to avoid memory leak ([PR175](https://github.com/apache/pekko-persistence-jdbc/pull/175)) | ||
* Issue with `tick` parameters in wrong order ([PR183](https://github.com/apache/pekko-persistence-jdbc/pull/183)) | ||
|
||
### Additions | ||
|
||
* Scala 3 support | ||
* Add Durable State support for Oracle and SQL Server (but not yet MySQL) ([PR158](https://github.com/apache/pekko-persistence-jdbc/pull/158)) | ||
|
||
### Changes | ||
|
||
* improve journal deletion performance ([PR169](https://github.com/apache/pekko-persistence-jdbc/pull/169)) | ||
* avoid large offset query via limit windowing ([PR180](https://github.com/apache/pekko-persistence-jdbc/pull/180)) | ||
|
||
### Dependency Upgrades | ||
|
||
* slick 3.5.1 | ||
|
||
We upgraded the JDBC jars for the various databases that we test with. | ||
* postgresql 42.7 | ||
* mysql 8.4 | ||
* sql server 12.6 | ||
* oracle 23.4 | ||
* h2 2.2 |