Releases: Unleash/unleash-edge
Releases · Unleash/unleash-edge
unleash-edge v4.0.3
Bug Fixes
- allow multiple client tokens at startup
Commit Statistics
- 1 commit contributed to the release.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #188
Commit Details
unleash-edge v4.0.2
Chore
- bump yggdrasil to pull through fix for rollout not working with random
Commit Statistics
- 1 commit contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #187
Commit Details
unleash-edge v4.0.1
Chore
- allow output from bad requests to respond with the error rather than just the status code
- output logs for any response from feature query in debug output
Commit Statistics
- 2 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #184, #185
Commit Details
unleash-edge v4.0.0
New Features
- Add more visible info and warn logging for http errors
Bug Fixes
- update rust crate clap to 4.2.7
Other
- Prepare for 4.0.0 release
Commit Statistics
- 3 commits contributed to the release.
- 6 days passed between releases.
- 3 commits were understood as conventional.
- 2 unique issues were worked on: #171, #182
Commit Details
unleash-edge v3.0.0
Documentation
- Prepare README for 3.0
New Features
- Client TLS Identification
Commit Statistics
- 2 commits contributed to the release.
- 2 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #176
Commit Details
unleash-edge v2.0.2
Bug Fixes
-
Handle both upper and lowercase of apitokentype.
Unleash has suddenly started returning token type with uppercase.
This PR makes us handle both UPPER and lower case for token type.The real fix would be for Unleash to obey its own contract with
lowercase for token types, but this fix makes us more tolerant to
mistakes in Unleash code.
Other
- prepare for release
Commit Statistics
- 2 commits contributed to the release.
- 11 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #174
Commit Details
unleash-edge v2.0.1
Bug Fixes
- Use split_once.
We had forgotten that:
is a valid part of a header value, so
splitting on:
ended up splitting into too many parts and thus failing
the parser. This PR changes to use split_once, which splits on first
occurrence. Since Header Names are not allowed to contains:
this will
be fine - update rust crate clap to 4.2.4
Commit Statistics
- 3 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as conventional.
- 2 unique issues were worked on: #140, #164
Commit Details
unleash-edge v2.0.0
Bug Fixes
- Building context parameters using map syntax
Commit Statistics
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #160
Commit Details
unleash-edge v1.4.0
New Features
- allow cli option to disable ssl verification
Commit Statistics
- 1 commit contributed to the release.
- 2 days passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #157
Commit Details
unleash-edge v1.3.1
Bug Fixes
- Fixes incorrect parsing of extra arguments.
Currently we do not parse extra parameters into the properties holder
for the context. This PR updates to make sure that overflows (properties
we haven't explicitly defined) get parsed into the properties map
Commit Statistics
- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as conventional.
- 1 unique issue was worked on: #156