Skip to main content
Version: 1.41

v1.41.0

Release notes

✨ Major new features

  • Support for onboarding external Deployments
    Connect your externally hosted model to Deeploy using an API endpoint. Experience the benefits of monitoring and alert services by using the Deeploy API to inference your model.

  • Support for onboarding registration Deployments
    Register any model. You can also create compliance documentation for your model, and optionally link a repository to use model cards, data cards, and metadata.

🛠️ Other changes

  • Reworked the create and update Deployment endpoints. Sagemaker and Azure Machine Learning Deployments can now be created and updated using the same endpoint, meaning their old endpoints are deprecated. Check out the swagger documentation for the new API spec.

🐛 Bug fixes

  • Fixed issue where non-admin users could incorrectly manage alerts and added tests to ensure correct authorization behavior.