Releases: jazzband/dj-database-url
Releases · jazzband/dj-database-url
v2.3.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #249
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #251
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #254
- Make config test options not unknown types by @palfrey in #252
- Add Python 3.13 and Django 5.1 testing by @palfrey in #255
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #256
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Do not leak
key
loop variable into global namespace by @sobolevn in #226 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #223
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #227
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #228
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #229
- Add disable_server_side_cursors parameter by @fbinz in #231
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #233
- Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+ Resolves #234 by @truongvan in #235
- OPTIONS cannot be None given our code by @palfrey in #232
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #236
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #237
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #238
- Update django 5.0 python compatability by @mattseymour in #239
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #241
- Allow
currentSchema
option to be used with custom postgresql backends by @GertBurger in #243 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #242
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #244
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #245
- Update README.rst to add postgresql by @boxydog in #247
New Contributors
- @fbinz made their first contribution in #231
- @truongvan made their first contribution in #235
- @GertBurger made their first contribution in #243
- @boxydog made their first contribution in #247
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.0
What's Changed
- setup.py: Fix
project_urls
parameter name by @mgorny in #212 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #216
- Redo as a package to fix mypy issues by @palfrey in #215
New Contributors
Full Changelog: v1.3.0...v2.0.0
v1.3.0
What's Changed
- Better error on missing schema by @palfrey in #196
- Add types by @palfrey in #198
- 100% test coverage by @palfrey in #202
- Avoid duplicating the uses_netloc and schemes lines by @palfrey in #201
- isort 5.11.4 is broken by @palfrey in #205
- Throw warning if DATABASE_URL isn't set by @palfrey in #199
- Fixes #209 - Make conn_max_age optional[int] type by @mattseymour in #210
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- allow TEST settings to be passed into a db config by @Brodan in #116
- Support urlencoding/decoding for hostname by @Dresdn in #181
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #194
- Fixes #195 - config missin conn_health_check parameter
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Added support for Timescale and Timescale (GIS) by @lino in #174
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #175
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #177
- Fix linter violation by @alexanderGerbik in #179
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #182
- Support Django 4.1 and remove compatibility code by @adamchainz in #183
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #188
- Use urlsplit() instead of urlparse() by @adamchainz in #184
- CHANGELOG: Fix date format by @cfra in #192
- add support to python 3.11 by @jairhenrique in #189
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #193
- Improve by @jairhenrique in #190
- Add ability to set CONN_HEALTH_CHECKS by @adamchainz in #185
New Contributors
- @lino made their first contribution in #174
- @alexanderGerbik made their first contribution in #179
- @adamchainz made their first contribution in #183
- @cfra made their first contribution in #192
- @jairhenrique made their first contribution in #189
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial release since the project was migrated to Jazzband.
We are bumping to version 1.0.0 for a couple of reasons, though none of them are truely breaking API changes.
- 1.0.0 dignifies a long awaited release of dj-database-url, the first since 2018.
- We are dropping support of python2.7 🪦
- Supported python versions >=3.7
Thank you for helping to push this project forwards.