Skip to content

Releases: Mause/duckdb_engine

v0.6.0

22 Aug 05:38
3947ae4
Compare
Choose a tag to compare

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)

v0.5.0

19 Aug 11:45
498df91
Compare
Choose a tag to compare

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)

v0.4.0

15 Aug 09:56
70df02b
Compare
Choose a tag to compare

0.4.0 (2022-08-15)

Features

  • switch to first party sqlalchemy stubs (cf9f626)

Bug Fixes

  • support ping on latest sqlalchemy (bd63122)

v0.3.4

12 Aug 15:49
1028cd4
Compare
Choose a tag to compare

0.3.4 (2022-08-12)

Bug Fixes

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

v0.3.3

06 Aug 15:35
62b915b
Compare
Choose a tag to compare

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)
    I have retroactively realized this was likely a breaking change for some consumers, my apologies

v0.3.2

05 Aug 09:18
5c50b60
Compare
Choose a tag to compare

0.3.2 (2022-08-05)

Bug Fixes

  • unpin numpy for python 3.6 (3e87509)

v0.3.1

05 Aug 07:39
9afc87a
Compare
Choose a tag to compare

0.3.1 (2022-08-05)

Bug Fixes

v0.3.0

02 Aug 10:55
400be0d
Compare
Choose a tag to compare

0.3.0 (2022-08-02)

Features

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

v0.2.0

03 Jul 09:57
430b3e5
Compare
Choose a tag to compare

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

23 Jun 05:03
Compare
Choose a tag to compare
0.1.12a0 Pre-release
Pre-release

What's Changed

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

Chores

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

Version bumps

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

Full Changelog: v0.1.11...v0.1.12a0