You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,14 +15,13 @@ BREAKING CHANGES:
15
15
FEATURES:
16
16
17
17
- 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)
20
20
- Reduced logging verbosity of default Info log level. [2455](https://github.com/nginxinc/nginx-gateway-fabric/pull/2455)
21
21
22
22
BUG FIXES:
23
23
24
24
- 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).
26
25
- 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)
27
26
- Return 503 when service has no ready endpoints. [2696](https://github.com/nginxinc/nginx-gateway-fabric/pull/2696)
28
27
@@ -34,6 +33,7 @@ DOCUMENTATION:
34
33
- Add documentation for rewrite client IP settings. [2701](https://github.com/nginxinc/nginx-gateway-fabric/pull/2701)
35
34
- Add description for enabling experimental features. [2546](https://github.com/nginxinc/nginx-gateway-fabric/pull/2546)
36
35
- 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).
0 commit comments