1
1
# Table of Contents
2
2
3
3
4
+ - [ 2.0.4] ( #204 )
4
5
- [ 2.0.3] ( #203 )
5
6
- [ 2.0.2] ( #202 )
6
7
- [ 2.0.1] ( #201 )
42
43
- [ 0.9.9 and prior] ( #099---20170202 )
43
44
44
45
46
+ ## [ 2.0.4]
47
+
48
+ > Released 2020/04/22
49
+
50
+ <<< TODO Introduction, plus any sections below >>>
51
+
52
+ ### Fixes
53
+
54
+ ##### Core
55
+
56
+ ##### CLI
57
+
58
+ ##### Configuration
59
+
60
+ ##### Admin API
61
+
62
+ ##### PDK
63
+
64
+ ##### Plugins
65
+
66
+
67
+ [ Back to TOC] ( #table-of-contents )
68
+
69
+
45
70
## [ 2.0.3]
46
71
47
72
> Released 2020/04/06
@@ -54,40 +79,40 @@ breaking changes.
54
79
55
80
##### Core
56
81
57
- - Setting the target weight to 0 does not automatically remove the upstream.
58
- [#5710](https://github.com/Kong/kong/pull/5710).
59
- - The plugins iterator is now always fully built, even if the initialization
60
- of any of them fails.
61
- [#5692](https://github.com/Kong/kong/pull/5692).
62
- - Fixed the load of `dns_not_found_ttl` and `dns_error_ttl` configuration
63
- options.
64
- [#5684](https://github.com/Kong/kong/pull/5684).
65
- - Consumers and tags are properly warmed-up from the plugins' perspective,
66
- i.e. they are loaded to the cache space that plugins access.
67
- [#5669](https://github.com/Kong/kong/pull/5669).
68
- - Customized error messages don't affect subsequent default error responses
69
- now.
70
- [#5673](https://github.com/Kong/kong/pull/5673).
82
+ - Setting the target weight to 0 does not automatically remove the upstream.
83
+ [ #5710 ] ( https://github.com/Kong/kong/pull/5710 ) .
84
+ - The plugins iterator is now always fully built, even if the initialization
85
+ of any of them fails.
86
+ [ #5692 ] ( https://github.com/Kong/kong/pull/5692 ) .
87
+ - Fixed the load of ` dns_not_found_ttl ` and ` dns_error_ttl ` configuration
88
+ options.
89
+ [ #5684 ] ( https://github.com/Kong/kong/pull/5684 ) .
90
+ - Consumers and tags are properly warmed-up from the plugins' perspective,
91
+ i.e. they are loaded to the cache space that plugins access.
92
+ [ #5669 ] ( https://github.com/Kong/kong/pull/5669 ) .
93
+ - Customized error messages don't affect subsequent default error responses
94
+ now.
95
+ [ #5673 ] ( https://github.com/Kong/kong/pull/5673 ) .
71
96
72
97
##### CLI
73
98
74
- - Fixed the `lua_package_path` option precedence over `LUA_PATH` environment
75
- variable.
76
- [#5729](https://github.com/Kong/kong/pull/5729).
77
- - Support to Nginx binary upgrade by correctly handling the `USR2` signal.
78
- [#5657](https://github.com/Kong/kong/pull/5657).
99
+ - Fixed the ` lua_package_path ` option precedence over ` LUA_PATH ` environment
100
+ variable.
101
+ [ #5729 ] ( https://github.com/Kong/kong/pull/5729 ) .
102
+ - Support to Nginx binary upgrade by correctly handling the ` USR2 ` signal.
103
+ [ #5657 ] ( https://github.com/Kong/kong/pull/5657 ) .
79
104
80
105
##### Configuration
81
106
82
- - Fixed the logrotate configuration file with the right line terminators.
83
- [#243](https://github.com/Kong/kong-build-tools/pull/243).
84
- Thanks, [WALL-E](https://github.com/WALL-E)
107
+ - Fixed the logrotate configuration file with the right line terminators.
108
+ [ #243 ] ( https://github.com/Kong/kong-build-tools/pull/243 ) .
109
+ Thanks, [ WALL-E] ( https://github.com/WALL-E )
85
110
86
111
##### Admin API
87
112
88
- - Fixed the `sni is duplicated` error when sending multiple `SNIs` as body
89
- arguments and an `SNI` on URL that matched one from the body.
90
- [#5660](https://github.com/Kong/kong/pull/5660).
113
+ - Fixed the ` sni is duplicated ` error when sending multiple ` SNIs ` as body
114
+ arguments and an ` SNI ` on URL that matched one from the body.
115
+ [ #5660 ] ( https://github.com/Kong/kong/pull/5660 ) .
91
116
92
117
[ Back to TOC] ( #table-of-contents )
93
118
@@ -4747,6 +4772,7 @@ First version running with Cassandra.
4747
4772
4748
4773
[ Back to TOC] ( #table-of-contents )
4749
4774
4775
+ [ 2.0.4 ] : https://github.com/Kong/kong/compare/2.0.3...2.0.4
4750
4776
[ 2.0.3 ] : https://github.com/Kong/kong/compare/2.0.2...2.0.3
4751
4777
[ 2.0.2 ] : https://github.com/Kong/kong/compare/2.0.1...2.0.2
4752
4778
[ 2.0.1 ] : https://github.com/Kong/kong/compare/2.0.0...2.0.1
0 commit comments