You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,25 @@
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.
0 commit comments