Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 4.02 KB

CHANGELOG.md

File metadata and controls

60 lines (35 loc) · 4.02 KB

Changelog

2.4.0 (2024-06-07)

Features

Bug Fixes

  • add runTest method due to pytest bug (15fdd08)
  • change release type version to Python (3c801e3)
  • do not use PBR to get version (93932e5), closes #153
  • remove six dependency (f0949a0), closes #164
  • update doc config and style (81066ba)
  • use a higher stacklevel on warnings (8f3362d)

Documentation

2.3.2 (2024-04-23)

Bug Fixes

2.3.1 (2024-03-26)

Miscellaneous Chores

2.3.0 (2024-03-25)

Features

  • add ability to setup base path to serve the API from a custom path (6b7874a), closes #111
  • add deprecation warnings for test module (747c7a5)
  • add deprecation warnings when loading several models (eee055e), closes #129
  • add option to allow to load a single module (dce1ab5)
  • add release-please initial configuration (a9105fe), closes #134
  • change swagger URL from /ui to /api (e592cae), closes #131

Bug Fixes