Release notes for 1.1.3 (forward fit) (#1695)

* release notes for 1.1.3 (#1677)

* release notes for 1.1.3

* update case

* publish 1.1.3
This commit is contained in:
PJ Fanning 2025-01-07 20:53:48 +01:00 committed by GitHub
parent 41b4cabec0
commit adb988c577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 7 deletions

View file

@ -2,9 +2,32 @@
Apache Pekko 1.1.x releases support Java 8 and above.
## 1.1.3
Pekko 1.1.3 is a bug fix and dependency upgrade release. See [GitHub Milestone for 1.1.3](https://github.com/apache/pekko/milestone/13?closed=1) for a fuller list of changes.
### Bug Fixes
* Revert zipWithIndex changes ([PR1526](https://github.com/apache/pekko/pull/1526))
* Fix occasional ordering issue in result in unsafeOptionalDataVia ([PR1611](https://github.com/apache/pekko/pull/1611))
### Changes
* Extra changes needed for our [experimental support](https://cwiki.apache.org/confluence/display/PEKKO/Pekko+Akka+Compatibility) for mixed clusters with Pekko and Akka nodes ([PR1462](https://github.com/apache/pekko/issues/1462), [PR1594](https://github.com/apache/pekko/issues/1594))
* Configuring persistence plugins at runtime for EventSourcedBehavior ([PR1518](https://github.com/apache/pekko/pull/1518))
* Implement EventsByTagQuery in PersistenceTestKitReadJournal ([PR1533](https://github.com/apache/pekko/pull/1533))
* Implement EventsBySliceQuery in PersistenceTestKitReadJournal ([PR1533](https://github.com/apache/pekko/pull/1533))
* Tidy up implementation of PhasedFusingActorMaterializer ([PR1617](https://github.com/apache/pekko/pull/1617))
* Remove unused SupervisedGraphStageLogic ([PR1619](https://github.com/apache/pekko/pull/1619))
### Dependency Changes
* jackson 2.17.3
* netty 4.1.116.Final
## 1.1.2
Pekko 1.1.2 is a bug fix and dependency upgrade release.
Pekko 1.1.2 is a bug fix and dependency upgrade release. See [GitHub Milestone for 1.1.2](https://github.com/apache/pekko/milestone/11?closed=1) for a fuller list of changes.
### Bug Fixes