Skip to content

Latest commit

 

History

History
210 lines (108 loc) · 9.54 KB

CHANGELOG.md

File metadata and controls

210 lines (108 loc) · 9.54 KB

Changelog

0.6.8 (2023-01-08)

Bug Fixes

  • correct json type mapping (7bf8753)

0.6.7 (2023-01-07)

Bug Fixes

  • correct attribute reference (d2a2577)

0.6.6 (2022-12-17)

Bug Fixes

  • add missing data types (92cef1b)
  • add missing integer data types (c7e9ccf)
  • disable server side cursors (bae0a1c)

0.6.5 (2022-11-22)

⚠ BREAKING CHANGES

  • drop python 3.6 support

Documentation

  • add note regarding fetchmany support in duckdb=>0.5.0 (7ccbaa9)

Dependencies

  • add snapshottest (0b18f47)
  • bump tested duckdb to 0.5.1 in tox.ini (da71828)
  • declare shared test dependencies (e43823c)
  • fix requirement declaration (e3923ee)
  • test against 0.5.1 (0aca52e)

Code Refactoring

  • drop python 3.6 support (0d81998)

Miscellaneous Chores

0.6.4 (2022-09-11)

Bug Fixes

  • stub out Dialect#get_indexes for now (1d450ab)
  • use real fetchmany now it's available (06400b4)

Dependencies

  • bump locked duckdb version (1a83643)

0.6.3 (2022-09-08)

Bug Fixes

  • add schema support to get_view_names (b58bf32)
  • correct get_view_names for older sqlalchemy (b58bf32)
  • repin duckdb & poetry (#400) (4586852)

0.6.2 (2022-08-25)

Bug Fixes

  • fix bleeding edge duckdb for exceptions changes (f955264)

0.6.1 (2022-08-23)

Bug Fixes

  • support boolean and integer config values (4a2c639)

0.6.0 (2022-08-21)

Features

  • allow preloading of extensions (13a92e1)

Documentation

  • document preload_extensions config parameter (c0f2a99)
  • link to example of IPython-SQL usage (96e8bdf)

0.5.0 (2022-08-19)

Features

  • support unsigned integer types (a69a35b)

Bug Fixes

  • try to fix poetry installation in workflow (db21892)

Documentation

  • mention unsigned integer support in README (4e403cb)

0.4.0 (2022-08-15)

Features

  • switch to first party sqlalchemy stubs (cf9f626)

Bug Fixes

  • support ping on latest sqlalchemy (bd63122)

0.3.4 (2022-08-12)

Bug Fixes

  • disable comments in dialect (96cca1c)
  • restore mypy checking to github builds (b252679)

0.3.3 (2022-08-06)

Bug Fixes

  • add code coverage reporting (019b61c)
  • add documentation and test for duckdb config (f3e577a)
  • correct dialect error lookup for bleeding edge (0e04d02)

0.3.2 (2022-08-05)

Bug Fixes

  • unpin numpy for python 3.6 (3e87509)

0.3.1 (2022-08-05)

Bug Fixes

0.3.0 (2022-08-02)

Features

  • use SingletonThreadPool for :memory: connections (58ef77a)

0.2.0 (2022-07-03)

Features

  • add missing apilevel and threadsafety attributes on duckdb DBAPI (bc413a3)
  • add release-please config (6e9a2d7)
  • add support for Binary (8235377)
  • enable relationship integrity (f41bd10)
  • improve release script (bcb17bf)
  • override driver name (1a7bb4e)
  • strip comments from generated sql (66265a2)
  • warn when we find comments in the ddl (5b27a7f)

Bug Fixes

  • enable updating of existing models (14a4d5f)

0.1.12a0 (2022-06-23)

Features

  • feat: enable interval support by @Mause in Mause#278
  • fix: use modern dialect registration by @Mause in Mause#280

Chores

  • chore: add release script by @Mause in Mause#276
  • Update and rename release.ps1 to release.sh by @Mause in Mause#287
  • feat: add duckdb_version test decorator by @Mause in Mause#272
  • chore: add links to bug tracker and changelog by @Mause in Mause#282
  • feature/bug report template by @Mause in Mause#285
  • feat: Create CODE_OF_CONDUCT.md by @Mause in Mause#284

Version bumps

  • chore(deps): bump duckdb from 0.3.4 to 0.4.0 by @dependabot in Mause#273
  • chore(deps): update github/codeql-action action to v1.1.13 by @renovate in Mause#279
  • chore(deps): update github/codeql-action action to v1.1.14 by @renovate in Mause#286