Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 23 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Table of Contents

- [v0.70.0](#v0700)
- [v0.69.0](#v0690)
- [v0.68.0](#v0680)
- [v0.67.0](#v0670)
- [v0.66.1](#v0661)
Expand Down Expand Up @@ -85,15 +87,31 @@
- [0.2.0](#020)
- [0.1.0](#010)

## [v0.68.0]
## [v0.70.0]

> Release date: 2025/11/24

- Added `TLSSans` parameter for `Service`
[#585](https://github.com/Kong/go-kong/pull/585)
- Added partials support for `ConsumerGroupPlugin`
[#586](https://github.com/Kong/go-kong/pull/586)

## [v0.69.0]

> Release date: 2025/09/26
> Release date: 2025/09/29

- Added `BasicAuthOptions` to allow skipping hashing for
BasicAuth passwords. `CreateWithOptions` and `UpdateWitOptions`
methods are added for basic-auth for the same.
[#576](https://github.com/Kong/go-kong/pull/576)

## [v0.68.0]

> Release date: 2025/09/15

- Added `Failover` parameter to Target
[#574](https://github.com/Kong/go-kong/pull/574)

## [v0.67.0]

> Release date: 2025/05/26
Expand Down Expand Up @@ -1081,6 +1099,9 @@ authentication credentials in Kong.
releases of Kong since every release of Kong is introducing breaking changes
to the Admin API.

[v0.70.0]: https://github.com/Kong/go-kong/compare/v0.69.0...v0.70.0
[v0.69.0]: https://github.com/Kong/go-kong/compare/v0.68.0...v0.69.0
[v0.68.0]: https://github.com/Kong/go-kong/compare/v0.67.0...v0.68.0
[v0.67.0]: https://github.com/Kong/go-kong/compare/v0.66.1...v0.67.0
[v0.66.1]: https://github.com/Kong/go-kong/compare/v0.66.0...v0.66.1
[v0.66.0]: https://github.com/Kong/go-kong/compare/v0.65.1...v0.66.0
Expand Down
Loading