Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

47 lines (30 loc) · 1.03 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]

[1.3.1] - 2024-08-19

Fixed

  • Type annotation of status handler to include client parameter

[1.3.0] - 2024-08-11

Changed

  • Status handler is now called with status and entire response

[1.2.2] - 2024-01-11

Changed

  • mypy plugin now treats most route params as required
  • mypy route parsing slightly improved

[1.2.1] - 2024-01-06

Added

  • New mypy plugin for route parameter type checking support

[1.2.0] - 2024-01-04

Changed

  • Improved type checking support
  • Refactored module to divide work in functions

[1.1.0] - 2023-11-23

Added

  • Support for connection pooling within the same client instance

Changed

  • Member _session has been renamed _cookies to avoid confusion

[1.0.0] - 2023-11-23

Added

  • Initial release