Releases: zschumacher/pydapper
Releases · zschumacher/pydapper
v0.12.0
Features
- ✨ Support psycopg async apis. PR #336 by @zschumacher.
Bug Fixes
Internal
- 🔧 upgrade poetry, actions, and use newer oracle image. PR #335 by @zschumacher.
v0.11.1
- ✨ Add callable that returns a model as a supported model type. PR #333 by @zschumacher.
v0.11.0
Breaking changes
- Python 3.8 support deprecated
- cx_oracle support deprecated
Internal
- 🔧 update to latest dsnparse. PR #332 by @zschumacher.
- 🔧 support python 3.13; update deps; deprecate Cx_Oracle in favor or Oracledb. PR #331 by @zschumacher.
- Bump idna from 3.4 to 3.7. PR #262 by @dependabot[bot].
- Bump cryptography from 41.0.5 to 42.0.4. PR #255 by @dependabot[bot].
v0.10.0
Features
- ✨ add support for
psycopg3
. PR #214 by @idumancic.
Internal
- 🔧 fix step names in fmt.yml. PR #256 by @otosky.
- ⬆️ Support python 3.12. PR #199 by @zschumacher.
Docs
- 📝 Remove broken badge in docs index. PR #198 by @zschumacher.
- 🔧 add readthedoc config file. PR #197 by @zschumacher.
v0.9.0
Bug fixes
Internal
- 🔧 update poetry to 1.7.1 and bump deps. PR #195 by @zschumacher.
- 🔧 use bigquery emulator for tests. PR #166 by @zschumacher.
- 🔧 bump deps and use markers for tests. PR #164 by @zschumacher.
v0.8.0
Features
- ✨ Add support for
bigquery
. PR #142 by @zschumacher.
Internal
- 🔧 Remove python 3.7 support. PR #145 by @zschumacher.
- 🔧 update
poetry
to1.4.0
. PR #143 by @zschumacher. - 🔧 Remove irrelevant make command. PR #125 by @zschumacher.
- 🔧 Dependabot 2023-02-12. PR #124 by @zschumacher.
Docs
- 📋 Add
aiopg
to table in PostgreSQL docs section. PR #107 by @zschumacher.
v0.7.0
Features
- 🔧 Improve typing. PR #101 by @zschumacher.
Internal
- 🔧 Dependabot updates 2023-01-01. PR #106 by @zschumacher.
v0.6.0
Features
- ⬆️ Adds support for python 3.11
v0.5.3
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
Docs
- 🔧 Add example for serializing one-to-many relationships to docs. PR #44 by @zschumacher.
Internal
- 🔧 Address dependabot 2022-08-13. PR #51 by @zschumacher.
- 🔧 Add extra to install all optional deps. PR #50 by @zschumacher.