|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +# 0.91.0 |
| 4 | + |
| 5 | +This release brings major deployment enhancements (Local Deployer, fully customizable deployment server, and deployment visualizations), powerful caching controls (file/object-based cache invalidation, cache expiration, and custom cache functions), Python 3.13 support, an MLX array materializer, and a new option to customize image tags during builds. It also deprecates legacy model deployers and drops Python 3.9 support. |
| 6 | + |
| 7 | +## ⚠️ Breaking Changes |
| 8 | + |
| 9 | +- Drop Python 3.9 support |
| 10 | + |
| 11 | +## Deprecations |
| 12 | + |
| 13 | +- Model deployers are deprecated; use deployers to deploy entire pipelines instead |
| 14 | + |
| 15 | +## New Features |
| 16 | + |
| 17 | +### Deployment |
| 18 | +- Local Deployer for deploying pipelines locally |
| 19 | +- Deployment server is fully customizable via settings |
| 20 | +- Attach custom visualizations to deployments |
| 21 | + |
| 22 | +### Caching |
| 23 | +- Specify files or Python objects that invalidate a step's cache |
| 24 | +- Cache expiration to bound cache lifetime |
| 25 | +- Custom cache function for advanced invalidation logic |
| 26 | + |
| 27 | +### Other |
| 28 | +- MLX array materializer |
| 29 | +- Python 3.13 support |
| 30 | +- Customize the image tag of built Docker images |
| 31 | + |
| 32 | +## Bug Fixes |
| 33 | + |
| 34 | +- Fix incompatibility of print capturing when using `numba` |
| 35 | +- Fix the mount point configuration in the Hashicorp Vault secrets store |
| 36 | + |
| 37 | +## What's Changed |
| 38 | +* Add version 0.85.0 to legacy docs by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4029 |
| 39 | +* Add 0.90.0 to the migration tests by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4031 |
| 40 | +* Document pipeline deployments and deployers by @stefannica in https://github.com/zenml-io/zenml/pull/4017 |
| 41 | +* Snapshot docs by @schustmi in https://github.com/zenml-io/zenml/pull/4023 |
| 42 | +* Update examples for deployed pipelines by @safoinme in https://github.com/zenml-io/zenml/pull/3960 |
| 43 | +* Quote helm chart description by @schustmi in https://github.com/zenml-io/zenml/pull/4032 |
| 44 | +* Add MLX array materializer by @nicholasjng in https://github.com/zenml-io/zenml/pull/4027 |
| 45 | +* Better CLI error messages by @schustmi in https://github.com/zenml-io/zenml/pull/4035 |
| 46 | +* Prevent MLX integration install on Intel Macs by @strickvl in https://github.com/zenml-io/zenml/pull/4039 |
| 47 | +* Fixes for timestamps in logs by @bcdurak in https://github.com/zenml-io/zenml/pull/4052 |
| 48 | +* Fix breaking `mypy` checks by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/4051 |
| 49 | +* Extend list pipeline filters by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/3990 |
| 50 | +* Add image tag docker setting by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/4025 |
| 51 | +* Small docs improvements by @schustmi in https://github.com/zenml-io/zenml/pull/4041 |
| 52 | +* Fix secret tags and logs for the AWS deployer by @stefannica in https://github.com/zenml-io/zenml/pull/4056 |
| 53 | +* Fix snapshot exclusive tagging by @schustmi in https://github.com/zenml-io/zenml/pull/4034 |
| 54 | +* Removing 3.9 & Adding 3.13 by @bcdurak in https://github.com/zenml-io/zenml/pull/4053 |
| 55 | +* Fix for inconsistencies between numba and the wrapped print by @bcdurak in https://github.com/zenml-io/zenml/pull/4060 |
| 56 | +* Fix the user avatar URL field length by @stefannica in https://github.com/zenml-io/zenml/pull/4065 |
| 57 | +* Additional sorting options for snapshots and deployments by @schustmi in https://github.com/zenml-io/zenml/pull/4033 |
| 58 | +* Document how to use Pro API keys to access the Pro workspace API by @stefannica in https://github.com/zenml-io/zenml/pull/4066 |
| 59 | +* Upgrading mypy by @bcdurak in https://github.com/zenml-io/zenml/pull/4062 |
| 60 | +* Update link for Your First AI Pipeline in README.md by @htahir1 in https://github.com/zenml-io/zenml/pull/4069 |
| 61 | +* Add snapshot delete command to CLI by @strickvl in https://github.com/zenml-io/zenml/pull/4059 |
| 62 | +* Deprecate model deployer in docs by @htahir1 in https://github.com/zenml-io/zenml/pull/4076 |
| 63 | +* Additional caching configurations by @schustmi in https://github.com/zenml-io/zenml/pull/4040 |
| 64 | +* Log metadata changes by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/4049 |
| 65 | +* Customizable Deployment server settings by @stefannica in https://github.com/zenml-io/zenml/pull/4064 |
| 66 | +* Add GitBook MCP server documentation by @strickvl in https://github.com/zenml-io/zenml/pull/4080 |
| 67 | +* Make sure image and user parameters are propagated by @zavidnyi in https://github.com/zenml-io/zenml/pull/4081 |
| 68 | +* Fix image building bug introduced by deployment requirements by @stefannica in https://github.com/zenml-io/zenml/pull/4082 |
| 69 | +* Local Deployer implementation by @stefannica in https://github.com/zenml-io/zenml/pull/4085 |
| 70 | +* Fix the mount point configuration in the Hashicorp Vault secrets store and add it to helm chart by @stefannica in https://github.com/zenml-io/zenml/pull/4088 |
| 71 | +* Deployment custom visualizations by @safoinme in https://github.com/zenml-io/zenml/pull/4016 |
| 72 | + |
| 73 | +## New Contributors |
| 74 | +* @zavidnyi made their first contribution in https://github.com/zenml-io/zenml/pull/4081 |
| 75 | + |
| 76 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.90.0...0.91.0 |
| 77 | + |
| 78 | + |
3 | 79 | # 0.90.0 |
4 | 80 |
|
5 | 81 | This release introduces pipeline snapshots and pipeline deployments, refactors the base package dependencies, and adds runtime environment variable support. |
|
0 commit comments