Releases: grafana/synthetic-monitoring-app
Releases · grafana/synthetic-monitoring-app
v1.15.1
1.15.1 (2024-8-26)
- Bump axios from 1.6.7 to 1.7.4 (#909)
- Revert the way we do datasource lookups (#911)
- Fix typo in alerts error message (#913)
- Obtain SM datasource by its type and not name to prevent errors when it’s been renamed (#921)
- Revert sm:write permissions to be obtained froom org roles instead of datasource (#923)
- Add new version of uptime calculation query and set it under FF (#840)
- Hide grpc option in check cards when feature flag off (#922)
v1.14.13
1.14.13 (2024-8-20)
- Added datasource RBAC support in the plugin. The plugin now respects RBAC permissions for its datasources.
- Fix a bug with saving existing checks with empty TLS configs
- Fix a regression where the http checks follow redirects checkbox was missing
- Prevent problematic characters from being added to job names (commas and single/double quotes)
- Fix a bug with the assertions graph success / failure rate making the wrong query on scripted checks dashboard
v1.14.12
1.14.12 (2024-8-19)
- Added datasource RBAC support in the plugin. The plugin now respects RBAC permissions for its datasources.
- Fix a bug with saving existing checks with empty TLS configs
- Fix a regression where the http checks follow redirects checkbox was missing
- Prevent problematic characters from being added to job names (commas and single/double quotes)
- Fix a bug with the assertions graph success / failure rate making the wrong query on scripted checks dashboard
v1.14.11
1.14.11 (2024-7-25)
- The check creation pages have been redesigned to be more user-friendly and intuitive. Every check now has five sections regardless of type.
- Check types now have a parent group: Api Endpoint, Multi step and Scripted in the plugin UI.
- Added restrictions when users have the viewer role.
v1.14.10
1.14.10 (2024-7-10)
- Upgrade scenes to version 5.1.0
- Fix cursor type on cards without links
- Improve non-initialized pages to provide section specific content
- Enforce named exports
- Avoid horizontal scrolling on check's dashboard
- Add regression test for longitud validation fix
- Add datasource to includes in order to provide support for loading synthentic monitoring appn assets from a CDN
- Make loki query fetch range instead of instant logs to prevent timeout errors on ad-hoc tests
v1.14.9
v1.14.8
1.14.8 (2024-6-19)
- Updated Grafana dependencies (@grafana/ui, @grafana/data, @grafana/runtime and @grafana/schema) to version 11.0.0
- Updated Grafana dependency version in plugin configuration.
- Added a PasswordField component to mask password inputs in the HTTP Auth section.
- Added a link to the docs in the check’s custom labels section.
v1.14.7
1.14.7 (2024-6-11)
- Added test execution rate in the check list page. Added accompaying sort options to sort checks by ascending / descending execution rates
- Fixed an issue where drilldowns are not working in the Scenes home dashboard
- Changed the HTTP authentication type to a radio button pattern rather than multiple checkboxes
- Changed probe form validation to zod schemas
v1.14.6
1.14.6 (2024-6-5)
- Removed public preview message from multihttp checks
- Added url parameters to manage check list state, allowing deep linking to specific checks
- Fix an issue on the homepage summary table where jobs were being duplicated
- Fix text for SSL tooltip in Scenes dashboards
- Fix alignment issues for labels and headers in the check creation forms
- Fix terraform export for private probes
- Fix wording for test executions in executions calculator
- Changed form validation to zod schemas