Skip to main content
Version: 1.37

v1.31

Release notes

✨ Major new features and improvements

  • Compliance insights
    Track and document the Deployment's compliance with responsible AI standards using the compliance insights. Find the compliance insights in the create Deployment flow, or in the Compliance tab of your Deployment. Completing the compliance insights is fully optional.

  • Transformers
    We added support to deploy tranformers! Select 'Custom Docker' as your tranformer type in the Deployment create flow, or update an existing Deployment with your transformer.

  • Added evaluatedOnly to the prediction log endpoint
    Filter retrieved prediction logs on whether they are evaluated or not using the evaluatedOnly query parameter.

🐛 Bug fixes

  • Save a prediction log for all the given inputs when inferencing the model fails
  • Throw a 400 (bad request) exception when request bodies do not satisfy our data payload while interacting with the Deployment