• v0.27.0 52be32e4ba

    v0.27.0 - Karpinsky
    Some checks failed
    Tests / Lint (pull_request) Failing after 5s
    Tests / Tests (1.18) (pull_request) Failing after 4s
    Builds / Build CLI (pull_request) Has started running
    Tests / Coverage (pull_request) Failing after 10s
    Tests / Tests (1.19) (pull_request) Failing after 6s
    Builds / Build Docker image (pull_request) Has been cancelled
    CodeQL / Analyze (go) (pull_request) Failing after 2s
    CodeQL / Analyze (go) (push) Failing after 2s
    DCO check / Commits Check (pull_request) Failing after 2s
    Stable

    alexvanin released this 2023-07-12 15:10:59 +00:00 | 0 commits to support/v0.27 since this release

    This is a first FrostFS HTTP Gateway release named after Karpinsky glacier.

    Fixed

    • Require only one healthy storage server to start (#7)
    • Enable gate metrics (#38)
    • Too many pings error (#61)

    Added

    • Multiple configs support (#12)

    Changed

    • Repository rebranding (#1)
    • Update neo-go to v0.101.0 (#8)
    • Update viper to v1.15.0 (#8)
    • Update go version to 1.18 (#9)
    • Errors have become more detailed (#18)
    • Update system attribute names (#22)
    • Separate integration tests with build tags (#24)
    • Changed values for frostfs_http_gw_state_health metric (#32)

    Updating from v0.26.0

    To set system attributes use updated headers
    (you can use old ones for now, but their support will be dropped in the future releases):

    • X-Attribute-Neofs-* -> X-Attribute-System-*
    • X-Attribute-NEOFS-* -> X-Attribute-SYSTEM-*
    • X-Attribute-neofs-* -> X-Attribute-system-*
    Downloads