diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2b1851ae..e68653ce0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v2.237.3 (2025-01-09) + +### Bug Fixes and Other Changes + + * pin metadata-version to 2.3 + * model server might have already done a serialization. honor that by not decoding the request again if it is not already bytes or bytestream + * Disable jumpstart tests missing clean up logic + * Jumpstart ap southeast 5 + * add autogluon 1.2 + * updated inference script to cover context + * security update -> use sha256 instead of md5 for file hashing + * Fix Flake8 Violations + * Added parsing string support for situations where custom code might be used (ie. mlflow) + * Updating Inference Optimization Validations + ## v2.237.2 (2024-12-17) ### Bug Fixes and Other Changes diff --git a/VERSION b/VERSION index 8ea608a3da..cc59a35490 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.237.3.dev0 +2.237.3