1.5.0
Major features and improvements Added a new HTTP Server layer which uses the KedroServiceSession to execute pipelines from HTTP requests. It offers the following endpoints: /run to run pipelines with optional runtime parameters. /health to check the server's health status. /snapshot to retrieve the current project snapshot. Added a new CLI command kedro server start to run the server. Added select…