Skip to content

Releases: zschumacher/pydapper

v0.12.0

10 Feb 21:46
Compare
Choose a tag to compare

Features

Bug Fixes

  • 🔧 fix sqlite not opening in subdirectories. PR #344 by @arieroos.

Internal

  • 🔧 upgrade poetry, actions, and use newer oracle image. PR #335 by @zschumacher.

v0.11.1

22 Jan 15:09
Compare
Choose a tag to compare
  • ✨ Add callable that returns a model as a supported model type. PR #333 by @zschumacher.

v0.11.0

22 Jan 13:59
Compare
Choose a tag to compare

Breaking changes

  • Python 3.8 support deprecated
  • cx_oracle support deprecated

Internal

v0.10.0

13 Apr 19:00
Compare
Choose a tag to compare

Features

Internal

Docs

v0.9.0

23 Nov 15:05
Compare
Choose a tag to compare

Bug fixes

Internal

v0.8.0

19 Mar 19:37
Compare
Choose a tag to compare

Features

Internal

Docs

v0.7.0

02 Jan 00:37
Compare
Choose a tag to compare

Features

Internal

v0.6.0

13 Nov 17:59
Compare
Choose a tag to compare

Features

  • ⬆️ Adds support for python 3.11

v0.5.3

30 Oct 15:23
Compare
Choose a tag to compare

Internal

  • 🔧 Add variable length tuple typing annotation for query_multiple. PR #67 by @enewnham.
  • 🔧 Dependabot updates 2022-10-28. PR #85 by @zschumacher.
  • 🔧 Better developer support for arm chips. PR #52 by @zschumacher.

v0.5.2

13 Aug 16:07
Compare
Choose a tag to compare

Docs

  • 🔧 Add example for serializing one-to-many relationships to docs. PR #44 by @zschumacher.

Internal