0.2.3 - 2024-11-15
- ✨ enable running kedro boot commands from packaged projects
0.2.2 - 2024-04-21
- ✨ Kedro Boot commands now works inside a subdirectory
- 🐛 Fix Kedro Boot commands by supporting kedro 0.19.4 breaking changes of the
_is_project
utility
0.2.1 - 2024-02-13
- ✨ Include ["fastapi*/] dynamically in the config loader config patterns
- 🐛 Catch fastapi extra dependecies errors, and make their imports lazy.
0.2.0 - 2024-02-12
- ✨ 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
andboot_package
allowing standalone apps to boot a session (#17)
- 💥 ⬆️ 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
withitertime_params
resolver (#13)
0.1.0 - 2023-10-29
- 🎉 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 aKedroBootSession
inside a external standalone App - 🎉 Add
AppPipeline
and itsapp_pipeline
factory for declaring and registring application views on top of kedro pipelines