You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.rst
+35-1Lines changed: 35 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,40 @@
1
1
Changelog
2
2
=========
3
3
4
+
Version 4.13.2
5
+
--------------
6
+
This patch version includes:
7
+
- Fixes a parsing bug when providing URLs with ``GenerativeConfig`` for runtime generate queries
8
+
9
+
Version 4.13.1
10
+
--------------
11
+
This patch version includes:
12
+
- Fixes ``generative.near_text()`` to not require ``generative_provider``
13
+
14
+
Version 4.13.0
15
+
--------------
16
+
This minor version provides a complete top-down refactor of the underlying transport for the sync and async clients.
17
+
- Introduction of a dependency injection system whereby the sync/async connections are injected into each client independently thereby removing their cross-dependency.
18
+
- Removal of the ``event_loop.py`` file and all logic surrounding its usage by the sync client.
19
+
- Refactoring of the batching algorithm to use blocking threads with a sync connection, rather than the event loop sidecar thread.
20
+
21
+
22
+
Version 4.12.1
23
+
--------------
24
+
This patch version includes:
25
+
- Renames ``GenerativeConfig.openai_azure`` to ``GenerativeConfig.azure_openai`` to align with the convention of ``Configure.Generative.azure_openai``
26
+
27
+
Version 4.12.0
28
+
--------------
29
+
This minor version includes:
30
+
- Support for new 1.30 features:
31
+
- Dynamic user management of OIDC and native DB users
32
+
- Improved multi-dimensional/colBERT vectors
33
+
- Query-time configuration of generative modules
34
+
- Tenant-based filtering of data permissions in RBAC
35
+
- The new ``generative-xai`` module
36
+
37
+
4
38
Version 4.11.3
5
39
--------------
6
40
This patch version includes:
@@ -35,7 +69,7 @@ Version 4.11.0
35
69
This minor version includes:
36
70
- Support for new 1.29 features:
37
71
- RBAC is ready for production
38
-
- Multi-dimensional/COLBert vectors experimental, breaking changes are expected)
72
+
- Multi-dimensional/COLBert vectors experimental, breaking changes are expected
39
73
- Aggregations are using GRPC now
40
74
- Improved exception handling for errors returned by Weaviate
0 commit comments