v1.49
info
Make sure your installation is updated to at least Deeploy v1.42.0 before installing v1.49.0
Release notes
1.49.0
⚠️ Breaking changes
- Refactored endpoints that returned a response in the format of
{ data: { ... }, message: "" }. Instead, the content from thedatakey is directly returned. Full list of affected endpoints - Dropped support for the old
commitandsortquery parameter on the/workspaces/:workspaceId/deployments/:deploymentId/requestLogsendpoint. Instead ofcommit=example,sortBy=createdAtordirection=desc, please use the new RHS param (e.g.commit=in:exampleOne,exampleTwo,sort:createdAt:desc)
✨ New features
- Updated to KServe 0.15 with relevant CRDs
Bumped up framework versions: XGBoost 2.1.1, Sklearn 1.5.1, LGBM 4.5.0. For the full list consult our supported versions. Added LLM endpoints for generative Hugging Face models (KServe Deployments and external Deployments):/chat/completions,/completions. Added an embeddings endpoint for embedding Hugging Face models (KServe Deployments and external Deployments):/embeddings.
info
- Transformers on the
/completions,/chat/completionsand/embeddingsendpoints are not supported for KServe Deployments - Generative and embedding Hugging Face models do not support
/predictand/explain