Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

62 lines (43 loc) · 2.04 KB

Changelog

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.

Unreleased

v0.2.0 - 2024-11-26

  • replace websocket-client with websockets
  • 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

TP1

  • 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

[v0.1.4] - 2025-08-09

Rename references from python_wsdb and python-wsdb to mapepire_python and mapepire-python

[v0.1.3] - 2025-08-02

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

[0.1.2]

Added

  • pre-commit hooks
  • repo formatting
  • PEP PEP 563 style annotations