This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/1.0.x by this push:
new 3b8de55ec8 add release notes for v1.0.3 (#1375)
3b8de55ec8 is described below
commit 3b8de55ec8052207dfa7fbd41c2940aca94cc20c
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jun 23 18:17:10 2024 +0100
add release notes for v1.0.3 (#1375)
---
docs/src/main/paradox/release-notes/index.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/docs/src/main/paradox/release-notes/index.md
b/docs/src/main/paradox/release-notes/index.md
index bb8cc7d4d8..1f8414d22d 100644
--- a/docs/src/main/paradox/release-notes/index.md
+++ b/docs/src/main/paradox/release-notes/index.md
@@ -1,5 +1,19 @@
# Release Notes
+## 1.0.3
+
+Contains all the changes in 1.0.3-M1 but this release is safe to be used in
production. There are a few additional changes.
+
+### Bug Fixes
+
+* TcpDnsClient cannot recover if registration on TcpConnection times out
([PR1182](https://github.com/apache/pekko/pull/1182))
+* Fix `ByteIterator#indexWhere`
([PR1282](https://github.com/apache/pekko/pull/1282))
+* Avoid unnecessary shard updates while shutting down
([PR1342](https://github.com/apache/pekko/pull/1342))
+
+### Other Changes
+
+* Remove the deprecation of statefulMapConcat operator
([PR1161](https://github.com/apache/pekko/pull/1161))
+
## 1.0.3-M1
This is milestone release and is aimed at testing some new support for users
who want to add Pekko nodes to an existing Akka cluster. This support is
experimental. This release should not be used in production.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]