|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +# 0.75.0 |
| 4 | + |
| 5 | +The `0.75.0` release introduces dashboard enhancements for stack component |
| 6 | +management along with improvements to documentation and service connector |
| 7 | +capabilities. Users can now create and update stack components directly |
| 8 | +from the dashboard. |
| 9 | + |
| 10 | +## Features |
| 11 | + |
| 12 | +- Create and update stack components directly from the dashboard |
| 13 | +- Custom authentication method support during auto-configuration of service connectors |
| 14 | +- Enhanced model artifact retrieval by creation date instead of version name |
| 15 | +- Additional SageMaker environment settings |
| 16 | + |
| 17 | +## Improvements |
| 18 | + |
| 19 | +- Expanded fastapi dependency range for better compatibility |
| 20 | +- Improved pipeline source root documentation and logging |
| 21 | +- Better sorting functionality when using custom fetching |
| 22 | + |
| 23 | +## Fixes |
| 24 | + |
| 25 | +- Fixed registration of components with custom flavors |
| 26 | +- Fixed sorting logic when using custom fetching criteria |
| 27 | +- Prevented inner fsspec logs from being flushed to the artifact store |
| 28 | + |
| 29 | +## Documentation |
| 30 | + |
| 31 | +- Added LLM messaging and video resources to documentation |
| 32 | +- Improved formatting for model deployers documentation |
| 33 | +- Fixed GCP service connector docs |
| 34 | +- Added SDK documentation links |
| 35 | +- Enhanced README with LLM messaging |
| 36 | + |
| 37 | +## What's Changed |
| 38 | + |
| 39 | +* Adding `0.74.0` to the migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3351 |
| 40 | +* Fixing the release preparation workflow by @bcdurak in https://github.com/zenml-io/zenml/pull/3348 |
| 41 | +* Expand `fastapi` dependency range by @strickvl in https://github.com/zenml-io/zenml/pull/3340 |
| 42 | +* Document the programmatic API access options by @stefannica in https://github.com/zenml-io/zenml/pull/3352 |
| 43 | +* Fix some docs links by @schustmi in https://github.com/zenml-io/zenml/pull/3353 |
| 44 | +* [docs] Rename llms.txt file, add header and docs by @wjayesh in https://github.com/zenml-io/zenml/pull/3346 |
| 45 | +* Add `llms.txt` YouTube video to docs by @strickvl in https://github.com/zenml-io/zenml/pull/3354 |
| 46 | +* Fix model deployers docs formatting by @strickvl in https://github.com/zenml-io/zenml/pull/3356 |
| 47 | +* Get the latest artifact of a model by creation date instead of version name by @pierre-godard in https://github.com/zenml-io/zenml/pull/3343 |
| 48 | +* Improve source root docs/logs when running a pipeline by @schustmi in https://github.com/zenml-io/zenml/pull/3357 |
| 49 | +* Fix registration of components with custom flavors by @schustmi in https://github.com/zenml-io/zenml/pull/3363 |
| 50 | +* Fix GCP service connector docs by @stefannica in https://github.com/zenml-io/zenml/pull/3365 |
| 51 | +* Allow auth method to be customized during auto-configuration of service connectors by @stefannica in https://github.com/zenml-io/zenml/pull/3367 |
| 52 | +* Add some sdkdocs links by @htahir1 in https://github.com/zenml-io/zenml/pull/3358 |
| 53 | +* doc: fix link by @tanguyantoine in https://github.com/zenml-io/zenml/pull/3369 |
| 54 | +* Fix sorting when using custom fetching by @schustmi in https://github.com/zenml-io/zenml/pull/3366 |
| 55 | +* Add sagemaker env settings by @stefannica in https://github.com/zenml-io/zenml/pull/3368 |
| 56 | +* Update README with LLM messaging and llms.txt by @wjayesh in https://github.com/zenml-io/zenml/pull/3362 |
| 57 | +* CI Linting fix by @bcdurak in https://github.com/zenml-io/zenml/pull/3377 |
| 58 | +* Don't flush inner fsspec logs to the artifact store by @stefannica in https://github.com/zenml-io/zenml/pull/3373 |
| 59 | +* Bugfix for Sagemaker env variables by @bcdurak in https://github.com/zenml-io/zenml/pull/3380 |
| 60 | +* Correct isintance check for sagemaker env variables by @bcdurak in https://github.com/zenml-io/zenml/pull/3382 |
| 61 | + |
| 62 | +## New Contributors |
| 63 | + |
| 64 | +* @pierre-godard made their first contribution in https://github.com/zenml-io/zenml/pull/3343 |
| 65 | +* @tanguyantoine made their first contribution in https://github.com/zenml-io/zenml/pull/3369 |
| 66 | + |
| 67 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.74.0...0.75.0 |
| 68 | + |
| 69 | + |
3 | 70 | # 0.74.0 |
4 | 71 |
|
5 | 72 | The `0.74.0` release introduces several major features including [SageMaker |
|
0 commit comments