alertmanager/api
George Robinson fa6a7e6dd6
Fix inconsistent defaults in UTF-8 behavior (#3668)
This commit fixes inconsistent UTF-8 behavior if the compat package is
not initialized and feature flags are not passed to the API. This can
happen when Alertmanager is used as a package in software such
as Cortex or Mimir.

The inconsistent behavior is that Alertmanager will accept UTF-8 alerts
but reject UTF-8 configurations.

Since feature flags are optional via api.Options, we cannot force them
to be passed to api.New at compile time. Instead, it's better to defer
back to the compat package which is consistent even when not initialized.

Signed-off-by: George Robinson <george.robinson@grafana.com>
2024-01-15 10:03:51 +00:00
..
metrics Deprecate and remove api/v1/ (#2970) 2023-11-24 09:06:04 +00:00
v2 Fix inconsistent defaults in UTF-8 behavior (#3668) 2024-01-15 10:03:51 +00:00
api.go Fix inconsistent defaults in UTF-8 behavior (#3668) 2024-01-15 10:03:51 +00:00
v1_deprecation_router.go Deprecate and remove api/v1/ (#2970) 2023-11-24 09:06:04 +00:00