Skip to content

Latest commit

 

History

History
98 lines (59 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

98 lines (59 loc) · 3.69 KB

1.0.4 (06/05/2024)

  • [BUGFIX]: Fix auth propagation when using cookie auth #51 @Umaaz

1.0.3 (17/04/2024)

  • [FEATURE]: Add support for metrics and traces #34 @Umaaz
  • [FEATURE]: Add support for deepql #45 @Umaaz
  • [ENHANCEMENT]: Improve the fire count input to make it easier to understand #34 @Umaaz
  • [ENHANCEMENT]: Add validation to inputs to help with error cases #42 @Umaaz
  • [BUGFIX]: Correct links for documentation on query builder #33 @Umaaz
  • [CHANGE]: Update to grafana 10.3.3 #43 @Umaaz

1.0.2 (10/11/2023)

  • [BUGFIX]: handle case when creating tracepoint with no watches #22 @Umaaz

1.0.1 (09/11/2023)

  • [CHANGE]: update to grafana 10.2.0 #14 @Umaaz
  • [CHANGE]: correct go module definition #11 @Umaaz
  • [FEATURE]: add support to create tracepoints with log messages #15 @Umaaz
  • [BUGFIX]: improve and fix the creation of watchers #19 @Umaaz
  • [BUGFIX]: handle 404 response from server #12 @Umaaz

1.0.0 (07/09/2023)

  • [CHANGE]: update to version 10 of grafana sdks #8 @Umaaz

0.0.7 (15/06/2023)

  • [CHANGE]: use dev branch of grafana go sdk #8 @Umaaz

0.0.6 (29/06/2023)

  • [CHANGE]: remove plugin dependency, doesn't work for non marketplace plugins #6 @Umaaz

0.0.5 (19/06/2023)

  • [ENHANCEMENT]: improve builds #4 @Umaaz

0.0.4 (15/06/2023)

  • [BUGFIX]: fix urls to support distributed mode services @Umaaz
  • [BUGFIX]: disable delete button when invalid id is given @Umaaz

0.0.3 (09/06/2023)

  • Initial release