forked from TrueCloudLab/frostfs-http-gw
CHANGELOG: release v0.16.0
This commit is contained in:
parent
cca416ad75
commit
7d8b89b850
1 changed files with 16 additions and 0 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
||||||
|
|
||||||
This document outlines major changes between releases.
|
This document outlines major changes between releases.
|
||||||
|
|
||||||
|
## 0.16.0 (29 Jun 2021)
|
||||||
|
|
||||||
|
We update HTTP gateway with NEP-6 wallets support, YAML configuration files
|
||||||
|
and small fixes.
|
||||||
|
|
||||||
|
New features:
|
||||||
|
* YAML configuration file (#71)
|
||||||
|
|
||||||
|
Behavior changes:
|
||||||
|
* gateway key needs to be stored in a proper NEP-6 wallet now, `-k` option is
|
||||||
|
no longer available, see `-w` and `-a` (#68)
|
||||||
|
|
||||||
|
Bugs fixed:
|
||||||
|
* downloads were not streamed leading to excessive memory usage (#67)
|
||||||
|
* Last-Modified header incorrectly used local time (#75)
|
||||||
|
|
||||||
## 0.15.2 (22 Jun 2021)
|
## 0.15.2 (22 Jun 2021)
|
||||||
|
|
||||||
New features:
|
New features:
|
||||||
|
|
Loading…
Reference in a new issue