Skip to content

Version 2.19.0

Compare
Choose a tag to compare
@TeKrop TeKrop released this 07 Aug 21:22
· 139 commits to main since this release
209d3d2

Changelog

  • [#52] Added operation_id for routes. FastAPI allows us to set a unique identifier for each route called operation_id. This operation_id is mainly used by third party libraries to identified each endpoint easily and to generate code from it. Thank you @s-rigaud for this change 😄
  • [#53] Made it easier to support a new hero into the API after its release : it only requires adding it into a CSV file in a PR : app/data/heroes.csv. The documentation will automatically be updated, and it doesn't require to update the test suite to properly work.