From 2fa62f6975e2096048bfd6a1ad30968a1a2312cb Mon Sep 17 00:00:00 2001 From: Julian Wiesler Date: Wed, 10 Jan 2024 16:54:46 +0100 Subject: [PATCH] Prepare release --- Changelog.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 482c670..7c67a83 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,14 +1,23 @@ # Changelog +## 6.0.0 + +- Added `num_tokens_prompt_total` to the types below. + This is a breaking change since `num_tokens_prompt_total` is mandatory. + - `EmbeddingResponse` + - `SemanticEmbeddingResponse` + - `BatchSemanticEmbeddingResponse` +- HTTP API version 1.15.0 or higher is required. + ## 5.0.0 - Added `num_tokens_prompt_total` and `num_tokens_generated` to `CompletionResponse`. This is a breaking change as these were introduced as mandatory parameters rather than optional ones. - HTTP API version 1.14.0 or higher is required. +- HTTP API version 1.14.0 or higher is required. ## 4.1.0 -- Added `verify_ssl` flag so you can disable SSL checking for your sessions. +- Added `verify_ssl` flag, so you can disable SSL checking for your sessions. ## 4.0.0