File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Table of Contents
2
2
3
+ - [ v0.10.0] ( #v0100---20191027 )
3
4
- [ v0.9.0] ( #v090---20190824 )
4
5
- [ v0.8.0] ( #v080---20190821 )
5
6
- [ v0.7.0] ( #v070---20190813 )
14
15
- [ 0.2.0] ( #020---20181219 )
15
16
- [ 0.1.0] ( #010---20181201 )
16
17
18
+ ## [ v0.10.0] - 2019/10/27
19
+
20
+ ### Summary
21
+
22
+ - This release adds support for Kong 1.4.
23
+
24
+ ### Added
25
+
26
+ - ` HostHeader ` field has been added to Upstream struct.
27
+ - ` Tags ` field has been added to the following types:
28
+ - ` KeyAuth `
29
+ - ` Basicauth `
30
+ - ` HMACAuth `
31
+ - ` Oauth2Credential `
32
+ - ` ACLGroup `
33
+ - ` JWTAuth `
34
+
17
35
## [ v0.9.0] - 2019/08/24
18
36
19
37
### Breaking changes
@@ -193,6 +211,7 @@ authentication credentials in Kong.
193
211
releases of Kong since every release of Kong is introducing breaking changes
194
212
to the Admin API.
195
213
214
+ [ v0.10.0 ] : https://github.com/hbagdi/go-kong/compare/v0.9.0...v0.10.0
196
215
[ v0.9.0 ] : https://github.com/hbagdi/go-kong/compare/v0.8.0...v0.9.0
197
216
[ v0.8.0 ] : https://github.com/hbagdi/go-kong/compare/v0.7.0...v0.8.0
198
217
[ v0.7.0 ] : https://github.com/hbagdi/go-kong/compare/v0.6.2...v0.7.0
You can’t perform that action at this time.
0 commit comments