Skip to content

Latest commit

 

History

History
75 lines (48 loc) · 2.27 KB

changelog.rst

File metadata and controls

75 lines (48 loc) · 2.27 KB

Changelog

0.1.6 released 2024-08-22

  • Really fix bug with session_transaction() and localhost (683dd33)

0.1.5 released 2024-08-22

  • Fix bug with session_transaction() and localhost (c584434)
  • Add mise & update tested python versions (e1bfdde)

0.1.4 released 2023-11-10

  • update fork target in docs (15b4cd1)
  • add config file for ReadTheDocs (b55cb4c)
  • fix docs URLs and print statements (thanks @azmeuk) (e233fc2)
  • support flask 3 (602f329)

0.1.3 released 2023-05-12

  • support flask 2.3 cookie domain handling (96c18d1)

0.1.2 released 2023-05-12

  • support werkzeug 2.3 refactored cookies (104ce84)

0.1.1 released 2023-03-02

0.1.0 released 2023-03-02

  • update readme to note stability and change CI badge (59d7d01)
  • fix babel issue for docs build (40be72f)
  • set up CI environment (0a2a76c)
  • resolve test suite breakage (2ff3581)
  • push an app context on each request, based on config (88d7251)
  • update to support flask-sqlalchemy 2.5+ (f7cc4d4)