Skip to content

Commit

Permalink
Release unleash-edge v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed May 17, 2023
1 parent 447baab commit 940bb5b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 31 additions & 1 deletion server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,36 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 4.0.2 (2023-05-17)

### Chore

- <csr-id-447baab59e4488565e1f4b28613e9a60c2ef4af7/> bump yggdrasil to pull through fix for rollout not working with random

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 4 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 1 unique issue was worked on: [#187](https://github.com/Unleash/unleash-edge/issues/187)

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **[#187](https://github.com/Unleash/unleash-edge/issues/187)**
- Bump yggdrasil to pull through fix for rollout not working with random ([`447baab`](https://github.com/Unleash/unleash-edge/commit/447baab59e4488565e1f4b28613e9a60c2ef4af7))
</details>

## 4.0.1 (2023-05-12)

<csr-id-4984c3eb039837f0bdfa85f94e8129a03b2675a4/>
<csr-id-5b821f831db0dd6d4e4c5affd36624c0929268af/>

### Chore

- <csr-id-4984c3eb039837f0bdfa85f94e8129a03b2675a4/> allow output from bad requests to respond with the error rather than just the status code
Expand All @@ -16,7 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 3 commits contributed to the release.
- 1 day passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 2 unique issues were worked on: [#184](https://github.com/Unleash/unleash-edge/issues/184), [#185](https://github.com/Unleash/unleash-edge/issues/185)
Expand All @@ -31,6 +59,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow output from bad requests to respond with the error rather than just the status code ([`4984c3e`](https://github.com/Unleash/unleash-edge/commit/4984c3eb039837f0bdfa85f94e8129a03b2675a4))
* **[#185](https://github.com/Unleash/unleash-edge/issues/185)**
- Output logs for any response from feature query in debug output ([`5b821f8`](https://github.com/Unleash/unleash-edge/commit/5b821f831db0dd6d4e4c5affd36624c0929268af))
* **Uncategorized**
- Release unleash-edge v4.0.1 ([`c28ca3f`](https://github.com/Unleash/unleash-edge/commit/c28ca3f2a26557da6431c1a9f56941ec99388342))
</details>

## 4.0.0 (2023-05-11)
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage = "https://github.com/Unleash/unleash-edge"
license = "MIT"
name = "unleash-edge"
repository = "https://github.com/Unleash/unleash-edge"
version = "4.0.1"
version = "4.0.2"

[dependencies]
actix-cors = "0.6.4"
Expand Down

0 comments on commit 940bb5b

Please sign in to comment.