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
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.
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.
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.