Skip to content

v2.1.0

Compare
Choose a tag to compare
@JR40159 JR40159 released this 22 Jul 16:17
· 335 commits to main since this release
d9be9ef

Features

  • Upgraded from Node 18 to Node 22.
  • Added a standalone version of Bailo that runs all of Bailo in a single Docker container.
  • Added utility to import Models from MLFlow via the Python Client.
  • Added the ability to use attach IAM roles to containers when deploying to AWS.
  • Update OpenTelemetry integration to include CPU and memory usage.
  • Ensure that Bailo is compatible with registry version 3.0.0-alpha.1, enabling the use of IAM roles when deploying the registry on AWS.
  • Comment and review responses have been restructured in the backend so that they can be more easily interacted with via the API; this has allowed for a much smoother integration with features such as reactions and editing responses.
  • Added support for data cards.
  • Added Advanced options during data card/model creation, allowing user roles to be assigned immediately.
  • Fixed large file uploads failing to complete.
  • Added ability to create and view data card schemas via the UI.
  • Fixed Cypress tests intermittently failing due to backend not being ready.
  • Fixed a bug where opening a review from the reviews page would incorrectly set the user's role.
  • Conditionally disabled functionality in places to restrict users from performing actions they are not authorised to do. Tooltips have been used to provide guidance to users in these cases.
  • Improved schema selection UI, allowing active/inactive schemas to be shown/hidden in bulk.
  • Added ability to edit comments.

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0