Skip to content

Latest commit

 

History

History
65 lines (37 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

65 lines (37 loc) · 2.49 KB

Changelog

0.2.3 - 2024-11-15

Added

  • ✨ enable running kedro boot commands from packaged projects

0.2.2 - 2024-04-21

Added

  • ✨ Kedro Boot commands now works inside a subdirectory

Fixed

  • 🐛 Fix Kedro Boot commands by supporting kedro 0.19.4 breaking changes of the _is_project utility

0.2.1 - 2024-02-13

Added

  • ✨ Include ["fastapi*/] dynamically in the config loader config patterns

Fixed

  • 🐛 Catch fastapi extra dependecies errors, and make their imports lazy.

0.2.0 - 2024-02-12

Added

  • ✨ Introduce Kedro FastAPI Server: A framework for building production-ready REST APIs using Kedro, FastAPI and Gunicorn (#18)
  • ✨ Support dataset factories (#5)
  • ✨ Allow declaring apps through project settings and CLIs (#16)
  • ✨ Adding boot_project and boot_package allowing standalone apps to boot a session (#17)

Changed

  • 💥 ⬆️ Support kedro 0.19.x and drop support for 0.18.x (#15)
  • 💥 Drop AppPipeline in favor of pipeline namespaces (#14)
  • 💥 Adopt OmegaConfigLoader and replace Jinja template_params with itertime_params resolver (#13)

0.1.0 - 2023-10-29

Added

  • 🎉 Add KedroBootSession for managing interaction between external applications and kedro projects
  • 🎉 Add kedro boot cli for running external applications inside kedro projects
  • 🎉 Add boot_session utility that create a KedroBootSession inside a external standalone App
  • 🎉 Add AppPipeline and its app_pipeline factory for declaring and registring application views on top of kedro pipelines