diff --git a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc index 40b6a94d92558..92734fc1a642d 100644 --- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc +++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_18.adoc @@ -462,6 +462,16 @@ to the API specification. All together this would make Camel behave similar for Rest DSL for both _code first_ and _contract first_ style. +=== camel-nats + +The default `headerFilterStrategy` is now a new `NatsHeaderFilterStrategy` that filters headers +starting with `Camel` / `camel` (case-insensitive) in both the inbound and outbound directions, +aligning the component with the rest of the Camel component catalog (`camel-kafka`, `camel-mail`, +`camel-coap`, `camel-google-pubsub`, ...). Routes that relied on passing through these header +names from NATS messages can supply a custom `headerFilterStrategy` to restore the previous +behaviour. + + === Component deprecation The `camel-olingo2` and `camel-olingo4` component are deprecated.