Recent Releases of fastapi-maintenance

fastapi-maintenance - v0.0.5

What's Changed

Internal

  • ⬆ Bump package dependencies. PR #25 by @msamsami.
  • πŸ‘· Fix the order of running coverage xml command in the Coverage GitHub Action. PR #22 by @msamsami.
  • πŸ‘· Remove unnecessary steps and configurations from the Coverage GitHub Action. PR #21 by @msamsami.
  • πŸ”§ Reformat pre-commit config file. PR #18 by @msamsami.

Refactors

  • ✏️ Add LRU caching to route existence checking logic and improve tracking of application route changes. PR #24 by @msamsami.
  • ✏️ Refactor path matching logic and add LRU caching. PR #23 by @msamsami.

Docs

  • πŸ“ Add sections for installing uv and making contributions to the Contributing page. PR #20 by @msamsami.
  • πŸ“ Fix duplicate contributing section in Help page. PR #19 by @msamsami.

Full Changelog: https://github.com/msamsami/fastapi-maintenance/compare/v0.0.4...v0.0.5

- Python
Published by msamsami 8 months ago

fastapi-maintenance - v0.0.4

What's Changed

Docs

  • πŸ“ Add docs for package CLI. PR #17 by @msamsami.
  • πŸ“ Add experimental status warning and improve features section presentation. PR #14 by @msamsami.

Internal

  • πŸ‘· Fix test coverage configurations and remove all # pragma: no cover comments from tests. PR #16 by @msamsami.
  • πŸ› οΈ Remove Dependabot configuration (dependabot.yml) as it doesn't fully support uv. PR #12 by @msamsami.

Features

  • ✨ Add initial version of package CLI. PR #15 by @msamsami.

Full Changelog: https://github.com/msamsami/fastapi-maintenance/compare/v0.0.3...v0.0.4

- Python
Published by msamsami 9 months ago

fastapi-maintenance - v0.0.3

What's Changed

  • πŸ› οΈ Add Dependabot configuration for package updates using uv by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/2
  • πŸ“ Improve clarity and organization of documentation by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/3
  • πŸ”§ Merge test dependencies into dev group and add Ruff linting configs by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/4
  • πŸ”§ Make _str_to_bool method static in BaseStateBackend class by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/6
  • πŸ“ Fix pull request URL in release notes by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/7
  • πŸ“ Fix incorrect references to β€œcallback” instead of β€œhandler” in docs by @Attakay78 in https://github.com/msamsami/fastapi-maintenance/pull/8
  • πŸ› Fix bug where FastAPI documentation endpoints become inaccessible during maintenance mode by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/10
  • πŸ› Fix bug where non-existent routes return maintenance response instead of correct HTTP error by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/11

New Contributors

  • @Attakay78 made their first contribution in https://github.com/msamsami/fastapi-maintenance/pull/8

Full Changelog: https://github.com/msamsami/fastapi-maintenance/compare/v0.0.2...v0.0.3

- Python
Published by msamsami 9 months ago

fastapi-maintenance - v0.0.2

What's Changed

  • πŸ› Fix Pydantic v2 raises ImportError: cannot import name 'BoolError' from 'pydantic' by @msamsami in https://github.com/msamsami/fastapi-maintenance/pull/1

Full Changelog: https://github.com/msamsami/fastapi-maintenance/compare/v0.0.1...v0.0.2

- Python
Published by msamsami 9 months ago

fastapi-maintenance - v0.0.1

  • First release πŸŽ‰

- Python
Published by msamsami 9 months ago