Skip to content

v6.0.0-ga.9

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 05:16
· 789 commits to main since this release

Configuration File Changes

When upgrading from the previous version to ga.10, you need to add the following configuration under [HTTP] in the configuration file.

[HTTP.APIForAgent]
Enable = true 
# [HTTP.APIForAgent.BasicAuth]
# user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

[HTTP.APIForService]
Enable = true 
[HTTP.APIForService.BasicAuth]
user001 = "ccc26da7b9aba533cbb263a36c07dcc5"

Full Changelog: v6.0.0-ga.8...v6.0.0-ga.9