unleash-edge v16.1.0
chriswk
released this
20 Dec 11:06
·
243 commits
to main
since this release
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
- #345
- Update rust crate test-case to 3.3.1 (430876a)
- #346
- Update rust crate serde to 1.0.193 (66d7cba)
- #360
- Token-header override (d28b049)
- #362
- Do not remove features cache if upstream goes away (32b3c00)
- #363
- Update rust crate reqwest to 0.11.23 (e90b3b4)
- Uncategorized
- Prepare for release (6babef8)