All notable changes to this project will be documented in this file.
- 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