Releases: sozu-proxy/sozu
Releases · sozu-proxy/sozu
Release v0.14.0
🌟 Features
- 🚀 A new HTTP/1 router, see
5b58b91
,016d89c
,a9dd46e
,043b928
,c8504d4
,5dc5c00
,c5b9bfa
,f96d1ac
,af38431
- 🤩 Bootstrap HTTP/2 work, see
f247ce3
,65d5043
,6da9038
, - 1️⃣ One command line to rules them all, see
8555e44
- ✨ Improve metrics, see
b7fa649
,8ffca7f
,9e6bd1d
,7515a7e
,809a481
,67b98d0
,086fdca
,3b956fb
,5691fb9
,effc0a9
,829ad4b
,3de4cb7
,6dd7f2f
,5427107
,c271481
,7af7a98
,d0f853a
,aa1176a
,1c2c87a
,5309acb
,751c2e8
,daacf30
,4f6a47f
,985afc0
,3418b6f
,f2d07eb
,ab34222
,aaf2224
,f1dec19
,67445c4
,ae8d9c1
,b0844e3
,9eb2c01
,e774cff
,81f24c4
,c02b130
,ce2c764
- 🙈 Return a HTTP 503 status code when we reach too many connection, see
a82a83f
- 1️⃣ Unified TLS certificate lifecycle and management, see
a7952a1
,bbd4f5f
,7276e17
- 🥳 Set event-based command handling, see
5f62687
,3c7ab65
,d322bc2
,33b6e11
,5bbde99
,3c24088
- 💪 Allow to set custom tags on logs, see
115b9b1
,a9959ba
⚡ Breaking changes
Between the v0.13.6
and v0.14.0
structures present in the command
folder has changed which led to an incomptibility between those two versions.
Changelog
➕ Added
- [
22f1a72
] docs(ctl): add use cases [Gaël Reyrol
] (2021-04-19
) - [
c007794
] docs: update references to sozuctl [Gaël Reyrol
] (2021-04-19
) - [
9e5a2c6
] docs(ctl): typo [Gaël Reyrol
] (2021-04-19
) - [
06a8e4b
] start describing how client sessions are handled [Geoffroy Couprie
] (2021-07-30
) - [
f247ce3
] import WIP HTTP/2 implementation [Geoffroy Couprie
] (2022-07-13
) - [
65d5043
] change the default buffer size to accomodate HTTP/2 [Geoffroy Couprie
] (2022-07-13
) - [
6da9038
] start integrating HTTP/2 in the HTTPS-OpenSSL proxy [Geoffroy Couprie
] (2022-07-13
) - [
c5b9bfa
] add an Equals path rule [Geoffroy Couprie
] (2022-07-13
) - [
b7fa649
] start integrating a KV store for metrics [Geoffroy Couprie
] (2022-07-13
) - [
8ffca7f
] merge the Count and Gauge columns in metrics dump [Geoffroy Couprie
] (2022-07-13
) - [
9e6bd1d
] aggregate stored metrics [Geoffroy Couprie
] (2022-07-13
) - [
855c35e
] simplify the metrics printer [Geoffroy Couprie
] (2022-07-13
) - [
2a2c3b9
] store an app level metric aggregating backend metrics [Geoffroy Couprie
] (2022-07-13
) - [
7515a7e
] add a separating character for app metrics [Geoffroy Couprie
] (2022-07-13
) - [
809a481
] sort cluster ids, backend ids and metric names to keep a consistent view [Geoffroy Couprie
] (2022-07-13
) - [
67b98d0
] add a request counter per cluster and backend [Geoffroy Couprie
] (2022-07-13
) - [
086fdca
] metrics query in command line [Geoffroy Couprie
] (2022-07-13
) - [
912508a
] store cluster and backnd level metrics in different trees [Geoffroy Couprie
] (2022-07-13
) - [
3b956fb
] more structured answers for metrics queries [Geoffroy Couprie
] (`2022-07-...