From 21bdff052001bae4028908f6a2d8ce28a5de837f Mon Sep 17 00:00:00 2001 From: Dirk Kulawiak Date: Mon, 13 Jan 2025 15:41:26 +0100 Subject: [PATCH] Add changelog for 4.10.3 and remove docs added my mistake --- .gitignore | 3 ++- docs/changelog.rst | 9 +++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2979fbe7..b4ba50e1b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ weaviate_client.egg-info tmp build/ docs/_build +docs/html *.pyc ./docker-compose.yml .DS_Store @@ -25,4 +26,4 @@ scratch/ *-test.sh *.hdf5 -*.jsonl \ No newline at end of file +*.jsonl diff --git a/docs/changelog.rst b/docs/changelog.rst index 486f85aa8..f8adbb163 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,15 @@ Changelog ========= +Version 4.10.3 +-------------- +This patch version includes: + - Add experimental debug namespace + - Add support for dynamic backup location + - Fix potential deadlock in batching + - Fix backup and restore for embedded mode + - Add extra method for text2vec_google_aistudio + Version 4.10.2 -------------- This patch version includes: