diff --git a/docs/src/main/paradox/general/configuration.md b/docs/src/main/paradox/general/configuration.md index f80514ec18..91017aa9aa 100644 --- a/docs/src/main/paradox/general/configuration.md +++ b/docs/src/main/paradox/general/configuration.md @@ -139,7 +139,9 @@ specification. If the system or config property `pekko.log-config-on-start` is set to `on`, then the complete configuration is logged at INFO level when the actor system is started. This is -useful when you are uncertain of what configuration is used. +useful when you are uncertain of what configuration is used but it is not recommended to +use this config in production environments due to the risk of logging sensitive values. +Since Pekko 1.0.2, we try to redact environment variables and user names. @@@div { .group-scala } diff --git a/docs/src/main/paradox/release-notes/index.md b/docs/src/main/paradox/release-notes/index.md index 211ce46eb3..3eaa9c0b86 100644 --- a/docs/src/main/paradox/release-notes/index.md +++ b/docs/src/main/paradox/release-notes/index.md @@ -1,5 +1,13 @@ # Release Notes +## 1.0.2 +A minor bug fix release. + +### Bug Fixes + +* 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)) +* Allow `pekko-actor-testkit-typed` to work with slf4j-api v2.0.x. ([PR784](https://github.com/apache/incubator-pekko/pull/784)) + ## 1.0.1 A minor bug fix release. The class renaming described below (`#491`) is not expected to affect anyone upgrading from version 1.0.0 but it is strongly recommended that Apache Pekko users switch to the 1.0.1