* 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 compatability by mattseymour in 239 * Improved internals * Improved documentation
2.1.0
* Add value to int parsing when deconstructing url string.
2.0.0
* Update project setup such that we now install as a package.
_Notes_: while this does not alter the underlying application code, we are bumping to 2.0 incase there are unforeseen knock on use-case issues.
1.3.0
* Cosmetic changes to the generation of schemes. * Bump isort version - 5.11.5. * raise warning message if database_url is not set. * CONN_MAX_AGE fix type - Optional[int].
1.2.0
* Add the ability to add test databases. * Improve url parsing and encoding. * Fix missing parameter conn_health_check in check function.