Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Releases: justeat/kongverge

1.1.2

22 Nov 16:16

Choose a tag to compare

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

21 Nov 14:38

Choose a tag to compare

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

15 Nov 17:30

Choose a tag to compare

Includes the following significant changes:

  • Include version number in console output
  • Tidy up console output (order of messages during startup)

1.0.0

07 Nov 16:49

Choose a tag to compare

Includes the following significant changes:

  • Flushes StreamWriter asynchronously 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

09 Oct 16:25

Choose a tag to compare

First non pre-release to nuget.org

0.9.0-build36

28 Sep 19:15

Choose a tag to compare

0.9.0-build36 Pre-release
Pre-release

First public release to nuget.org since squashing repository history and setting up AppVeyor CI.