Skip to content

Latest commit

 

History

History
61 lines (38 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

61 lines (38 loc) · 2.08 KB

Change Log

All notable changes to this project will be documented in this file.

v0.4.0

  • 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

v0.3.0

  • Chore: update deps in #31

v0.2.0

  • Remove athenaAsyncQueryDataSupport and redshiftAsyncQueryData feature toggle-related code

v0.1.11

  • Support Node 18 (#25)
  • Fix workflows (#26)
  • Fix running multiple async datasources (#27)

v0.1.10

  • Fix minimum query time (#22)

v0.1.9

  • Fix github publish with output from previous step (#21)

v0.1.8

  • Update github release workflow (#20)

v0.1.7

  • Don't set cache-skip header if async caching enabled (#17)

v0.1.5

  • Update npm-bump-version.yml (#15)
  • Fix yarn dev script (#13)
  • Add error catch to results of backend response (#12)
  • Add missing test (#11)

v0.1.4

  • Modify query buttons into header buttons

v0.0.1

  • Add DatasourceWithAsyncBackend class to handle async query flow on the frontend
  • Add RunQueryButtons component for running and stopping queries