このページは、まだ日本語ではご利用いただけません。翻訳中です。
旧バージョンのドキュメントを参照しています。 最新のドキュメントはこちらをご参照ください。
Kong Gateway 3.7.x breaking changes
Before upgrading, review any configuration or breaking changes in this version and prior versions that affect your current installation.
You may need to adopt different upgrade paths depending on your deployment methods, set of features in use, or custom plugins, for example.
Review the changelog for all the changes in this release.
Breaking changes and deprecations
Configuration
The Granular Tracing feature has been deprecated and removed from Kong Gateway.
As part of your upgrade to 3.7, remove the following tracing-related parameters from your kong.conf file:
tracingtracing_write_strategytracing_write_endpointtracing_time_thresholdtracing_typestracing_debug_headergenerate_trace_details
We recommend transitioning to OpenTelemetry Instrumentation instead.
Vaults
There are some changes to the configuration of the HashiCorp Vault entity.
Starting from this version, a string entirely made of spaces can’t be specified as the role_id or secret_id
value in the HashiCorp Vault entity when using the AppRole authentication method.
Additionally, you must specify at least one of secret_id or secret_id_file in the HashiCorp Vault
entity when using the AppRole authentication method.
Plugin changes
AI Proxy (ai-proxy): To support the new messages API of Anthropic, the upstream
path of the anthropic setting for the llm/v1/chat route type has changed from /v1/complete to /v1/messages.