Skip to content

unleash-edge v16.1.0

Compare
Choose a tag to compare
@chriswk chriswk released this 20 Dec 11:06
· 243 commits to main since this release
b50787f

Chore

  • update rust crate test-case to 3.3.1

New Features

  • token-header override
    --token-header <TOKEN_HEADER>
    Token header to use for both edge authorization and communication with the upstream server [env: TOKEN_HEADER=] [default: Authorization]

    This is useful in complex deployment scenarios where proxies are using the Authorization header.

Bug Fixes

  • update rust crate serde to 1.0.193

  • update rust crate reqwest to 0.11.23

  • Do not remove features cache if upstream goes away

    • fix: Do not remove features cache if upstream goes away

    If upstream goes away, edge should remain durable and keep the features
    it has gotten for the tokens. Now use backoff to save time.

Commit Statistics

  • 6 commits contributed to the release over the course of 4 calendar days.
  • 19 days passed between releases.
  • 5 commits were understood as conventional.
  • 5 unique issues were worked on: #345, #346, #360, #362, #363

Commit Details

view details