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
Refactory
- Move isolation_level to the root of a sqlalchemy data source configuration #447