add release notes for v1.0.2 (#792)

This commit is contained in:
PJ Fanning 2023-11-14 16:04:31 +01:00 committed by GitHub
parent 860d0166a2
commit 2864b6a26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -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 }

View file

@ -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