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: