Skip to content

Commit

Permalink
docs(changelog) add 2.0.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Feb 27, 2020
1 parent 15d8cf0 commit 28c8c24
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Table of Contents


- [2.0.2](#202)
- [2.0.1](#201)
- [2.0.0](#200)
- [1.5.0](#150)
Expand Down Expand Up @@ -39,6 +40,42 @@
- [0.9.9 and prior](#099---20170202)


## [2.0.2]

> Released 2020/02/27
This is a patch release in the 2.0 series. Being a patch release, it strictly
contains performance improvements and bugfixes. The are no new features or
breaking changes.

### Fixes

##### Core

- Fix issue related to race condition in Cassandra select each method
[#5564](https://github.com/Kong/kong/pull/5564).
Thanks, [vasuharish](https://github.com/vasuharish)!
- Fix an issue when running a control plane with multiple data planes
[#5612](https://github.com/Kong/kong/pull/5612).
- Don't change route paths when marshaling
[#5587](https://github.com/Kong/kong/pull/5587).
- Fix propagation of posted health across workers
[#5539](https://github.com/Kong/kong/pull/5539).
- Use proper units for timeouts with cassandra
[#5571](https://github.com/Kong/kong/pull/5571).
- Fix broken SNI based routing in L4 proxy mode
[#5533](https://github.com/Kong/kong/pull/5533).

##### Plugins

- Enable the ACME plugin by default
[#5555](https://github.com/Kong/kong/pull/5555).
- Accept consumer username in anonymous field
[#5552](https://github.com/Kong/kong/pull/5552).

[Back to TOC](#table-of-contents)


## [2.0.1]

> Released 2020/02/04
Expand Down Expand Up @@ -4639,6 +4676,7 @@ First version running with Cassandra.

[Back to TOC](#table-of-contents)

[2.0.2]: https://github.com/Kong/kong/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/Kong/kong/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/Kong/kong/compare/1.5.0...2.0.0
[1.5.0]: https://github.com/Kong/kong/compare/1.4.3...1.5.0
Expand Down

0 comments on commit 28c8c24

Please sign in to comment.