|
1 | 1 | <!-- markdown-link-check-disable -->
|
| 2 | +# 0.55.4 |
| 3 | + |
| 4 | +This release brings a host of enhancements and fixes across the board, including |
| 5 | +significant improvements to our services logging and status, the integration of |
| 6 | +model saving to the registry via CLI methods, and more robust handling of |
| 7 | +parallel pipelines and database entities. We've also made strides in optimizing |
| 8 | +MLflow interactions, enhancing our documentation, and ensuring our CI processes |
| 9 | +are more robust. |
| 10 | + |
| 11 | +Additionally, we've tackled several bug fixes and performance improvements, |
| 12 | +making our platform even more reliable and user-friendly. |
| 13 | + |
| 14 | +We'd like to give a special thanks to @christianversloot and @francoisserra for |
| 15 | +their contributions. |
| 16 | + |
| 17 | +## What's Changed |
| 18 | +* Bump mlflow to 2.10.2 by @christianversloot in https://github.com/zenml-io/zenml/pull/2444 |
| 19 | +* Improve services logging and status by @safoinme in https://github.com/zenml-io/zenml/pull/2436 |
| 20 | +* Add `save models to registry` setting of a model to CLI methods by @avishniakov in https://github.com/zenml-io/zenml/pull/2447 |
| 21 | +* Parallel pipelines can create entities in DB by @avishniakov in https://github.com/zenml-io/zenml/pull/2446 |
| 22 | +* Fix MlFlow TF autlogging excessive warnings by @avishniakov in https://github.com/zenml-io/zenml/pull/2449 |
| 23 | +* Fix and improve integration deps checker by @stefannica in https://github.com/zenml-io/zenml/pull/2455 |
| 24 | +* Add migration test version + use self-hosted runners for release by @strickvl in https://github.com/zenml-io/zenml/pull/2450 |
| 25 | +* Enable running pipeline via REST by @schustmi in https://github.com/zenml-io/zenml/pull/2389 |
| 26 | +* Faster mlflow `list_model_versions` by @avishniakov in https://github.com/zenml-io/zenml/pull/2460 |
| 27 | +* Avoid exposure of tracking uri to metadata by @avishniakov in https://github.com/zenml-io/zenml/pull/2458 |
| 28 | +* Some important docs updates by @htahir1 in https://github.com/zenml-io/zenml/pull/2463 |
| 29 | +* Fix CI by @strickvl in https://github.com/zenml-io/zenml/pull/2467 |
| 30 | +* Fix local Airflow install + docs instructions by @strickvl in https://github.com/zenml-io/zenml/pull/2459 |
| 31 | +* Update `.coderabbit.yaml` by @strickvl in https://github.com/zenml-io/zenml/pull/2470 |
| 32 | +* Prevent templates update from formatting the whole codebase by @avishniakov in https://github.com/zenml-io/zenml/pull/2469 |
| 33 | +* Telemetry guarding for CI & editable installs by @strickvl in https://github.com/zenml-io/zenml/pull/2468 |
| 34 | +* Add Vertex Step Operator network parameter by @francoisserra in https://github.com/zenml-io/zenml/pull/2398 |
| 35 | +* Allow integration export to overwrite a pre-existing file by @strickvl in https://github.com/zenml-io/zenml/pull/2466 |
| 36 | +* Fix `log_model_metadata` with explicit name and version by @avishniakov in https://github.com/zenml-io/zenml/pull/2465 |
| 37 | +* Triggers, actions, event sources - base abstractions and github and pipeline run implementations by @AlexejPenner in https://github.com/zenml-io/zenml/pull/2312 |
| 38 | +* Mount zenml config path as empty dir by @stefannica in https://github.com/zenml-io/zenml/pull/2472 |
| 39 | +* Fix broken docs links by @strickvl in https://github.com/zenml-io/zenml/pull/2473 |
| 40 | +* Use `uv pip compile` for environment setup in CI by @strickvl in https://github.com/zenml-io/zenml/pull/2474 |
| 41 | +* MLflow fix for tests on Mac Python 3.9 and 3.10 by @strickvl in https://github.com/zenml-io/zenml/pull/2462 |
| 42 | +* Improve custom data types docs by @avishniakov in https://github.com/zenml-io/zenml/pull/2476 |
| 43 | +* Reflect env variables on global configuration by @safoinme in https://github.com/zenml-io/zenml/pull/2371 |
| 44 | +* Fix zenml deploy secret stores by @safoinme in https://github.com/zenml-io/zenml/pull/2454 |
| 45 | +* Don't fail when workload manager source fails to load by @schustmi in https://github.com/zenml-io/zenml/pull/2478 |
| 46 | +* Add analytics events for cloud onboarding by @schustmi in https://github.com/zenml-io/zenml/pull/2456 |
| 47 | +* Race condition on creating new users allows duplicate usernames by @avishniakov in https://github.com/zenml-io/zenml/pull/2479 |
| 48 | + |
| 49 | + |
| 50 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.55.3...0.55.4 |
| 51 | + |
2 | 52 | # 0.55.3
|
3 | 53 |
|
4 | 54 | This patch comes with a variety of bug fixes and documentation updates.
|
@@ -50,7 +100,7 @@ Some of the most important changes include:
|
50 | 100 | - The new [HyperAI](https://hyperai.ai) integration featuring a new orchestrator and service connector
|
51 | 101 | - Bumping the mlflow version to 2.10.0
|
52 | 102 |
|
53 |
| -We'd like to give a special thanks to @christianversloot and @francoisserra for their contributions. |
| 103 | +We'd like to give a special thanks to @christianversloot and @francoisserra for their contributions. |
54 | 104 |
|
55 | 105 | ## What's Changed
|
56 | 106 | * `0.55.1` in migration testing by @avishniakov in https://github.com/zenml-io/zenml/pull/2368
|
|
0 commit comments