Skip to content

Releases: TTWShell/hobbit-core

2.2.2

17 Feb 09:16
65e60b5

Choose a tag to compare

  • Refactor tpl: Auto nested blueprint.
  • Refactor tpl: ping and options api were merged into tools.
  • Enhance teardown_method in test: auto handle deps when delete table.
  • Fix some typo.

2.2.1

01 Dec 06:15
0160dd7

Choose a tag to compare

  • Add err_handler.HobbitException: Base class for all hobbitcore-related errors.

2.2.0

18 Nov 02:16
471d973

Choose a tag to compare

  • Support Python 3.10.

2.1.1

25 Oct 09:56
814689c

Choose a tag to compare

  • Add util bulk_create_or_update_on_duplicate, support MySQL and postgreSQL.

2.0.4

14 Jul 08:07
e8758ce

Choose a tag to compare

  • Support set HOBBIT_RESPONSE_MESSAGE_MAPS to use self-defined response message.

2.0.3

10 Jul 04:49
f15af98

Choose a tag to compare

  • Fix set response.xxxResult code = 0.

2.0.2

08 Jul 02:16
b90e940

Choose a tag to compare

  • Fix response message err when code is 200 or 400.
  • Support set HOBBIT_USE_CODE_ORIGIN_TYPE = True to return origin type of code in response.

2.0.1

21 Jun 09:03
1c46e3e

Choose a tag to compare

  • Add data field for response.Result: return Real response payload.
  • Bugfix: tests.BaseTest.teardown_method miss app.app_context().

2.0.0

21 Jun 02:20
b45b99c

Choose a tag to compare

  • Upgrade webargs to version 8.x.x.
  • Lock SQLAlchemy version less than 1.4.0 (session.autobegin feature doesn't look like a good idea).
  • Lock Flask version less than 2.x.x (because some bugs).
  • Upgrade and lock marshmallow>=3.0.0,<4.
  • Remove hobbit gen cmd.

1.4.4

25 Mar 03:40
5826753

Choose a tag to compare

  • Fix webargs 6.x.x: limit version < 6.