Releases: takikadiri/kedro-boot
Releases · takikadiri/kedro-boot
Release 0.2.3
[0.2.3] - 2024-11-15
Added
- ✨ enable running kedro boot commands from packaged projects
�
Release 0.2.2
[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
�
Release 0.2.1
[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.
�
Release 0.2.0
[0.2.0] - 2024-02-12
Added
- ✨ Introduce Kedro FastAPI Server: A framework for building production-ready REST APIs using Kedro, FastAPI and Gunicorn.
- ✨ 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)
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
withitertime_params
resolver (#13)
�
Release 0.1.0
[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 aKedroBootSession
inside a external standalone App - 🎉 Add
AppPipeline
and itsapp_pipeline
factory for declaring and registring application views on top of kedro pipelines
�