Releases: weaviate/weaviate-python-client
Releases · weaviate/weaviate-python-client
v4.10.2
What's Changed
- Reduce test matrix by @dirkkul in #1478
- Add pipeline to test docs build by @dirkkul in #1479
- Fix query params issue dependent on bug in httpx<0.28 by @rlmanrique in #1482
New Contributors
- @rlmanrique made their first contribution in #1482
Full Changelog: v4.10.1...v4.10.2
v4.10.1
v4.10.0
What's Changed
- Remove v3 by @dirkkul in #1452
- Update to protobuf 5 by @dirkkul in #1453
- Support RBAC by @tsmith023 in #1388
- Generate GRPC code with lowest version we support by @dirkkul in #1458
- VoyageAI's new multimodal embedding model by @fzowl in #1461
New Contributors
Full Changelog: v4.9.6...v4.10.0
v4.9.6
v4.9.5
v4.9.4
What's Changed
- fix type boolean restriction on include vector for _QueryReference by @paul7Junior in #1399
- Fix documentation URL for within_geo_range by @jensenbox in #1407
- Add support for multi2vec-cohere by @dirkkul in #1390
- Add time based deletion strategy by @dirkkul in #1364
- Add support for
multi2vec-jinaai
; docstring changes by @databyjp in #1422
New Contributors
- @paul7Junior made their first contribution in #1399
- @jensenbox made their first contribution in #1407
Full Changelog: v4.9.3...v4.9.4
v4.9.3
What's Changed
Full Changelog: v4.9.2...v4.9.3
v4.9.2
What's Changed
- Ensure each per-process event loop has its exception handler patched properly by @tsmith023 in #1381
Full Changelog: v4.9.1...v4.9.2
v4.9.1
What's Changed
- Fix warning message for multi vector search by @dirkkul in #1353
- Remove octoai. They are shutting down by @dirkkul in #1365
- Automatically pick up GRPC message size from weaviate by @dirkkul in #1362
- Use exponential backoff to retry UNAVAILABLE error codes by @tsmith023 in #1370
- Add update of generative and reranker moduleconfig by @dirkkul in #1376
- Gracefully handle multiprocessing forks in
_EventLoopSingleton
by @tsmith023 in #1373
Full Changelog: v4.9.0...v4.9.1
v4.9.0
What's Changed
- Add
baseURL
anddimensions
params totext2vec-jinaai
by @tsmith023 in #1308 - Introducing VoyageAI's new embedding and rerank models by @fzowl in #1318
- fix: add is_safe to _WeaviateUUIDInt by @tibor-reiss in #1319
- Fix: Warning message fixed for datetime insertions without any timezone by @gssakash in #1320
- Add missing
tenant
andconsistency_level
tocollection/base.pyi
by @tsmith023 in #1327 - Add support for object deletion conflict resolution by @dirkkul in #1307
- Use
Sequence
for list filtering to aid type usage by @tsmith023 in #1328 - Add support for cancel backups by @dirkkul in #1264
- Remove CI testing and pkg building of Python3.8 by @tsmith023 in #1333
- Allow
return_properties={True, False}
as equivalents to{None, []}
by @tsmith023 in #1331 - Palm to google by @dirkkul in #1329
- Support multiple vectors for a single target by @dirkkul in #1235
- Add support for acorn by @dirkkul in #1341
- Allow user-definition of connection pool timeout by @tsmith023 in #1347
New Contributors
Full Changelog: v4.8.1...v4.9.0