v2.4.1
Improvements
Fix issue with Metaflow-UI backend and MinIO
The Metaflow client dependency in service v2.4.0
had a bug that affects accessing resources on MinIO. As a result, the Metaflow-UI in v2.4.0
is unable to display logs or artifacts that are hosted with MinIO. This release fixes the underlying issue by depending on a later Metaflow client version.
Fixing deprecations in code base
Fixing various deprecations in the code base in preparation for a Python version upgrade.
Most noteworthy changes being
- Moving away from using
LooseVersion
- Changing the way metadata-service and migration-service
aiohttp
processes are initialized.
What's Changed
- chore: fix deprecations by @saikonen in #297
- fix: add missing packaging dependency by @saikonen in #369
- chore: fix deprecated way of initialising aiohttp app in services by @saikonen in #298
- fix: S3 access for MinIO resources by @saikonen in #370
- Bump version to 2.4.1 by @saikonen in #371
Full Changelog: v2.4.0...v2.4.1