Releases: TTWShell/hobbit-core
Releases · TTWShell/hobbit-core
Release list
4.0.0
- Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
- Fixed issue with
get_envimport fromflask.helpers, now usehobbit_core.utils.get_env.HOBBIT_ENVis now only used to determine the configuration file. - Fixed
hobbit_core.db.transaction.
4.0.0rc0
- Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
- Fixed issue with
get_envimport fromflask.helpers, now usehobbit_core.utils.get_env.HOBBIT_ENVis 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.