Skip to content

Commit d93a8a0

Browse files
committed
update
1 parent dde9925 commit d93a8a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ BREAKING CHANGES:
1515
FEATURES:
1616

1717
- Add support to retain client IP information. [2284](https://github.com/nginxinc/nginx-gateway-fabric/pull/2284)
18-
- Add ability to configure data plane log level. [2603](https://github.com/nginxinc/nginx-gateway-fabric/pull/2603)
19-
- Add support to apply SnippetsFilter in NGINX configuration. [2604](https://github.com/nginxinc/nginx-gateway-fabric/pull/2604)
18+
- Add ability to configure data plane error log level. [2603](https://github.com/nginxinc/nginx-gateway-fabric/pull/2603)
19+
- Introduce SnippetsFilter API, which allows users to inject custom NGINX configuration via an HTTPRoute or GRPCRoute filter. See the [SnippetsFilter guide](https://docs.nginx.com/nginx-gateway-fabric/how-to/traffic-management/snippets/) for information on how to use SnippetsFilters. [2604](https://github.com/nginxinc/nginx-gateway-fabric/pull/2604)
2020
- Reduced logging verbosity of default Info log level. [2455](https://github.com/nginxinc/nginx-gateway-fabric/pull/2455)
2121

2222
BUG FIXES:
2323

2424
- Only set stream status zone if hostname exists. [2684](https://github.com/nginxinc/nginx-gateway-fabric/pull/2684)
25-
- Use correct indentation in lifecycle examples. [2588](https://github.com/nginxinc/nginx-gateway-fabric/pull/2588). Thanks to [Derek F](https://github.com/defrank).
2625
- Fix an issue with upstream names when split clients are used with a namespace name that starts with a number. [2730](https://github.com/nginxinc/nginx-gateway-fabric/pull/2730)
2726
- Return 503 when service has no ready endpoints. [2696](https://github.com/nginxinc/nginx-gateway-fabric/pull/2696)
2827

@@ -34,6 +33,7 @@ DOCUMENTATION:
3433
- Add documentation for rewrite client IP settings. [2701](https://github.com/nginxinc/nginx-gateway-fabric/pull/2701)
3534
- Add description for enabling experimental features. [2546](https://github.com/nginxinc/nginx-gateway-fabric/pull/2546)
3635
- Add documentation explaining how to do CRD versioning. [2404](https://github.com/nginxinc/nginx-gateway-fabric/pull/2404)
36+
- Use correct indentation in lifecycle examples. [2588](https://github.com/nginxinc/nginx-gateway-fabric/pull/2588). Thanks to [Derek F](https://github.com/defrank).
3737

3838
HELM CHART:
3939

0 commit comments

Comments
 (0)