Releases: jazzband/dj-database-url
Releases · jazzband/dj-database-url
v3.1.2
What's Changed
- Bump cryptography from 46.0.3 to 46.0.5 by @dependabot[bot] in #293
- Bump django from 5.2.9 to 5.2.11 by @dependabot[bot] in #294
- Bump urllib3 from 2.6.2 to 2.6.3 by @dependabot[bot] in #295
- Bump wheel from 0.45.1 to 0.46.2 by @dependabot[bot] in #296
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #297
New Contributors
- @dependabot[bot] made their first contribution in #293
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- Add tests directory to source distribution by @yohaann196 in #285
- Switch linting and formatting from flake8+isort+black to ruff; add typos to pre-commit; fix typos by @akx in #281
- Add project URLs to pyproject.toml by @luzfcb in #287
- Update .pre-commit-config.yaml to use pinned version numbers. by @mattseymour in #289
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #291
New Contributors
- @yohaann196 made their first contribution in #285
- @luzfcb made their first contribution in #287
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #268
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #270
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #276
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in #278
- Update license to BSD-3-Clause in setup.py by @GabrielBarrantes in #279
- CI: run typechecks only once, not for each Django/Python version by @akx in #274
New Contributors
- @GabrielBarrantes made their first contribution in #279
- @akx made their first contribution in #274
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Drop dependency on
typing_extensionsby @edmorley in #257 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #259
- Fix type errors by @adamchainz in #261
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #262
New Contributors
Full Changelog: v2.3.0...v3.0.0
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
keyloop 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
currentSchemaoption 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_urlsparameter 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