Skip to content

Releases: cocosip/FastDFS-dotnet

v1.1.1

25 Mar 06:53

Choose a tag to compare

πŸ“¦ 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

11 Mar 09:23

Choose a tag to compare

πŸ“¦ 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

09 Dec 06:50

Choose a tag to compare