dj-database-url/CHANGELOG.md

168 lines
5.3 KiB
Markdown
Raw Permalink Normal View History

2018-09-25 16:17:09 +00:00
# CHANGELOG
2026-01-03 09:44:47 +00:00
## v3.1.0 (2026-01-03)
* Add support for Django 6.0
* Update CI structure.
* Migrate to UV for dependency management and builds.
* Python >3.10 support.
2025-07-02 09:28:00 +00:00
## v3.0.1 (2025-07-01)
* Drop dependency on `typing_extensions`.
2025-06-23 07:54:54 +00:00
## v3.0.0 (2025-05-18)
> Bumping to version 3; changes to code do break some API compatibility.
* Implement a new decorator registry pattern to implement checks on database connection string.
2025-06-23 07:54:54 +00:00
* You can now support and implement your own database strings by extending the @register functionality.
* Update supported python versions and django versions.
2024-10-23 09:55:15 +00:00
## v2.3.0 (2024-10-23)
* Remove Python 3.8 support.
* Remove Django 3 support.
* Add python 3.13 support.
* Add Django 5.1 to the testing library.
## v2.2.0 (2024-05-28)
* Add disable_server_side_cursors parameter
* Enhance Query String Parsing for Server-Side Binding in Django 4.2 with psycopg 3.1.8+
* Update django 5.0 python compatibility by @mattseymour in #239
* Improved internals
* Improved documentation
2023-08-15 11:29:47 +00:00
## v2.1.0 (2023-08-15)
* Add value to int parsing when deconstructing url string.
## v2.0.0 (2023-04-27)
2026-01-03 09:44:47 +00:00
* Update project setup such that we now install it as a package.
_Notes_: while this does not alter the underlying application code, we are bumping to
2026-01-03 09:44:47 +00:00
2.0 incase there are unforeseen knock-on use-case issues.
## v1.3.0 (2023-03-27)
* Cosmetic changes to the generation of schemes.
* Bump isort version - 5.11.5.
2026-01-03 09:44:47 +00:00
* raise a warning message if `database_url` is not set.
* `CONN_MAX_AGE` fix type - `Optional[int]`.
2022-12-13 09:20:25 +00:00
## v1.2.0 (2022-12-13)
* Add the ability to add test databases.
* Improve url parsing and encoding.
2026-01-03 09:44:47 +00:00
* Fix missing parameter `conn_health_check` in check function.
2022-12-13 09:20:25 +00:00
2022-12-12 12:24:55 +00:00
## v1.1.0 (2022-12-12)
* Option for connection health checks parameter.
* Update supported version python 3.11.
* Code changes, various improvements.
2026-01-03 09:44:47 +00:00
* Add project links to `setup.py`.
2022-12-12 12:24:55 +00:00
2022-11-10 08:22:59 +00:00
## v1.0.0 (2022-06-18)
2026-01-03 09:44:47 +00:00
Initial release of code, dj-database-urls is now part of [Jazzband](https://jazzband.co/).
2022-06-18 20:44:26 +00:00
* Add support for cockroachdb.
* Add support for the official MSSQL connector.
2022-06-18 20:44:26 +00:00
* Update License to be compatible with Jazzband.
* Remove support for Python < 3.5 including Python 2.7
* Update source code to Black format.
* Update CI using pre-commit
2018-09-25 16:17:09 +00:00
## v0.5.0 (2018-03-01)
- Use str port for mssql
- Added license
- Add mssql to readme
- Add mssql support using pyodbc
- Fix RST schemas
- Django expects Oracle Ports as strings
- Fix IPv6 address parsing
- Add testing for Python 3.6
- Revert "Add setup.cfg for wheel support"
- added option of postgis backend to also add path parsing. (test added also)
- Support schema definition for redshift
- add redshift support
- Add testing for Python 3.5
- Drop testing for Python 2.6
- Fixes issue with unix file paths being turned to lower case
- add Redis support
- Added SpatiaLite in README.rst
## v0.4.1 (2016-04-06)
- Enable CA providing for MySQL URIs
- Update Readme
- Update trove classifiers
- Updated setup.py description
## v0.4.0 (2016-02-04)
- Update readme
- Fix for python3
2026-01-03 09:44:47 +00:00
- Handle search path config in connection url for postgres
2018-09-25 16:17:09 +00:00
- Add tox config to ease testing against multiple Python versions
- Simplified the querystring parse logic
- Cleaned up querystring parsing
- supports database options
- Added tests for CONN_MAX_AGE
- Added documentation for conn_max_age
- Add in optional support for CONN_MAX_AGE
- Support special characters in user, password and name fields
- Add oracle support
- Added support for percent-encoded postgres paths
- Fixed test_cleardb_parsing test
- Enable automated testing with Python 3.4
- Add URL schema examples to README
- Added support for python mysql-connector
## v0.3.0 (2014-03-10)
2026-01-03 09:44:47 +00:00
- Add `.gitignore` file
- Remove `.pyc` file
- Remove travis-ci unsupported python versions (Travis CI supports Python versions 2.6, 2.7, 3.2 and 3.3)
2018-09-25 16:17:09 +00:00
- Fix cleardb test
2026-01-03 09:44:47 +00:00
- Add `setup.cfg` for wheel support
2018-09-25 16:17:09 +00:00
- Add trove classifiers for python versions
- Replace Python 3.1 with Python 3.3
- Add MySQL (GIS) support
- Ability to set different engine
## v0.2.2 (2013-07-17)
- Added spatialite to uses_netloc too
- Added spatialite backend
- Replacing tab with spaces
2026-01-03 09:44:47 +00:00
- Handling special case of `sqlite://:memory:`
2018-09-25 16:17:09 +00:00
- Empty sqlite path will now use a :memory: database
- Fixing test to actually use the result of the parse
- Adding in tests to ensure sqlite in-memory databases work
2026-01-03 09:44:47 +00:00
- Fixed a too-short title underline
2018-09-25 16:17:09 +00:00
- Added :target: attribute to Travis status image in README
- Added docs for default argument to config
- Add "pgsql" as a PostgreSQL URL scheme.
- Add support for blank fields (Django expects '' not None)
- fixed url
## v0.2.1 (2012-06-19)
- Add python3 support
- Adding travis status and tests
- Adding test environment variables
- Adding test for cleardb
- Remove query strings from name
- Adding postgres tests
- Adding tests
- refactor scheme lookup
- RedHat's OpenShift platform uses the 'postgresql' scheme
- Registered postgis URL scheme
- Added `postgis://` url scheme
2026-01-03 09:44:47 +00:00
- Use `get()` on `os.environ` instead of an `if`.
2018-09-25 16:17:09 +00:00
## v0.2.0 (2012-05-30)
- Fix parse(s)
## v0.1.4 (2012-05-30)
- Add defaults for env
- Set the DATABASES dict rather than assigning to it
## v0.1.3 (2012-05-01)
2026-01-03 09:44:47 +00:00
- Add a note to README on supported databases
2018-09-25 16:17:09 +00:00
- Add support for SQLite
- Clean dependencies
## v0.1.2 (2012-04-30)
- Update readme
2026-01-03 09:44:47 +00:00
- Refactor config and use a new parse function
2018-09-25 16:17:09 +00:00
## v0.1.1 (2012-04-30) First release
🐍 ✨