Changelog
All notable changes to this project will be documented on this page.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.2.0] - 2024-12-10
Added
- Added support for SSL settings via the Client constructor.
- Added support for PBKDF2 hashed security option.
Fixed
- Added
ValueError
for missing or invalid protocol in the gateway URL. - Configured SSL settings for the functions
get_capabilities
,get_sample_request
, andget_schema
since they access deployment endpoints.
[1.1.2] - 2024-11-27
Added
- Introduced two SSL settings (
verify_ssl
andssl_cacert
) that can be configured via the Client Constructor to improve certificate security.
[1.1.1] - 2024-11-18
Changed
- Upgraded H2O Cloud Discovery to v2.1.1
[1.1.0] - 2024-11-04
Added
- Introduced a timeout parameter (default: 5 seconds) for MLOpsScoringDeployment's methods:
get_capabilities
,get_sample_request
, andget_schema
. - Added support for creating deployment with token-based authentication as a security option.
- Enabled model deletion.
- Enabled the option to unregister an experiment from a model.
- Introduced the
disabled_security
option to manage deployments with No-Security.
Fixed
- Upgraded the minimum supported Python version to 3.9.
[1.0.1] - 2024-10-18
Fixed
- Improved handling of missing deployment attributes (security and monitor) in backend responses.
[1.0.0] - 2024-08-26
Changed
- Removed the
external_registry
package.
[0.65.1a3] - 2024-07-01
Fixed
-
vLLM Configuration artifacts not being uploadable because of a missing target column.
Note: vLLM Configuration artifacts are a preferred alternative to using MLflow to create vLLM artifacts.