Skip to content

Commit

Permalink
Merge pull request #1148 from weaviate/changelog_v4.6.6
Browse files Browse the repository at this point in the history
Add changelog for v4.6.6
  • Loading branch information
dirkkul authored Jul 2, 2024
2 parents f844a71 + 60ee691 commit e9f2797
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

Version 4.6.6
--------------

This patch version includes:

- Log batch errors
- Only the last 100k successfully added UUIDs are kept in memory to prevent OOM situations.
- Fix tenant creation with string input

In the v3 copy that is part of v4:

- Fixes GraphQL query injection vulnerability caused by incorrect escaping of backslashes in plain text input builder methods. Many thanks to `@adamleko <https://github.com/adamleko>`_, `@bismuthsalamander <https://github.com/bismuthsalamander>`_, and `@tardigrade-9 <https://github.com/tardigrade-9>`_ for their help in fixing this issue
- Fixes batch retry with tenants




Version 4.6.5
--------------

Expand Down

0 comments on commit e9f2797

Please sign in to comment.