Skip to content

Releases: easysql/easy_sql

v1.1.0

02 Jun 10:48
Compare
Choose a tag to compare

New

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 May 01:51
Compare
Choose a tag to compare

Set this as a baseline version that is currently considered stable

Other changes

Full Changelog: v0.5.1...v1.0.0

v0.5.1

14 Nov 09:01
Compare
Choose a tag to compare

What's new in this release

  • Added functions to generate data report
  • Improve function signatures
  • Improve ETL configuration for flink backend
  • Improve required dependency versions
  • Doc improvement
  • More tests
  • Other small improvements

v0.5.0

09 Sep 06:22
Compare
Choose a tag to compare

New

Bug Fixes

Other changes

Full Changelog: v0.4.1...v0.5.0

v0.4.1

24 Aug 11:24
Compare
Choose a tag to compare

Bug Fixes

  • fix: use psycopg2 instead binary as the dependency of postgresql backend (#37) @lust4life

Full Changelog: v0.4.0...v0.4.1

v0.4.0

24 Aug 10:10
Compare
Choose a tag to compare

Bug Fixes

  • fix: recover bigquery-related codes lost in previous merge. (#36) @HeranZhao-47
  • fix: fix read int type date from excel cell issue (#28) @changyoud
  • fix(rdb): use dialect to compile instead stringify when inspect rdb type info (#21) @lust4life
  • ci: fix ci cache miss (#34) @lust4life

Documentation

  • docs: Update doc to use poetry and new way of installation (#22) @lust4life

Other changes

Full Changelog: v0.3.0...v0.4.0

v0.3.0

02 Aug 01:24
Compare
Choose a tag to compare

What's new in this release

  • Added support for sql linting
  • Added new functions for pg/clickhouse/bigquery backend
  • Doc improvement
  • More tests
  • Other small improvements

v0.2.0

15 May 03:57
Compare
Choose a tag to compare

What's new in this release

  • Improved support for clickhouse/bigquery backend
  • Added support for sql testing when using clickhouse backend
  • Improved type conversion for testing under clickhouse backend
  • Doc improvement
  • More tests