Sourced from weaviate-client's releases.
v4.6.5
What's Changed
- Update Ollama module docstrings by
@databyjp
in weaviate/weaviate-python-client#1091- Export submodules to ease usage of
weaviate.outputs
by@tsmith023
in weaviate/weaviate-python-client#1098- VoyageAI new embedding and rerank models by
@fzowl
in weaviate/weaviate-python-client#1103- Add missing py.typed file for type checking usage by
@tsmith023
in weaviate/weaviate-python-client#1112Full Changelog: https://github.com/weaviate/weaviate-python-client/compare/v4.6.4...v4.6.5
Sourced from weaviate-client's changelog.
Version 4.6.5
This patch version includes: - Addition of new voyageai embedding and rerank models as string literal types - Added missing exports of submodules in
weaviate.outputs
to aid usage - Updated ollama modules docstrings - Added missingpy.typed
file for use by static type checkers
eab4389
Merge pull request #1113
from weaviate/add-changelog-465b4b2ce4
Add changelog7ed90c0
Merge pull request #1112
from weaviate/add-missing-py-typed-filee0d4b8d
Move py.typed into weaviate directoryae635dc
Add missing py.typed file for type checking usagea9062f4
Merge pull request #1108
from weaviate/fix-docker-compose-in-cib506128
Call as docker compose
instead of
docker-compose
in CI95efb1d
Merge pull request #1103
from voyage-ai/maind85bfa3
VoyageAI new embedding and rerank modelsa801c71
Merge pull request #1098
from weaviate/export-submodules-from-outputs5290d17
bump version to v1.10.0ad69cf1
new: add query interface tests, fix version checking (#670)d9a4320
fix: fix lookup test, refactor search params test0fc3341
: intf5f5155
ditch unused imports in test_query_batch.py00d9b24
danse dense revolution 🕺1c9dfcc
fix return types4b5cc9b
Move case for empty batch4806dd7
Add case for empty batch07c6185
unpack query responses when comparing668f81b
changelog finalization for beta.4 patch (#43767)2d022c7
Sync eng/common directory with azure-sdk-tools repository (#43766)f3f1c6a
[DocumentIntelligence] Enabling live testing (#43455)151e662
[AzureMonitorDistro] fix LiveMetrics requests (#43543)1950db6
merge 1.1.1 hotfix to main (#43688)628f094
[AzureMonitorDistro] add Properties to LiveMetrics (#43600)fcef40f
Increment package version after release of
Microsoft.Azure.WebJobs.Extensions...df867b6
[Functions] Event Hubs: Release prep (#43759)1091e46
Increment package version after release of Azure.ResourceManager.Monitor
(#43...38e3e48
Increment package version after release of
Azure.ResourceManager.TrafficManag...Sourced from Azure.Monitor.OpenTelemetry.Exporter's releases.
Azure.Monitor.OpenTelemetry.Exporter_1.3.0
1.3.0 (2024-06-07)
Other Changes
- Includes all changes from 1.3.0-beta.1 and 1.3.0-beta.2
- Changed
AzureMonitorLogExporter
to be internal. This will be changed back to public in our next Beta while we experiment with options to enable log filtering. (#44479)Azure.Monitor.OpenTelemetry.Exporter_1.3.0-beta.2
1.3.0-beta.2 (2024-05-08)
Features Added
- All three signals (Traces, Metrics, and Logs) now support OpenTelemetry's "service.version" in Resource attributes. This is mapped as Application Version in Application Insights. (#42174)
- Turned off internal spans and logs in exporter HTTP pipeline (#43359)
Bugs Fixed
- The success or failure of an incoming HTTP request is now determined by the status code only when the Activity Status is
Unset
(#43594, based on #41993)Other Changes
- Update OpenTelemetry dependencies (#43197)
- OpenTelemetry 1.8.0
3d4982c
[AzureMonitor] remove features before stable release (#44479)ff26125
Add RefreshOn logic to ManagedIdentityCredential (#44447)35726c2
Fix flakiness (#44454)c73ac5e
Update github-event-processor to 1.0.0-dev.20240610.2 (#44474)e0955d5
Update Changelog logs in extension-wcf for release notes (#44428)12417e0
Increment package version after release of Azure.AI.OpenAI (#44452)d9680bd
[Search] Update the latest Azure OpenAI version (#44459)b16d644
prep exporter 1.3.0 (#44449)54c8e3c
changelog snap for 2.0.0-beta.1 (#44446)2b4f637
Update MSAL dependencies (#44444)1773cd8
Remove next version9c0dbf8
More nullable list tests18decab
Add nullable list tests1790dcc
Fix writing null to a large list.53734da
Fix for appending lists with nulle2e2e71
Make the prepared statement after the check succeed (#198)87187a2
Make the DuckDBConnection support unicode file path (#197)c6cc733
Initialize writers only oncebae8291
Set next version.b79658b
Enable appending blob in .Net Standard targetSourced from Microsoft.Extensions.Http.Resilience's releases.
.NET Extensions 8.6.0
8.6.0 packages are now all published in NuGet.org.
What's Changed
- Detect connection timeouts in Hedging by
@xakep139
in dotnet/extensions#5134- Branding updates for 8.6 by
@joperezr
in dotnet/extensions#5147- Upgrade to latest version of Polly by
@martintmk
in dotnet/extensions#5152- Merge changes from internal branch by
@joperezr
in dotnet/extensions#5158- [main] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5166- Remove incorrect System.Net.Http dependency by
@RussKie
in dotnet/extensions#5167- FakeTimeProvider usage update by
@dariusclay
in dotnet/extensions#5169- Remove redundant package subscriptions by
@RussKie
in dotnet/extensions#5172- Fix up some docs by
@gewarren
in dotnet/extensions#5177- [main] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5182- Avoid buffer race conditions in CGroups by
@RussKie
in dotnet/extensions#5129- Fix logging source-gens duplication on WPF by
@xakep139
in dotnet/extensions#5024- Introduce FakeTimeProvider.AdjustTime by
@geeknoid
in dotnet/extensions#5192- Fix [NoDataClassification] attribute handling in logging source-gen by
@geeknoid
in dotnet/extensions#5191Full Changelog: https://github.com/dotnet/extensions/compare/v8.5.0...v8.6.0
.NET Extensions 8.5.0
8.5.0 packages are now all published in NuGet.org.
What's Changed
- [main] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5090- Fix incorrect TCP port used by default for k8s probes by
@geeknoid
in dotnet/extensions#5085- Use non *-pt images by
@RussKie
in dotnet/extensions#5106- Add support for Linux cgrpoup v2, issue-4885 by
@nezdali
in dotnet/extensions#5068- Securing the array for ResourceMonitoring's method by
@nezdali
in dotnet/extensions#5111- [main] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5131- [release/8.5] Detect connection timeouts in Hedging by
@github-actions
in dotnet/extensions#5149New Contributors
@nezdali
made their first contribution in dotnet/extensions#5068Full Changelog: https://github.com/dotnet/extensions/compare/v8.4.0...v8.5.0
.NET Extensions 8.4.0
8.4.0 packages are now all published in NuGet.org.
What's Changed
- Fix incorrect diagnostic value. by
@geeknoid
in dotnet/extensions#4994- Public build pipeline by
@RussKie
in dotnet/extensions#4993- Public build pipeline by
@RussKie
in dotnet/extensions#4997- [automated] Merge branch 'release/8.0' => 'main' by
@dotnet-maestro-bot
in dotnet/extensions#4999- Update Branding for 8.4 by
@joperezr
in dotnet/extensions#4987- [release/8.0] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5013- [release/8.0] Update dependencies from dotnet/arcade by
@dotnet-maestro
in dotnet/extensions#5027
... (truncated)
7843c7b
Merged PR 40274: Fix minor versionad11dd7
Merged PR 40267: Preparing for 8.6 release4bafacb
Fix #5188
(#5191)300c3ca
Introduce FakeTimeProvider.AdjustTime (#5192)1a52ac3
Fix logging source-gens duplication on WPF (#5024)14e3977
CR;cb67f83
Merge branch 'main' into xakep139/log-source-gen-WPF-buga06edbd
Avoid buffer race conditions in CGroups (#5129)625bb60
Update dependencies from https://github.com/dotnet/arcade
build 20240520.4 (#...7c953a9
fix up some docs (#5177)