Diffusion.Client
6.6.0
See the version list below for details.
dotnet add package Diffusion.Client --version 6.6.0
NuGet\Install-Package Diffusion.Client -Version 6.6.0
<PackageReference Include="Diffusion.Client" Version="6.6.0" />
paket add Diffusion.Client --version 6.6.0
#r "nuget: Diffusion.Client, 6.6.0"
// Install Diffusion.Client as a Cake Addin #addin nuget:?package=Diffusion.Client&version=6.6.0 // Install Diffusion.Client as a Cake Tool #tool nuget:?package=Diffusion.Client&version=6.6.0
.NET Client Improvements in 6.6.0
16267: Async methods added to IClientControl
A method for closing a client session which returns a Task is now available. This accepts a sessionId. If the identified session was closed, the operation completes successfully, and the Task result is null.
A method for control client queue conflation which returns a Task is now available. This accepts a sessionId and a boolean value to enable or disable conflation for the session. If the conflation policy was updated for the identified session, the operation will complete successfully, and the Task result will be null.
22422: Task version of getSessionProperties
A method for accessing session properties which returns a Task is now available. This accepts a sessionId and collection of required properties and returns a Task containing a dictionary of the requested properties for the client identified by the sessionId.
23858: Value streams now propagate events from subscribed time series topics with a compatible event type
Previously, events for time series topics were only received by time series event streams added with AddTimeSeriesStream. This has been changed so that all streams will emit the topic value without the related time series metadata, if they are compatible with the event type.
24428: Removing topics returns the number of topics removed
ITopicControl.RemoveTopicsAsync now returns a Task bearing an ITopicRemovalResult. Using its RemovedCount property returns the number of non-reference topics that were removed as a result of the operation.
.NET Client deprecations in 6.6.0
22877: The IStream methods of the SendRequestToFilter IFilteredRequestCallback are deprecated
In previous releases, IFilteredRequestCallback.OnError() was called if a SendRequestToFilterAsync operation failed. In addition, the failure was also notified via an exception thrown by the task returned by SendRequestToFilterAsync. IFilteredRequestCallback.OnClose() was never called.
From this release, IFilteredRequestCallback.OnError() is no longer called. Applications should rely on the task returned by SendRequestToFilterAsync to detect errors. Both OnError() and OnClose() methods have been deprecated. In a future release, these methods will be removed from IFilteredRequestCallback and it will be changed not to inherit from IStream.
24845: SERVER_CLOSING close reason is deprecated
The SERVER_CLOSING CloseReason in ClientControl is deprecated and will be removed in a future release. This close reason is not emitted by the server.
.NET Client fixes in 6.6.0
24471: Time series value stream event datatype compatibility problem
Value streams are compatible with parent types. For example, a IValueStream<IJSON> can deserialize values from a String topic type.
IValueStream<IEvent<IJSON>> did not propagate the values for time series topics with the String event type. This has now been fixed.
24909: Sessions can reconnect even if explicitly closed by another session
An issue has been resolved where the server allowed clients to reconnect during the reconnection timeout, even if they had been explicitly closed by another session. This would only occur if session replication was enabled.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- NLog (>= 4.6.8)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Diffusion.Client:
Package | Downloads |
---|---|
Ganchrow.Sdk
Package Description |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
6.11.2 | 105 | 10/30/2024 | |
6.11.1 | 177 | 10/1/2024 | |
6.11.0 | 239 | 8/21/2024 | |
6.10.5 | 80 | 11/7/2024 | |
6.10.4 | 4,068 | 5/7/2024 | |
6.10.3 | 32,835 | 4/9/2024 | |
6.10.2 | 273 | 2/15/2024 | |
6.10.1 | 24,385 | 10/12/2023 | |
6.10.0 | 594 | 8/31/2023 | |
6.9.8 | 121 | 5/13/2024 | |
6.9.7 | 122 | 4/11/2024 | |
6.9.6 | 181 | 3/13/2024 | |
6.9.5 | 1,904 | 2/26/2024 | |
6.9.4 | 376 | 12/13/2023 | |
6.9.3 | 434 | 9/28/2023 | |
6.9.2 | 424 | 9/15/2023 | |
6.9.1 | 2,940 | 3/28/2023 | |
6.9.0 | 2,142 | 12/14/2022 | |
6.8.11 | 162 | 5/7/2024 | |
6.8.10 | 129 | 4/11/2024 | |
6.8.9 | 617 | 5/19/2023 | |
6.8.8 | 2,144 | 11/17/2022 | |
6.8.7 | 1,092 | 9/9/2022 | |
6.8.6 | 811 | 8/15/2022 | |
6.8.5 | 998 | 7/16/2022 | |
6.8.4 | 861 | 7/16/2022 | |
6.8.3 | 937 | 6/9/2022 | |
6.8.2 | 1,085 | 4/30/2022 | |
6.8.1 | 877 | 3/23/2022 | |
6.8.0 | 912 | 3/1/2022 | |
6.7.13 | 4,304 | 8/9/2023 | |
6.7.12 | 775 | 2/16/2023 | |
6.7.11 | 1,167 | 11/22/2022 | |
6.7.9 | 953 | 6/9/2022 | |
6.7.8 | 858 | 5/13/2022 | |
6.7.7 | 860 | 4/7/2022 | |
6.7.6 | 933 | 3/8/2022 | |
6.7.5 | 8,457 | 2/7/2022 | |
6.7.4 | 13,430 | 12/17/2021 | |
6.7.3 | 800 | 12/13/2021 | |
6.7.2 | 713 | 10/28/2021 | |
6.7.1 | 765 | 8/12/2021 | |
6.7.0 | 989 | 8/6/2021 | |
6.6.13 | 573 | 7/26/2023 | |
6.6.12 | 749 | 7/20/2022 | |
6.6.11 | 853 | 6/1/2022 | |
6.6.10 | 918 | 4/8/2022 | |
6.6.9 | 936 | 3/7/2022 | |
6.6.8 | 856 | 2/7/2022 | |
6.6.7 | 773 | 12/17/2021 | |
6.6.6 | 712 | 12/13/2021 | |
6.6.5 | 779 | 11/11/2021 | |
6.6.4 | 832 | 8/19/2021 | |
6.6.3 | 1,092 | 7/28/2021 | |
6.6.2 | 1,150 | 7/14/2021 | |
6.6.1 | 4,245 | 5/6/2021 | |
6.6.0 | 2,134 | 3/19/2021 | |
6.6.0-preview.2 | 234 | 12/7/2020 | |
6.6.0-preview.1 | 285 | 10/26/2020 | |
6.5.18 | 111 | 5/20/2024 | |
6.5.17 | 382 | 12/7/2023 | |
6.5.16 | 383 | 11/3/2023 | |
6.5.15 | 621 | 4/14/2023 | |
6.5.14 | 698 | 12/9/2022 | |
6.5.13 | 982 | 4/12/2022 | |
6.5.12 | 820 | 2/24/2022 | |
6.5.11 | 1,499 | 2/11/2022 | |
6.5.10 | 739 | 12/16/2021 | |
6.5.9 | 759 | 12/13/2021 | |
6.5.8 | 768 | 11/16/2021 | |
6.5.7 | 840 | 7/21/2021 | |
6.5.6 | 871 | 6/16/2021 | |
6.5.5 | 23,419 | 3/3/2021 | |
6.5.4 | 8,874 | 12/17/2020 | |
6.5.3 | 16,407 | 10/29/2020 | |
6.5.2 | 3,948 | 9/24/2020 | |
6.5.1 | 1,837 | 8/13/2020 | |
6.5.0 | 1,191 | 7/13/2020 | |
6.4.10 | 855 | 12/13/2021 | |
6.4.9 | 918 | 5/13/2021 | |
6.4.8 | 879 | 4/14/2021 | |
6.4.7 | 935 | 2/19/2021 | |
6.4.6 | 931 | 11/5/2020 | |
6.4.5 | 1,066 | 8/12/2020 | |
6.4.4 | 1,279 | 6/8/2020 | |
6.4.3 | 1,025 | 5/19/2020 | |
6.4.2 | 11,753 | 2/27/2020 | |
6.4.1 | 3,132 | 1/13/2020 | |
6.4.0 | 3,981 | 12/6/2019 | |
6.3.9 | 2,224 | 4/6/2021 | |
6.3.8 | 1,041 | 11/17/2020 | |
6.3.7 | 1,028 | 7/31/2020 | |
6.3.6 | 1,022 | 4/28/2020 | |
6.3.5 | 1,160 | 12/9/2019 | |
6.3.4 | 3,340 | 11/21/2019 | |
6.3.3 | 3,668 | 10/17/2019 | |
6.3.2 | 4,482 | 9/5/2019 | |
6.3.1 | 19,364 | 6/28/2019 | |
6.3.0 | 21,263 | 5/7/2019 | |
6.2.9 | 1,075 | 11/14/2019 | |
6.2.8 | 1,102 | 10/24/2019 | |
6.2.7 | 1,136 | 7/25/2019 | |
6.2.6 | 1,141 | 5/15/2019 | |
6.2.5 | 1,150 | 5/10/2019 | |
6.2.4 | 13,225 | 4/11/2019 | |
6.2.3 | 5,572 | 2/12/2019 | |
6.2.2 | 1,222 | 2/5/2019 | |
6.2.1 | 1,241 | 1/11/2019 | |
6.2.0 | 1,336 | 11/12/2018 | |
6.1.7 | 14,173 | 11/8/2019 | |
6.1.6 | 1,287 | 5/13/2019 | |
6.1.5 | 1,389 | 1/16/2019 | |
6.1.4 | 1,402 | 11/22/2018 | |
6.1.3 | 1,626 | 9/28/2018 | |
6.1.2 | 1,441 | 9/6/2018 | |
6.1.1 | 1,551 | 7/19/2018 | |
6.1.0 | 1,908 | 4/27/2018 |