All notable changes to this project will be documented in this file.
- Use super.query in #29
- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in #44
- Bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group in #38
- Bump ws from 8.12.0 to 8.18.0 in the npm_and_yarn group in #39
- Bump ua-parser-js from 1.0.32 to 1.0.39 in the npm_and_yarn group in #37
- Bump tough-cookie from 4.1.2 to 4.1.4 in the npm_and_yarn group in #36
- Bump braces from 3.0.2 to 3.0.3 in the npm_and_yarn group in #35
- Bump the all-dependencies group across 1 directory with 9 updates in #40
- Bump the all-dependencies group with 4 updates in #32
- Chore: update deps in #31
- Remove athenaAsyncQueryDataSupport and redshiftAsyncQueryData feature toggle-related code
- Support Node 18 (#25)
- Fix workflows (#26)
- Fix running multiple async datasources (#27)
- Fix minimum query time (#22)
- Fix github publish with output from previous step (#21)
- Update github release workflow (#20)
- Don't set cache-skip header if async caching enabled (#17)
- Update npm-bump-version.yml (#15)
- Fix yarn dev script (#13)
- Add error catch to results of backend response (#12)
- Add missing test (#11)
- Modify query buttons into header buttons
- Add
DatasourceWithAsyncBackend
class to handle async query flow on the frontend - Add
RunQueryButtons
component for running and stopping queries