-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asyncQueryDataSupport: always run queries asynchronously #30
Conversation
@@ -2,6 +2,10 @@ | |||
|
|||
All notable changes to this project will be documented in this file. | |||
|
|||
## v0.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this considered a breaking change do we think? If so does that mean we move to 1.0.0? I feel like @iwysiu probably knows semver better than me haha.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0 s are pre-release development versions, so we don't need to bump it. A 1.0.0 would be when we cut the first actual release!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems ok to me! I did not test it manually though, let me know if you want me to!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@@ -2,6 +2,10 @@ | |||
|
|||
All notable changes to this project will be documented in this file. | |||
|
|||
## v0.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
v0 s are pre-release development versions, so we don't need to bump it. A 1.0.0 would be when we cut the first actual release!
It should be ok, I symlinked it and tested it locally with the feature toggle on and off, and both make async requests |
Part of grafana/grafana#66277 and grafana/grafana#66276
Removes part of the code that conditionally ran async queries. This makes it so that queries always run async
Athena draft: grafana/athena-datasource#316