Releases: cocosip/sharp-abp
Release 4.7.3
SharpAbp 4.7.3
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.7.3π What's Changed
4 commits | 48 files changed | Changes from v4.7.2 to v4.7.3
- 30f4e12 - π§ chore(common.props): bump version to 4.7.3 (virtual)
- 102297f - β¨ feat(dm): support configuring DM database compatibility mode (virtual)
- 1a9db59 - β»οΈ refactor(file-storing): centralize file path context resolution and tenant code path mapping (virtual)
- 76dd526 - π docs: add AI assistant configuration files (virtual)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.7.2
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
Release 4.7.1
SharpAbp 4.7.1
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.7.1π What's Changed
3 commits | 3 files changed | Changes from v4.7.0 to v4.7.1
- 23fcebc - ποΈ build: bump version to 4.7.1 (virtual)
- 7f7934c - ποΈ build(deps): add DM.DmProvider package reference (virtual)
- 00faf62 - ποΈ build(deps): update DM.DmProvider to 8.3.1.47463 (virtual)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.7.0
SharpAbp 4.7.0
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.7.0π What's Changed
13 commits | 70 files changed | Changes from v4.6.9 to v4.7.0
- 45f603a - ποΈ build: bump version to 4.7.0 (virtual)
- ded24ea - ποΈ build(deps): update DM.Microsoft.EntityFrameworkCore to 9.0.0.43760 (virtual)
- 4585661 - π fix(file-storing): reset stream position on retry in FileSystemFileProvider (virtual)
- d516cbf - π fix(aspnetcore): normalize path separators in configured paths (virtual)
- d7cc55a - π fix(file-storing): harden file path calculation against path traversal attacks (virtual)
- 99fb23b - β test(transform-security-management): add Application.Tests project to solution (virtual)
- 53ffba7 - π fix(core): fix timer self-disposal closure in AbpTaskFactoryExtensions (virtual)
- 5d1ffb8 - π fix(framework): fail closed for tenant group resolution and preserve token form values (virtual)
- b22a39d - π fix(aspnetcore): harden FrontHost path handling and improve middleware robustness (virtual)
- 4e1df60 - β»οΈ refactor(aspnetcore): delegate forwarded header handling to ASP.NET Core middleware (virtual)
- 032cde3 - π fix(faster): sanitize type names for filesystem paths and handle initialization failures (virtual)
- de5742a - π fix(faster)!: improve gap tracking and fix logger cache key collision (virtual)
- 47a53b9 - π§ chore: add csproj.lscache to gitignore (virtual)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.9
SharpAbp 4.6.9
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.9π What's Changed
8 commits | 55 files changed | Changes from v4.6.8 to v4.6.9
- 2e35f35 - π§ chore: bump version to 4.6.9 (virtual)
- 5f308d7 - β¨ feat(aspnetcore): support X-Forwarded headers for host URL generation (virtual)
- b029064 - β»οΈ refactor(masstransit): add CopyFrom method to options classes and simplify module configuration (virtual)
- 9655dd9 - π§ chore(masstransit): disable usage telemetry in module pre-configuration (virtual)
- 2aad42b - π fix(faster): handle uninitialized pages during log scan recovery (virtual)
- ecdbafa - π fix(file-storing): enhance resource management and error handling in providers (cocosip)
- 2646cce - π§ chore(framework)!: streamline FastDFS dependencies and solution structure (cocosip)
- 2e6f72f - β¨ feat(file-storing): add warning logs for missing file operations (cocosip)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.8
SharpAbp 4.6.8
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.8π What's Changed
4 commits | 46 files changed | Changes from v4.6.7 to v4.6.8
- 80537a0 - π fix(file-storing): fix download return value and file writing logic (cocosip)
- 31fc298 - ``` feat(dapper): add ExtraPropertyDictionary type handler support (cocosip)
- 3e9086f - ``` feat(faster): add export functionality and address properties to FasterLogger (cocosip)
- 71df3e7 - ``` feat(file-storing): add centralized file path building functionality (cocosip)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.7
SharpAbp 4.6.7
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.7π What's Changed
1 commits | 4 files changed | Changes from v4.6.6 to v4.6.7
- 8ce5b7f - ``` chore(project): remove project rules documentation and update package versions (cocosip)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.6
SharpAbp 4.6.6
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.6π What's Changed
4 commits | 3 files changed | Changes from v4.6.5 to v4.6.6
- 6bc01d3 - ``` chore(common.props): bump version from 4.6.5 to 4.6.6 (cocosip)
- ab873e5 - ``` feat(dbconnections): update cache removal to handle multiple keys (cocosip)
- 8aaffbf - ``` feat(faster): enable preallocate file by default (cocosip)
- 6fef288 - ``` docs(faster): update README with detailed configuration properties and type definitions (cocosip)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.5
SharpAbp 4.6.5
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.5π What's Changed
15 commits | 47 files changed | Changes from v4.6.3 to v4.6.5
- 748268d - ``` chore(ci): remove nuget package files from release workflow (cocosip)
- 7c93a73 - ``` chore(deps): update package versions (cocosip)
- 2fe56a5 - refactor(faster-log): η§»ι€θε΄ζδΉ εεΉΆδΌει΄ιε€η (cocosip)
- 5e6516d - ``` docs(faster): update persistence intervals and add comprehensive documentation (virtual)
- 81eac37 - feat(readme): update project description and structure (cocosip)
- eb3646f - build: update package versions and project version (virtual)
- 535d8ca - ``` docs(ci-cd): update NuGet Gallery profile link (virtual)
- ecfd25c - ``` refactor(ci): replace PowerShell with Bash in release notes generation (virtual)
- 008cdf0 - ci(cicd): migrate PowerShell scripts to Bash in CI/CD workflow (virtual)
- d315971 - ``` ci(cicd): update workflow to run on ubuntu and enhance release notes generation (virtual)
- 72ad2bb - feat(kafka): update producer service to use ITopicProducer with auto-generated keys (virtual)
- 51c64c0 - ``` feat(kafka): add PublishAsync method and update documentation (virtual)
- 8e0c498 - feat(masstransit): add support for SendAsync and PublishAsync with dynamic types (virtual)
- 76642b7 - ``` feat(ObjectPool): add configurable pool provider and enhance orchestrator (virtual)
- 5443c44 - ``` feat(samples): update Kafka configuration and appsettings handling (virtual)
π Useful Links
π€ This release was automatically created by GitHub Actions
Release 4.6.3
SharpAbp 4.6.3
π¦ NuGet Packages
This release has been published to NuGet.org. You can install the packages using:
dotnet add package <PackageName> --version 4.6.3
π Changes
See the full changelog below for detailed changes in this release.
π Links
π€ This release was automatically generated by GitHub Actions.
Full Changelog: v4.6.2...v4.6.3