Skip to content

Latest commit

 

History

History
77 lines (45 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

77 lines (45 loc) · 1.94 KB

Change log

0.2.11

  • fix: relax packaging dependency (#109) [Daniel Vaz Gaspar]

0.2.10

  • fix: OpenDistro dialect quotes properly with backticks now (#99) [Beto Dealmeida]

0.2.9

  • fix: remove six dependency (#84) [Daniel Vaz Gaspar]

0.2.8

  • fix: remove show tables column retrieval index based (#81) [Daniel Vaz Gaspar]

0.2.7

  • fix: unpin packaging dependency (#77) [Daniel Vaz Gaspar]

0.2.6

  • fix: pin elasticsearch-py bellow 7.14 (#71) [Daniel Vaz Gaspar]
  • feat(query): add time_zone param (#69) [aniaan]

0.2.5

  • fix: Bump packaging [Beto Dealmeida]

0.2.4

  • fix: Bump urllib3 from 1.25.6 to 1.26.5 (#64) [dependabot]
  • fix: missing time type (#60) [maltoze]

0.2.3

  • fix: missing dependency, packaging [Daniel Vaz Gaspar]

0.2.2

  • fix: support elasticsearch > 7.10 [Daniel Vaz Gaspar]

0.2.1

  • feat: support new opendistro SQL engine 1.13 [Daniel Vaz Gaspar]

0.2.0

  • docs: update changelog [Daniel Vaz Gaspar]
  • release: version bump and exception fix (#48) [Daniel Vaz Gaspar]
  • feat(opendistro): implement get view names with ES alias (#47) [Daniel Vaz Gaspar]
  • fix(opendistro): aws auth and discard not supported engine type from meta (#46) [Daniel Vaz Gaspar]
  • feat: support opendistro (#45) [Daniel Vaz Gaspar]

0.1.4

  • [fix]: crash with empty indexes (#39) [Daniel Vaz Gaspar]
  • [docs]: update README with github actions badge (#41) [Daniel Vaz Gaspar]
  • [ci]: from travis to github actions (#40) [Daniel Vaz Gaspar]
  • [docs]: updated readme opendistro info (#37) [Anirudha (Ani) Jadhav]

0.1.3

  • [elasticsearch]: feat: fetch_size configurable and set default to 10000 (#30)
  • [docs]: fix: Update README.md (#32)

0.1.2

  • [elasticsearch] fix: newer elasticsearch version were crashing (#23)

0.1.1

  • [dbapi] fix: enforce list tuple to follow PEP-249 (#17)
  • [dbapi] fix: don't do anything in commit method (#16)
  • [dbapi] fix: support connection string without trailing slash (#9)