Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 634 Bytes

v0.2.16.rst

File metadata and controls

23 lines (15 loc) · 634 Bytes

What's new in Firenado 0.2.16

Feb 27, 2022

We are pleased to announce the release of Firenado 0.2.16.

This release is consolidating the service decorator for sqlalchemy sessions and introducing an exception catch all to not handled exceptions raised by scheduled jobs.

Here are the highlights:

Bug Fixes

  • Handle uncaught exception/error while loading/running a scheduled job bug. #349

Features

  • Close session created inside the sessioned decorator. #394