Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

23 lines (13 loc) · 1.22 KB

Changelog

0.1.0 (2023-05-22)

Features

  • added customisable schema + query manager class (9860830)
  • make all attrs configurable via flask config (e6ecaab)
  • modify public interface to match standard flask extension initialisation pattern (64f6497)

Bug Fixes

  • incorrect types (040180b)
  • release permissions (e3eed11)
  • timezone info was causing incorrect expiry values in db (c4edeec)

Documentation