Skip to content

Release 4.7.2

Choose a tag to compare

@github-actions github-actions released this 30 Apr 08:56
· 4 commits to master since this release

SharpAbp 4.7.2

πŸ“¦ NuGet Packages

This release has been published to NuGet.org. You can install the packages using:

dotnet add package <PackageName> --version 4.7.2

πŸ“ What's Changed

9 commits | 31 files changed | Changes from v4.7.1 to v4.7.2

  • 33ee691 - πŸ› fix(file-storing): apply configured endpoint to KS3 client (virtual)
  • 295536a - πŸ› fix(file-storing): fix multipart upload to respect stream position and handle partial reads (virtual)
  • 63a3e8a - πŸ› fix(file-storing): include client creation options in pool name normalization (virtual)
  • ad1ae28 - πŸ› fix(object-pool): defer policy factory execution until pool creation (virtual)
  • cdfa6b6 - πŸ› fix(object-pool): clean up failed pool metadata entries to allow retry (virtual)
  • ba7b9b1 - πŸ› fix(file-storing): skip pooling for temporary credential clients (virtual)
  • e66d86e - πŸ› fix(file-storing): prevent scoped client factory capture (virtual)
  • c715144 - πŸ—οΈ build: bump version to 4.7.2 (virtual)
  • f8e1a67 - πŸ› fix(file-storing): prevent pooled clients from capturing disposed scopes (virtual)

πŸ”— Useful Links


πŸ€– This release was automatically created by GitHub Actions