Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.41 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.

Changed

  • Modified model and access code to work with SQLAlchemy version 2 (Issue #9)
  • Updated packaging information files per PEP 517, PEP 518 (Issue #10)
  • Restricted Python minimum working version to 3.7 or higher to align with SQLAlchemy 2 (Issue #9)

1.1.0 - 2017-05-06

Changed

  • Fixed SQLAlchemyUserMixin.extra_data not saving updated values (Issue #2)

1.0.1 - 2017-01-29

Changed

  • Fixed partial instance deletion

1.0.0 - 2017-01-22

Added

  • Added partial pipeline db storage solution

Changed

  • Fixed the JSON pickler implementation to complain SQLAlchemy invocation of the dumps method

0.0.1 - 2016-11-27

Changed