Skip to content

Commit

Permalink
chore: release prep for v0.61.0 (#488)
Browse files Browse the repository at this point in the history
* chore: release prep for v0.61.0

* Update CHANGELOG.md

---------

Co-authored-by: Patryk Małek <[email protected]>
  • Loading branch information
Prashansa-K and pmalek authored Dec 6, 2024
1 parent 262937e commit 3842c33
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Table of Contents

- [v0.61.0](#v0610)
- [v0.60.0](#v0600)
- [v0.59.1](#v0591)
- [v0.59.0](#v0590)
Expand Down Expand Up @@ -74,6 +75,20 @@
- [0.2.0](#020)
- [0.1.0](#010)

## [v0.61.0]

> Release date: 2024/12/06
- Added a query-parameter `list_consumers=false` in `GET /consumer_groups`
API call to make it faster. This is supported from Gateway 3.9 version.
This will ensure that tools like decK work faster in cases where a
consumer-group holds thousands of consumers.
[#487](https://github.com/Kong/go-kong/pull/487)
- Added `Tags` field for type `ConsumerGroupPlugin` to ensure that
tags added by end-users are retained on the consumer-group scoped
plugins.
[#485](https://github.com/Kong/go-kong/pull/485)

## [v0.60.0]

> Release date: 2024/11/19
Expand Down Expand Up @@ -965,6 +980,7 @@ authentication credentials in Kong.
releases of Kong since every release of Kong is introducing breaking changes
to the Admin API.

[v0.61.0]: https://github.com/Kong/go-kong/compare/v0.60.0...v0.61.0
[v0.60.0]: https://github.com/Kong/go-kong/compare/v0.59.1...v0.60.0
[v0.59.1]: https://github.com/Kong/go-kong/compare/v0.59.0...v0.59.1
[v0.59.0]: https://github.com/Kong/go-kong/compare/v0.58.0...v0.59.0
Expand Down

0 comments on commit 3842c33

Please sign in to comment.