Skip to content

Firenado 0.9.5

Latest
Compare
Choose a tag to compare
@piraz piraz released this 23 Apr 19:11

What's new in Firenado 0.9.5

Apr 23, 2024

We are pleased to announce the release of Firenado 0.9.5.

This release fix the sqlalchemy connection ping rolling back transactions while
using 2.x style ORM.

It was also added a test case for Services to the project.

Here are the highlights:

Bug Fixes

  • Fix requirements resolution while building distribution files #451
  • When creating a new sqlalchemy session, get default values from the data source configuration #448
  • Sqlalchemy data source ping connection will rollback every transaction #449

Features

  • Create a test case for services #450
  • Disable sqlalchemy connection_ping by default #452

Refactory

  • Move isolation_level to the root of a sqlalchemy data source configuration #447