blob: 4f4150bc8a535c83b09215b85337ecde1d9aca86 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
CHANGELOG
=========
v2.0.0-RC.3 (17.02.2021)
-------------------
- 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
- Update Endure to version v1.0.0-RC.1
|