Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 971 Bytes

File metadata and controls

31 lines (21 loc) · 971 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2025-03-28

  • Upgrade to BlackSheep 2.1.0.
  • Modify the project template to support the new Router prefix feature, and the APP_ROUTE_PREFIX env variable to control the route prefix globally.
  • Use the get_diagnostic_app from BlackSheep, as it is now included in the library.
  • Add example Dockerfile and instructions to use.

2025-03-17

  • Add a fallback in case of Application startup error.
  • Unpin pydantic version.
  • Set the APP_SHOW_ERROR_DETAILS env variable in dev.py.

2023-11-26

  • Update the template for BlackSheep v2
  • Remove support for Pydantic v1, add support for pydantic-settings, and upgrade Pydantic pinned version

2023-06-29 💎

  • New project template