Skip to content

Releases: TTWShell/hobbit-core

4.0.0

26 Sep 07:03
b03db4a
Compare
Choose a tag to compare
  • Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
  • Fixed issue with get_env import from flask.helpers, now use hobbit_core.utils.get_env . HOBBIT_ENV is now only used to determine the configuration file.
  • Fixed hobbit_core.db.transaction.

4.0.0rc0

26 Sep 06:21
d6506fd
Compare
Choose a tag to compare
4.0.0rc0 Pre-release
Pre-release
  • Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x.
  • Fixed issue with get_env import from flask.helpers, now use hobbit_core.utils.get_env . HOBBIT_ENV is now only used to determine the configuration file.
  • Fixed hobbit_core.db.transaction.

3.1.1

11 Aug 04:36
7bb8333
Compare
Choose a tag to compare

3.1.0

29 Jan 10:48
5f186cc
Compare
Choose a tag to compare
  • Support HOBBIT_RESPONSE_DETAIL config: Default return detail and must set to False in production env. Default is True. Only used in 500 server error response.

3.0.0

12 Dec 05:56
9bf2b74
Compare
Choose a tag to compare

3.0.0.rc4

08 Dec 07:37
7c803dc
Compare
Choose a tag to compare

Upgrade flask-migrate

3.0.0rc3

06 Dec 11:32
3f6d0a6
Compare
Choose a tag to compare

Fixed response inheritance: status is property and use with setter.

3.0.0rc2

06 Dec 01:46
3b450c0
Compare
Choose a tag to compare

Fixed bugs in hobbit cmd & rm support of celery.

3.0.0rc1

08 Dec 07:37
a1cd528
Compare
Choose a tag to compare

Test for upgrade of flask and sqlalchemy.

2.2.3

19 May 01:50
959099f
Compare
Choose a tag to compare
  • Support use nested=None(@transaction(db.session, nested=None)) to avoid bug from flask_sqlalchemy.models_committed signal.