Skip to content

Commit

Permalink
doc(changelog): add 0.15.5 entry
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Sep 21, 2023
1 parent 2d75c74 commit a52e750
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,30 @@

See milestone [`v0.16.0`](https://github.com/sozu-proxy/sozu/projects/3?card_filter_query=milestone%3Av0.16.0)

## 0.15.4 - 2023-09-13
## 0.15.5 - 2023-09-21

### ⛑️ Fixed

We fix a bug that can occurs with pki using T.61 charset, see [`a5412b9`](https://github.com/sozu-proxy/sozu/commit/a5412b9764e860eedc2a206b16e81144946a8d7f).

### Changelog

#### ⛑️ Fixed

- [[`a5412b9`](https://github.com/sozu-proxy/sozu/commit/a5412b9764e860eedc2a206b16e81144946a8d7f) ] fix(command): retrieve name and san from slice [`Florentin Dubois`] (`2023-09-21`)

#### ✍️ Changed

- [ [`24c4407`](https://github.com/sozu-proxy/sozu/commit/24c4407d654dfbcd7c490e3a23c46fe8289bce4e) ] chore: update changelog to add 0.15.4 [`Florentin Dubois`] (`2023-09-13`)
- [ [`6de9cf5`](https://github.com/sozu-proxy/sozu/commit/6de9cf541368fca3d874b14df7e068a856d4d183) ] chore: update dependencies [`Florentin Dubois`] (`2023-09-21`)

### 🥹 Contributors
* @FlorentinDUBOIS

**Full Changelog**: https://github.com/sozu-proxy/sozu/compare/0.15.4...0.15.5

## 0.15.4 - 2023-09-13

### 🌟 Features

- Expose SIMD as a feature flag and enable it by default, see [`9df3f1d`](https://github.com/sozu-proxy/sozu/commit/9df3f1d718e269585aae133fa746362c6cec6a1b).
Expand All @@ -20,6 +40,8 @@ See milestone [`v0.16.0`](https://github.com/sozu-proxy/sozu/projects/3?card_fil
- Fix unit and end-to-end (e2e) tests, see [`2b84a4b`](https://github.com/sozu-proxy/sozu/commit/2b84a4bf88da6077f3371871634bce4ae6204be0), [`4aceb86`](https://github.com/sozu-proxy/sozu/commit/4aceb866529979ac113cf17580e04d3637ab362b), [`818bc48`](https://github.com/sozu-proxy/sozu/commit/818bc4822517499e4ae9dc728bb5e15198c4da93), [`56dce47`](https://github.com/sozu-proxy/sozu/commit/56dce47e364f2a36d7fb8d1c82bc6d2852eec25d).
- Fix certificate issue at loading, see [`daaeb19`](https://github.com/sozu-proxy/sozu/commit/daaeb19f3b87a164dbdd3317444e437ccfc459fc).

### Changelog

#### 🌟 Features

- [ [`9df3f1d`](https://github.com/sozu-proxy/sozu/commit/9df3f1d718e269585aae133fa746362c6cec6a1b) ] introduce SIMD as default feature [`Emmanuel Bosquet`] (`2023-09-13`)
Expand Down

0 comments on commit a52e750

Please sign in to comment.