From 6b65f06abd6af3fd82c5a9ff95f24ddccbc7ed50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Nowak?= Date: Tue, 19 Nov 2024 13:16:59 +0100 Subject: [PATCH] chore: update changelog for release v0.60.0 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67070a53..b191d34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [v0.60.0](#v0600) - [v0.59.1](#v0591) - [v0.59.0](#v0590) - [v0.58.0](#v0580) @@ -73,6 +74,20 @@ - [0.2.0](#020) - [0.1.0](#010) +## [v0.60.0] + +> Release date: 2024/11/19 + +- Added the `ClearUnmatchingDeprecations` function to align plugin configuration for comparison. + [#473](https://github.com/Kong/go-kong/pull/473) +- `FillPluginsDefaults` will no longer populate fields with equivalent deprecated keys. + Previously, if the configuration contained an old field, + the function would add its equivalent new field with a `nil` value. + [#473](https://github.com/Kong/go-kong/pull/473) +- Fixed a bug in `FillPluginsDefaults` that resulted in the overwriting of + new values with deprecated values under certain conditions. + [#473](https://github.com/Kong/go-kong/pull/473) + ## [v0.59.1] > Release date: 2024/09/12