Releases: stephenyeargin/hubot-grafana
Releases · stephenyeargin/hubot-grafana
Release list
v7.1.0
What's Changed
- chore(deps-dev): bump flatted from 3.2.7 to 3.4.2 by @dependabot[bot] in #199
- chore(deps): bump fast-xml-parser and @aws-sdk/xml-builder by @dependabot[bot] in #200
- chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 by @dependabot[bot] in #201
- chore(deps): bump fast-xml-parser and @aws-sdk/xml-builder by @dependabot[bot] in #202
- chore(deps): bump fast-xml-parser and @aws-sdk/xml-builder by @dependabot[bot] in #204
- chore(deps): bump fast-xml-builder from 1.1.4 to 1.2.0 by @dependabot[bot] in #203
- Fix npm audit findings, adjust test harness by @stephenyeargin in #205
Full Changelog: v7.0.6...v7.1.0
v7.0.6
What's Changed
- chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #196
- chore(deps): bump fast-xml-parser and @aws-sdk/client-s3 by @dependabot[bot] in #197
- chore(deps-dev): bump minimatch from 3.1.2 to 3.1.5 by @dependabot[bot] in #198
Full Changelog: v7.0.5...v7.0.6
v7.0.5
What's Changed
- chore(deps): bump serialize-javascript and mocha by @dependabot in #195
Full Changelog: v7.0.4...v7.0.5
v7.0.4
What's Changed
- chore(deps): bump cookie and express by @dependabot in #192
- feature: add sendError to Responder by @KeesCBakker in #194
Full Changelog: v7.0.3...v7.0.4
v7.0.3
What's Changed
- chore(deps): bump fast-xml-parser and @aws-sdk/client-s3 by @dependabot in #189
- chore(deps): bump send and express by @dependabot in #191
Full Changelog: v7.0.2...v7.0.3
v7.0.2
What's Changed
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #186
- Fix various errors by @KeesCBakker in #187
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- Fix multiple responses on slow Grafana by @KeesCBakker in #185
- Fix title parameter is not parsed when the template has no default value @KeesCBakker in #185
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
- We've faced out
robot.httpusage in the package and are usingfetchnow. GrafanaServiceis no longer dependent onrobot.httpin the constructor.- We've removed
http.js. - The
Botcan now fully handle string commands withsendDashboardChartFromString.
Full Changelog: v6.0.1...v7.0.0
v6.0.1
What's Changed
- Feature/ship typings by @KeesCBakker in #181
- Various dependencies have been upgraded.
Full Changelog: v6.0.0...v6.0.1
v6.0.0
What's Changed
- Split to a Grafana Service by @KeesCBakker in #180
- Added support for VSCode dev containers.
- Added class
Botto help to interact with bot features. - You can now do a
setResponderto override the responder and influence how the message it written by Hubot. Example here: https://keestalkstech.com/2023/08/improving-responsiveness-of-hubot-grafana/#custom-responder-to-the-rescue
Full Changelog: v5.1.2...v6.0.0