Changelog
All notable changes to this project will be documented in this file.
[0.6.1] - 2023-07-17
Changed
Improved pypi.org package description
[0.6.0] - 2023-07-13
Added
A profile can now be specified via the
--profileflag or theSCW_PROFILEenvironment variable. This allows to use a different profile than the default one configured in the Scaleway CLI.
Changed
Improved logging, and added a
--debugflag to the CLI to enable debug logs during command execution.Raised Kong default log-level to
warnto reduce the amount of logs generated by the gateway.Improved documentation
Improved error handling and better feedback for users when an error occurs.
Added JWT and Cors information to the
route lscommand.
Fixed
Missing client validation leading to errors when using the CLI with an invalid configuration.
Deletion of the gateway would not clean-up all resources when some were missing.
[0.5.0] - 2023-07-11
Added
Documentation is now available on readthedocs.
Added utilties to manage custom domains for your gateway. Please refer to the custom domain documentation for more information on usage.
Kong statsd dashboard will now be automatically imported to your Cockpit when using the
deploycommand.Improved CLI experience by adding some more progress feedback.
[0.4.0] - 2023-07-03
Added
Added CLI support to easily manage JWT authentification to the routes. Please refer to the auth documentation for more information on usage.
Changed
Grouped CLI commands thematically. The gateway infastructure management is now split from the gateway configuration via different CLI command group.
[0.3.1] - 2023-06-27
Fixed
Fixed gateway manager failing after deploying due to token refresh desync
[0.3.0] - 2023-06-26
Added
Added
deploycommand to deploy all gateway components in a single commandAdded
--http-methodsflag toadd-routecommand to specify http methods