YB.ParseLiveQueryDotNet 3.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package YB.ParseLiveQueryDotNet --version 3.3.0
                    
NuGet\Install-Package YB.ParseLiveQueryDotNet -Version 3.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="YB.ParseLiveQueryDotNet" Version="3.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="YB.ParseLiveQueryDotNet" Version="3.3.0" />
                    
Directory.Packages.props
<PackageReference Include="YB.ParseLiveQueryDotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add YB.ParseLiveQueryDotNet --version 3.3.0
                    
#r "nuget: YB.ParseLiveQueryDotNet, 3.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=YB.ParseLiveQueryDotNet&version=3.3.0
                    
Install YB.ParseLiveQueryDotNet as a Cake Addin
#tool nuget:?package=YB.ParseLiveQueryDotNet&version=3.3.0
                    
Install YB.ParseLiveQueryDotNet as a Cake Tool

v3.3.0 (Just 3.2.0 - actually): Robust LiveQuery Client with Enhanced Reliability and Stability 🚀

Key Enhancements:

  • Automatic Reconnection: Implemented automatic reconnection to the LiveQuery server upon connection loss.

    • Features exponential backoff with configurable retries.
    • Reports reconnection attempts and failures via the OnError observable.
  • Heartbeat (Ping/Pong): Integrated WebSocket Ping/Pong frames for robust connection health monitoring.

    • Detects and recovers from "dead" connections, enhancing stability.
  • Configurable Receive Buffer: Added ability to customize the WebSocket receive buffer size.

    • Useful for handling large messages.
    • Utilize: new WebSocketClient(uri, callback, bufferSize);
  • Refactored WebSocket Handling:

    • Complete rewrite for improved stability, error handling, and performance.
    • Ensures proper resource disposal (Dispose()) to prevent memory leaks.
    • Provides clear and consistent WebSocket connection state management.
    • Includes placeholder for binary message handling.
    • Allows control over WebSocket close status and description.
  • Optimized Subscription Management:

    • Simplified unsubscription process.
    • Ensures thread-safe subscription operations.
    • Removed reflection for enhanced performance.
  • Full IDisposable Implementation: ParseLiveQueryClient, WebSocketClient, and Subscription classes now fully implement IDisposable.

    • Guarantees proper resource cleanup.
  • Enhanced Error Handling: Improved error handling with more informative exceptions and events.

  • Optimized JSON Handling: Enhanced JSON serialization/deserialization.

Breaking Changes:

  • None. This release maintains backward compatibility with v3.1.0. Thorough testing is still strongly recommended.

Upgrade Notes:

  • Thorough application testing is highly recommended after upgrading due to significant internal improvements.
  • New features (reconnection, buffer size) are optional and do not require code changes to maintain existing functionality.

Happy Coding! 👋🏾

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.0 206 2 months ago
3.3.0 462 2 months ago
3.2.0 207 2 months ago
3.1.0 137 3 months ago
3.0.2 103 4 months ago
3.0.1 93 4 months ago
3.0.0 98 4 months ago
2.0.4 109 4 months ago
2.0.3 105 4 months ago
2.0.1 105 4 months ago
1.0.0 105 5 months ago

See detailed release notes in ReleaseNotes.md