You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/main/paradox/release-notes/index.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Release Notes
2
2
3
+
## 1.0.2
4
+
A minor bug fix release.
5
+
6
+
### Bug Fixes
7
+
8
+
* Do not render env variables when logging configs. This relates to the optional config `pekko.log-config-on-start`. We do not recommend logging configs in production environments. ([PR771](https://github.com/apache/incubator-pekko/pull/771))
9
+
* Allow `pekko-actor-testkit-typed` to work with slf4j-api v2.0.x. ([PR784](https://github.com/apache/incubator-pekko/pull/784))
10
+
3
11
## 1.0.1
4
12
A minor bug fix release. The class renaming described below (`#491`) is not expected to affect anyone
5
13
upgrading from version 1.0.0 but it is strongly recommended that Apache Pekko users switch to the 1.0.1
0 commit comments