From f0b4b4c86b7da1f6e274314eb1040c37efe0d210 Mon Sep 17 00:00:00 2001 From: Ryan Grant Date: Thu, 11 Jul 2024 19:36:46 -0700 Subject: [PATCH] add v0.10.0 features to changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d394778..025e22c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ ## 1.10.0 + Enhancements: +- Adds fasthttp example - Adds `WithBindings` option +- Adds support for `TrafficPolicy` field + +Changes: + +- Replace log adapter module license symlinks with full files +- Send `Policy` to the backend as a `TrafficPolicy` string +- unsafe.Pointer -> atomic.Pointer + +Bug fixes: + +- Propagate half-closes correctly in forward ## 1.9.1