Skip to content

Commit 58fa510

Browse files
authored
add release notes for v1.0.2 (#792) (#793)
1 parent 647e8da commit 58fa510

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

docs/src/main/paradox/general/configuration.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,9 @@ specification.
139139

140140
If the system or config property `pekko.log-config-on-start` is set to `on`, then the
141141
complete configuration is logged at INFO level when the actor system is started. This is
142-
useful when you are uncertain of what configuration is used.
142+
useful when you are uncertain of what configuration is used but it is not recommended to
143+
use this config in production environments due to the risk of logging sensitive values.
144+
Since Pekko 1.0.2, we try to redact environment variables and user names.
143145

144146
@@@div { .group-scala }
145147

docs/src/main/paradox/release-notes/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release Notes
22

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+
311
## 1.0.1
412
A minor bug fix release. The class renaming described below (`#491`) is not expected to affect anyone
513
upgrading from version 1.0.0 but it is strongly recommended that Apache Pekko users switch to the 1.0.1

0 commit comments

Comments
 (0)