From b8a8df83763a2b9e5b4bbb0b8e568a9a72ffca07 Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Sun, 3 Mar 2024 11:17:38 +0200 Subject: [PATCH] Add ClearML Serving 1.3.1 release notes (#786) --- docs/release_notes/ver_1_3.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/release_notes/ver_1_3.md b/docs/release_notes/ver_1_3.md index 66567ff1..151e57dc 100644 --- a/docs/release_notes/ver_1_3.md +++ b/docs/release_notes/ver_1_3.md @@ -2,6 +2,19 @@ title: Version 1.3 --- +### ClearML Serving 1.3.1 +**New Features and Bug Fixes** +* Add missing `await` [ClearML Serving GitHub PR #55](https://github.com/allegroai/clearml-serving/pull/55) +* Add traceback for failing to load `preprocess` class [ClearML Serving GitHub issue #57](https://github.com/allegroai/clearml-serving/issues/57) +* Fix Triton `config.pbtxt` for missing values or colliding specifications [ClearML Serving GitHub issue #62](https://github.com/allegroai/clearml-serving/issues/62) +* Add safer code for pulling from Kafka +* Add `str` type to Triton type conversion +* Fix ignore auto-detected platform when passing `config.pbtxt` with platform entry +* Fix Triton engine model with multiple versions was not properly supported +* Fix serving session keep alive is also sent on idle +* Log preprocess exceptions with full stack trace to serving session console output + + ### ClearML Serving 1.3.0 **New Features and Improvements** * 20% Overall performance increase