summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-17 09:24:30 +0300
committerGitHub <[email protected]>2021-02-17 09:24:30 +0300
commit0b6bc3a6043a769cd4aeb4cb9f88caf226ad4f29 (patch)
tree65465cd0596046de0304dc2968fccaf329b18bba /CHANGELOG.md
parentbb9dd8d3f46da089217e61efc3f058cfbba5ede3 (diff)
parent98dcf79ea7cabea3f45a55f69d425434bccdd72b (diff)
Merge pull request #547 from spiral/parse_env_variables
feat(config): Parse env variables in the config
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff21738b..df060492 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,11 +3,15 @@ CHANGELOG
vNext
-------------------
+
- Add support for the overwriting `.rr.yaml` keys with values (ref: https://roadrunner.dev/docs/intro-config)
- Make logger plugin optional to define in the config. Default values: level -> `debug`, mode -> `development`
+- Add the ability to read env variables from the `.rr.yaml` in the form of: `rpc.listen: {RPC_ADDR}`. Reference:
+ ref: https://roadrunner.dev/docs/intro-config (Environment Variables paragraph)
v2.0.0-RC.2 (11.02.2021)
-------------------
+
- Update RR-Core to version v2.0.0-RC.2
- Update Temporal plugin to version v2.0.0-RC.1
- Update goridge to version v3.0.1