Skip to content

Commit

Permalink
initial release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdurak committed Feb 25, 2025
1 parent afb8b28 commit 23c4fe5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

# 0.75.0

The `0.75.0` release focuses on enhancing documentation, fixing important
component functionality, and improving service connector capabilities.
Key highlights include improved model artifact handling, enhanced
component registration with custom flavors, and expanded authentication
options for service connectors.

## Features

- Custom authentication method support during auto-configuration of service connectors
- Enhanced model artifact retrieval by creation date instead of version name
- Additional SageMaker environment settings

## Improvements

- Expanded `fastapi` dependency range for better compatibility
- Improved pipeline source root documentation and logging
- Better sorting functionality when using custom fetching
- Prevented inner fsspec logs from being flushed to the artifact store

## Fixes

- Fixed registration of components with custom flavors
- Fixed sorting logic when using custom fetching criteria

## Documentation

- Added LLM messaging and video resources to documentation
- Improved formatting for model deployers documentation
- Fixed GCP service connector docs
- Added SDK documentation links
- Enhanced README with LLM messaging

## What's Changed
* Adding `0.74.0` to the migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3351
* Fixing the release preparation workflow by @bcdurak in https://github.com/zenml-io/zenml/pull/3348
Expand Down

0 comments on commit 23c4fe5

Please sign in to comment.