|
1 | 1 | Change history |
2 | 2 | ============== |
3 | 3 |
|
4 | | -4.0.0 (2024年09月25日.rc0) |
| 4 | +4.0.0 (2024年09月26日) |
| 5 | +********************** |
5 | 6 |
|
6 | 7 | * Upgraded dependencies: Flask to 3.x, SQLAlchemy to 2.x. |
7 | 8 | * 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. |
8 | 9 | * Fixed `hobbit_core.db.transaction`. |
9 | 10 |
|
10 | 11 | 3.1.1 (2023年08月11日) |
| 12 | +****************** |
11 | 13 |
|
12 | 14 | * Hotfix: lock flask version < 2.3 and pyyaml verison(https://github.com/yaml/pyyaml/issues/724) |
13 | 15 |
|
14 | 16 | 3.1.0 (2023年01月29日) |
| 17 | +****************** |
15 | 18 |
|
16 | 19 | * 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. |
17 | 20 |
|
18 | 21 | 3.0.0 (2022年12月12日) |
| 22 | +****************** |
19 | 23 |
|
20 | 24 | * Upgrade deps: Flask 1.x -> 2.x, SQLAlchemy 1.3.x -> 1.4.x, Flask-SQLAlchemy 2.5.1 -> 3.x. |
21 | 25 | * **Notice:** [https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html](https://docs.sqlalchemy.org/en/14/tutorial/dbapi_transactions.html). |
|
0 commit comments