Skip to content

Commit

Permalink
bump: 7.45 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlljm authored Dec 11, 2023
1 parent 67293ed commit 25dd12e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,23 @@
* replace channelquerystore with more generic synchronous map implementation ([0444544](https://github.com/sassoftware/grafana-esp-plugin/commit/0444544c0051289dd2156e3051023d48a15599d4))
* treat syncmap.Set calls with nil value as Delete calls ([d704aaa](https://github.com/sassoftware/grafana-esp-plugin/commit/d704aaacd8b77f8d45a355c0c508dbe18d474370))

### Bug Fixes

* address an authorization issue when initializing a new datasource ([3a75d63](https://github.com/sassoftware/grafana-esp-plugin/commit/3a75d632caec1427ca9fbd1a3010ba3d7a84aae2))
* improve handling of extra slashes during ESP websocket URL ([04fef0c](https://github.com/sassoftware/grafana-esp-plugin/commit/04fef0c51b945fb79686efcfa8ffa4955c20d561))
* propagate internal ESP URLs for backward compatibility ([73df97b](https://github.com/sassoftware/grafana-esp-plugin/commit/73df97bc9e63c6fe4baaeec243f5b9214ebaf42b))
* revert OAuth passthrough for non-Viya deployments and treat ([3434f08](https://github.com/sassoftware/grafana-esp-plugin/commit/3434f089f7a5cd0baf0d3268d4a21ffb47450201))
* stop premature query calls during fields initialization ([13840bb](https://github.com/sassoftware/grafana-esp-plugin/commit/13840bb32ebcb2e7a10522760270f8dd655b2f0f))
* workaround for compression handling bug in the Grafana SDK's HTTP client ([046eda8](https://github.com/sassoftware/grafana-esp-plugin/commit/046eda80d68e63b3e93a7876f9cf5b779c2d3687))


### Code Refactoring

* extract handler functions from ESP Websocket client constructor ([f659b7b](https://github.com/sassoftware/grafana-esp-plugin/commit/f659b7bcb7ccd0233e6a04df0f1d8caa2c2b793a))
* improve logging ([3debb3d](https://github.com/sassoftware/grafana-esp-plugin/commit/3debb3d3eeaa0bfdff4cc64fd669dfc167b032b0))
* improve logging ([8ddcd5b](https://github.com/sassoftware/grafana-esp-plugin/commit/8ddcd5bf89a60b4b190ade6e2746f74d2c7ec220))
* reference hashed queries in channel path ([483b02c](https://github.com/sassoftware/grafana-esp-plugin/commit/483b02cf2cd3ebacf22c8bace5c0bcf46377d996))
* replace channelquerystore with more generic synchronous map implementation ([0444544](https://github.com/sassoftware/grafana-esp-plugin/commit/0444544c0051289dd2156e3051023d48a15599d4))
* treat syncmap.Set calls with nil value as Delete calls ([d704aaa](https://github.com/sassoftware/grafana-esp-plugin/commit/d704aaacd8b77f8d45a355c0c508dbe18d474370))

## 7.45.0

0 comments on commit 25dd12e

Please sign in to comment.