Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 28 Mar 08:02
· 1 commit to challenge since this release

v0.2.0 (2025-03-28)

Chores

  • Bump fastapi-app version to 0.1.5 (9b06b2f)

Features

  • Add CORS middleware to FastAPI application (c531739)

  • Add CSV loading for categories and products in test_api.py (ad7a7e8)

Refactoring

  • Update Category and Product models (3aef355)

Updated Category and Product models to extend name and description length limits and allow additional characters

  • Update CreateProductResponse to inherit from GetProductResponse (2f5d2f8)

  • Update product retrieval to use Product object instead of ID (2e4e995)


Detailed Changes: v0.1.5...v0.2.0