Skip to content

Commit 9083519

Browse files
committed
docs(changelog) add 2.0.4 changes
1 parent dbfdbb6 commit 9083519

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,29 @@
4747

4848
> Released 2020/04/22
4949
50-
<<< TODO Introduction, plus any sections below >>>
51-
5250
### Fixes
5351

5452
##### Core
5553

56-
##### CLI
54+
- Disable JIT mlcache:get_bulk() on ARM64
55+
[#5797](https://github.com/Kong/kong/pull/5797)
56+
- Don't incrementing log counters on unexpected errors
57+
[#5783](https://github.com/Kong/kong/pull/5783)
58+
- Invalidate target history at cleanup so balancers stay synced
59+
[#5775](https://github.com/Kong/kong/pull/5775)
60+
- Set a log prefix with the upstream name
61+
[#5773](https://github.com/Kong/kong/pull/5773)
62+
- Fix memory leaks when loading a declarative config that fails schema validation
63+
[#5766](https://github.com/Kong/kong/pull/5766)
64+
- Fix some balancer and cluster_events issues
65+
[#5804](https://github.com/Kong/kong/pull/5804)
5766

5867
##### Configuration
5968

60-
##### Admin API
61-
62-
##### PDK
63-
64-
##### Plugins
69+
- Send declarative config updates to stream subsystem via Unix domain
70+
[#5797](https://github.com/Kong/kong/pull/5797)
71+
- Now when using declarative configurations the cache is purged on reload, cleaning any references to removed entries
72+
[#5769](https://github.com/Kong/kong/pull/5769)
6573

6674

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

0 commit comments

Comments
 (0)