All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
v0.2.0 - 2024-11-26
- replace
websocket-client
withwebsockets
- add support for permessage deflate (RFC 7692)
- improve error handling
v0.1.8 - 2024-11-11
-
bump minimum python version to 3.10
-
fix tests
-
remove python 3.9 tests
v0.1.7 - 2024-09-16
v0.1.6 - 2024-09-16
- Add PEP 249 support
- add pep249abc dependency
- add support for config.ini file for connection details
- update min Python version to 3.10
v0.1.5 - 2024-08-30
- add cl tests
- add query manager
- Add query manager
- Add async support for pooling
- Add context managers for SQLJob and PoolJob
- update docs and usage
v0.1.4 - 2024-08-23
v0.1.3 - 2024-08-23
Rename references from python_wsdb and python-wsdb to mapepire_python and mapepire-python
Add workflow to run test suite on PR's Update requirements-dev.txt to include isort, black, ruff, mypy
v0.1.2 - 2024-04-22
v0.1.1 - 2024-04-19
v0.1.0 - 2024-04-19
Add initial release
- pre-commit hooks
- repo formatting
- PEP PEP 563 style annotations