Releases: cocosip/FastDFS-dotnet
Releases Β· cocosip/FastDFS-dotnet
v1.1.1
π¦ FastDFS .NET Client 1.1.1
What's Changed
π Other Changes
- β»οΈ refactor(connection): harden connection pool semaphore and disposal logic
- π fix(client): isolate shared pool resources per logical client
- π fix(configuration): enforce shared resource lifetime and strict config validation
- β¨ feat(client): add explicit stream length upload and harden endpoint handling
- β¨ feat(client): add streaming upload/download and harden connection lifecycle
- β»οΈ refactor(connection)!: introduce shared connection pool provider pattern
- β¨ feat(client): add async disposal and improve connection pool thread-safety
- β»οΈ refactor(client)!: separate tracker and storage client responsibilities
π₯ Contributors
π₯ Installation
dotnet add package FastDFS.Client --version 1.1.1
dotnet add package FastDFS.Client.DependencyInjection --version 1.1.1π Links
v1.1.0
π¦ FastDFS .NET Client 1.1.0
What's Changed
β¨ Features
- client: add runtime client registration and removal capabilities
π Other Changes
- β»οΈ refactor(client): enhance connection pool lifecycle and configuration handling
- β¨ feat(client): implement shared connection pool and dynamic registration
- β¨ feat(client): add overload to register factory without default clients
-
π₯ Contributors
π₯ Installation
dotnet add package FastDFS.Client --version 1.1.0
dotnet add package FastDFS.Client.DependencyInjection --version 1.1.0π Links
v1.0.0
Full Changelog: https://github.com/cocosip/FastDFS-dotnet/commits/v1.0.0