Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.4 KB

Change Log

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.

1.1.0 (2022-04-30)

Changed

  • Add support for Python 3.8, 3.9, and 3.10 (#60)
  • Add support for SQLAlchemy 1.4 (#51)

Removed

  • Drop support for Python versions prior to 3.6 (#34)
  • Drop support for Python 3.6 (#60)
  • Drop support for pytest < 6.0.1 (#39)

1.0.2 (2019-04-03)

Changed

  • Support SQLAlchemy 1.3 by adjusting the mock for threadlocal engine strategy #15

1.0.1 (2019-03-02)

Changed

  • Expire session state at the top level #6