This repository has been archived on 2024-09-11. You can view files and clone it, but cannot push or open issues or pull requests.
frostfs-rest-gw/CHANGELOG.md
Alex Vanin 3f12bf550a [#2] Update CHANGELOG
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-06-28 17:59:22 +03:00

1.6 KiB

Changelog

This document outlines major changes between releases.

Unreleased

Added

  • Stop pool dial on SIGINT (#76)

Changed

  • Configuration parameters (#66, #71)

Updating from v0.5.0

Now all pool config parameters moved to pool section. So you need to change:

  • peers -> pool.peers (REST_GW_PEERS -> REST_GW_POOL_PEERS)
  • node-dial-timeout -> pool.node-dial-timeout (REST_GW_NODE_DIAL_TIMEOUT -> REST_GW_POOL_NODE_DIAL_TIMEOUT)
  • healthcheck-timeout -> pool.healthcheck-timeout (REST_GW_HEALTHCHECK_TIMEOUT -> REST_GW_POOL_HEALTHCHECK_TIMEOUT)
  • 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.

Older versions

This project is a fork of NeoFS REST Gateway from version v0.5.0. To see CHANGELOG for older versions, refer to https://github.com/nspcc-dev/neofs-rest-gw/blob/master/CHANGELOG.md.