Releases: TTWShell/hobbit-core
Releases · TTWShell/hobbit-core
4.0.0
4.0.0rc0
- Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
- Fixed issue with
get_env
import fromflask.helpers
, now usehobbit_core.utils.get_env
.HOBBIT_ENV
is now only used to determine the configuration file. - Fixed
hobbit_core.db.transaction
.
3.1.1
- Hotfix: lock flask version < 2.3 and pyyaml verison(yaml/pyyaml#724)
3.1.0
3.0.0
- Upgrade deps: Flask 1.x -> 2.x, SQLAlchemy 1.3.x -> 1.4.x, Flask-SQLAlchemy 2.5.1 -> 3.x.
- Notice: https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html.