This repository was archived by the owner on Jul 8, 2022. It is now read-only.
Releases: justeat/kongverge
Releases · justeat/kongverge
1.1.2
Fixed bug in KongRoute.ToString method when any of Hosts, Paths, Methods or Protocols are null. Also improved validation messages for when Hosts values are invalid.
1.1.1
Fixed bugs where route configuration validation fails in the following cases:
- When paths contain regexes
- When hosts contain leading or trailing wildcards
1.1.0
Includes the following significant changes:
- Include version number in console output
- Tidy up console output (order of messages during startup)
1.0.0
Includes the following significant changes:
- Flushes
StreamWriterasynchronously when exporting configuration from Kong to files. - Continues parsing files and displays all error messages when reading configuration, instead of stopping at the first error.
- Validation of configuration loaded from files before applying configuration changes to Kong.
- Automatic rollback if Kong responds with a 400 status code when attempting to apply configuration changes.
0.9.0
First non pre-release to nuget.org
0.9.0-build36
First public release to nuget.org since squashing repository history and setting up AppVeyor CI.