[#71] Update changelog

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-10-21 17:03:43 +03:00 committed by Alex Vanin
parent 6f789f149e
commit fc13e5407c

View file

@ -8,7 +8,7 @@ This document outlines major changes between releases.
- Stop pool dial on SIGINT (#76)
### Changed
- Pool configuration parameters (#66)
- Configuration parameters (#66, #71)
### Updating from v0.5.0
@ -20,6 +20,17 @@ Now all pool config parameters moved to `pool` section. So you need to change:
* `rebalance-timer` -> `pool.rebalance-timer` (`REST_GW_REBALANCE_TIMER` -> `REST_GW_POOL_REBALANCE_TIMER`)
* `pool-error-threshold` -> `pool.error-threshold`
Besides all other parameters that doesn't belong any section, now in `server` section:
* `listen-address` -> `server.listen-address`
The same should be done for the following parameters as well:
```
scheme, cleanup-timeout, graceful-timeout, max-header-size, listen-limit, keep-alive, read-timeout, write-timeout,
tls-listen-address, tls-certificate, tls-key, tls-ca, tls-listen-limit, tls-keep-alive, tls-read-timeout, tls-write-timeout
```
Environment variables should be changed appropriately.
## [0.5.0] "Undercity" - 2022-10-07
### Added