Recent Releases of fastapi-fastkit

fastapi-fastkit - v1.1.1 🌈

Changes

🐛 Bug Fixes

  • fix template inspection workflow & script
    • fixing uv supportation compatibility
    • for now, template inspection is running with uv package manager

🔄 New & Modified FastAPI Templates

  • add pyproject.toml at all templates @bnbong (#12)

- Python
Published by github-actions[bot] 10 months ago

fastapi-fastkit - v1.1.0 🌈

Changes

more details in v1.1.0 changelog

🚀 Features

  • [RELEASE] version 1.1.0 @bnbong (#10)
  • Fixing #6 @bnbong (#9)
  • [ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template @bnbong (#7)
  • [REFACTOR, DOCS] major codes optimization, add template inspection schedule workflow, add contributing guide contents @bnbong (#5)

🐛 Bug Fixes

  • Fixing #6 @bnbong (#9)

🔄 New & Modified FastAPI Templates

  • [RELEASE] version 1.1.0 @bnbong (#10)
  • Fixing #6 @bnbong (#9)
  • [ADD, TEMPLATE] add a inspection of template which using docker compose, add fastapi-mcp template @bnbong (#7)

🧰 Maintenance & Documentation

  • [RELEASE] version 1.1.0 @bnbong (#10)
  • [REFACTOR, DOCS] major codes optimization, add template inspection schedule workflow, add contributing guide contents @bnbong (#5)

- Python
Published by github-actions[bot] 10 months ago

fastapi-fastkit - v1.0.2 🌈

Changes

🚀 Features

  • Add logging feature at --debug mode option
    • Debugging log now be stored at package folder.
    • Use it when issue reporting

🧰 Maintenance & Documentation

  • Update pre-commit test step to run coverage test

Notes

previous version v1.0.1 is deprecated via update failure :(

Full Changelog: https://github.com/bnbong/FastAPI-fastkit/compare/v1.0.1...v1.0.2

- Python
Published by github-actions[bot] 11 months ago

fastapi-fastkit - v1.0.1 🌈 (deprecated)

Changes

🧰 Maintenance & Documentation

  • Bump h11 from 0.14.0 to 0.16.0 @dependabot[bot] (#4)
  • Add FastAPI-fastkit site (with termynal)
  • Update Github Actions workflows
  • Add more testcases & coverages

Notes

This version will be deprecated via mis-flow deployment of Pypi workflow.

Please update to v1.0.2, sry :(

- Python
Published by github-actions[bot] 11 months ago

fastapi-fastkit - v1.0.0 🌈

Official release FastAPI-fastkit!

Changes

🚀 Features

  • [RELEASE] version 1.0.0 @bnbong (#3)
    • all fastkitbasic cli operations now available : init, addroute, startdemo, echo, deleteproject, runserver
    • Python 3.8 ~ 3.13 compatable

🔄 New & Modified FastAPI Templates

  • [RELEASE] version 1.0.0 @bnbong (#3)
    • Added fastapi-empty, fastapi-default, fastapi-dockerized, fastapi-async-crud, fastapi-psql-orm, fastapi-custom-response templates : about demo templates' info, please check a templates' README.md-tplfile manually.
    • Added modules template : this template used only at fastapi addroute operation for now. If more expandable operation may be added later versions, this folder will has more .py-tpl modules.

🧰 Maintenance & Documentation

  • [RELEASE] version 1.0.0 @bnbong (#3)
    • Updated README.md, contribution guides

- Python
Published by github-actions[bot] over 1 year ago

fastapi-fastkit - v0.1.0 🌈

pre-release version 0.1.0

Notes

About version tag

v{major}.{minor}.{patch}

  • major version : including breaking features, like adding brand-new cli operations
  • minor version : including existing feature and new FastAPI template improvements
  • patch version : including minor patch. label chore works will be included this version

Changes

  • Implemented core cli functions:
    • You can use it with fastkit <command>
    • For more information about fastkit command, use fasktit --help > About fastkit --debug option, the debug option has no effect now. It may added specific logging options for debug
  • Added tests of fastkit functionality.
  • Added fastapi-default template.
    • More documents and comments will be added at fastapi-default template source (later version or 1.0.0 release)
    • templates fastapi-asnyc-crud, fastapi-customized-response, fastapi-dockerized, fastapi-psql-orm will be added later versions and published version 1.0.0

Upcoming updates

  • New templates : fastapi-asnyc-crud, fastapi-customized-response, fastapi-dockerized, fastapi-psql-orm
    • test cases included
  • Documentation updates of contributing, version tag system, pr-branching methods

- Python
Published by github-actions[bot] over 1 year ago