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 xmlcommand 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
uvand 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 covercomments from tests. PR #16 by @msamsami. - π οΈ Remove Dependabot configuration (
dependabot.yml) as it doesn't fully supportuv. PR #12 by @msamsami.
Features
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
uvby @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_boolmethod static inBaseStateBackendclass 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