Skip to content

Commit

Permalink
add release notes for v1.0.2 (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 14, 2023
1 parent 860d016 commit 2864b6a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/main/paradox/general/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
8 changes: 8 additions & 0 deletions docs/src/main/paradox/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2864b6a

Please sign in to comment.