Commit 10aa940
committed
chore(release): 0.3.0
## [0.3.0](v0.2.0...v0.3.0) (2026-06-23)
### Features
* **aspnetcore:** add AddSquidStdHealthChecks to bridge health checks to ASP.NET Core ([0d94095](0d94095))
* **aspnetcore:** add SquidStdHealthCheckAdapter mapping to standard health checks ([7c1316c](7c1316c))
* **health:** add IHealthCheck contracts, HealthCheckResult/HealthReport DTOs and options ([df6ba54](df6ba54))
* **health:** add parallel HealthCheckService aggregator with per-check timeout ([7df80c4](7df80c4))
* **health:** add RegisterHealthChecksService DI extension ([a7f7db3](a7f7db3))
* **storage:** add ListKeysAsync to IStorageService/IObjectStorageService and providers ([f6b524b](f6b524b))
* **storage:** add S3/MinIO storage provider and registration ([5332b4d](5332b4d))
### Bug Fixes
* **storage:** build the MinIO client in a helper to fix CI build break ([1718ba8](1718ba8))1 parent 3e8726d commit 10aa940
2 files changed
Lines changed: 20 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments