Skip to content

v6.0.0-ga.12

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 13:44
· 595 commits to main since this release

What's Changed

  • feat: Support for captcha verification on the login page @tanxiao1990.
  • refactor: Adjust the drag and click events for the chart panel to try to solve the problem of potential conflicts on some clients.
  • refactor: Use the last (first) non-empty value for the Stat and other charts to bypass NaN values.
  • refactor: Update the icon for the basic setting menu.
  • docs: Add in-built dashboards for RabbitMQ and Alibaba Cloud.
  • fix: The issue where editing PromQueryBuilder can cause the datasource value to be lost.
  • fix: The missing icon issue in the completion suggestion for PromQLInput.

Configuration File Changes

When upgrading from the ga.8 version, 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.11...v6.0.0-ga.12