Skip to content

Releases: takikadiri/kedro-boot

Release 0.2.3

15 Nov 00:21
26ee6b2
Compare
Choose a tag to compare

[0.2.3] - 2024-11-15

Added

  • ✨ enable running kedro boot commands from packaged projects

Release 0.2.2

21 Apr 21:43
8093964
Compare
Choose a tag to compare

[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

13 Feb 20:24
d5a8cae
Compare
Choose a tag to compare

[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

12 Feb 12:10
5cacf45
Compare
Choose a tag to compare

[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 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)

Release 0.1.0

29 Oct 23:45
Compare
Choose a tag to compare

[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