Skip to content

v2.4.1

Compare
Choose a tag to compare
@saikonen saikonen released this 27 Jun 16:46
· 61 commits to master since this release
4924e92

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

Full Changelog: v2.4.0...v2.4.1