Releases: UiPath/dotnet-caching
Releases · UiPath/dotnet-caching
Release list
v1.1.0
What's Changed
- docs: mark 1.0.1 released (CHANGELOG + promote unshipped public API) by @cosmin-staicu in #78
- chore(deps): bump actions/setup-dotnet from 5.4.0 to 6.0.0 by @dependabot[bot] in #79
- chore(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2 by @dependabot[bot] in #80
- test(redis): add live e2e guards for StackExchange.Redis internal reflection by @cosmin-staicu in #82
- chore(deps): bump StackExchange.Redis from 2.10.1 to 2.13.17 by @cosmin-staicu in #83
- chore(deps): bump Microsoft.Extensions.Logging.Abstractions to 10.0.10 on net8.0 by @cosmin-staicu in #85
- feat(redis): add AddRedisConfigurationOptionsProvider factory overload by @cosmin-staicu in #87
- chore(deps): bump StackExchange.Redis from 2.13.17 to 3.0.17 by @cosmin-staicu in #86
- perf(redis): keep JSON serialization on UTF-8 bytes instead of UTF-16 strings by @cosmin-staicu in #88
- chore(tests): clear all build warnings by @cosmin-staicu in #89
- docs: mark 1.1.0 released — CHANGELOG + promote public API by @cosmin-staicu in #90
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
- chore(deps): update Swashbuckle 10.2.3, Aspire.Hosting.Redis 13.4.6 by @cosmin-staicu in #64
- Bump Microsoft.CodeAnalysis.PublicApiAnalyzers from 4.14.0 to 5.6.0 by @dependabot[bot] in #72
- Bump CloudNative.CloudEvents and CloudNative.CloudEvents.SystemTextJson by @dependabot[bot] in #70
- chore(deps): bump github/codeql-action/init from 4.36.2 to 4.37.0 by @dependabot[bot] in #65
- chore(deps): bump fossas/fossa-action from 1.9.0 to 2.0.0 by @dependabot[bot] in #66
- feat: add null queue cache by @robert-mihaiAdam in #63
- Bump MessagePack from 2.5.302 to 3.1.8 by @dependabot[bot] in #71
- chore(deps): bump github/codeql-action/analyze from 4.36.2 to 4.37.0 by @dependabot[bot] in #68
- chore(deps): bump actions/setup-java from 5.4.0 to 5.5.0 by @dependabot[bot] in #67
- test: deflake keyed-lock serialization test entry guard by @cosmin-staicu in #73
- Bump Azure.Identity from 1.17.2 to 1.21.0 by @dependabot[bot] in #55
- chore(deps): bump safe within-major NuGet updates by @cosmin-staicu in #74
- fix(azure): drop obsolete ManagedIdentityCredential constructors by @cosmin-staicu in #75
- chore(deps): bump NSubstitute 6.0.0 and coverlet.collector 10.0.1 by @cosmin-staicu in #76
- chore(deps): bump AsyncKeyedLock from 7.1.7 to 8.0.2 by @cosmin-staicu in #77
New Contributors
- @robert-mihaiAdam made their first contribution in #63
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- ci: add CodeQL (push/weekly) + FOSSA (push + release gate) by @cosmin-staicu in #24
- fix(fossa): analyze-only (push-only token) by @cosmin-staicu in #25
- ci(fossa): re-add fossa test gate (analyze + test) by @cosmin-staicu in #26
- feat(redis): port command filtering for the profiler (ServiceCommon#1858) by @cosmin-staicu in #27
- docs: add FOSSA license + security badges by @cosmin-staicu in #28
- Caching: opt-in per-key read attribution (port of ServiceCommon #1862 + #1869) by @cosmin-staicu in #37
- chore(deps): bump github/codeql-action from 3.36.2 to 4.36.2 by @dependabot[bot] in #29
- chore(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #30
- chore(deps): bump softprops/action-gh-release from 2.6.2 to 3.0.1 by @dependabot[bot] in #31
- chore(deps): net10 Microsoft.Extensions.* 10.0.9 + dependabot ignore for MS.Extensions majors by @cosmin-staicu in #38
- feat(azure): Microsoft Entra ID authentication for Azure Managed Redis by @cosmin-staicu in #45
- test: deflake caching timeout tests by @cosmin-staicu in #46
- Contribution governance: DCO + CLA two-tier model, materiality triage, public API tracking by @cosmin-staicu in #47
- Bump Microsoft.Extensions.Http.Resilience from 10.5.0 to 10.7.0 by @dependabot[bot] in #40
- Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.7.0 by @dependabot[bot] in #42
- chore(deps): bump actions/setup-java from 5.3.0 to 5.4.0 by @dependabot[bot] in #39
- Bump Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.7.0 by @dependabot[bot] in #41
- chore(deps): bump OpenTelemetry family to 1.16.0 (supersedes #44) by @cosmin-staicu in #48
- fix(cla-triage): harden signals, durable reviewed state, absolute links by @cosmin-staicu in #49
- ci(dco): remove contributor-assistant workflow (replaced by DCO app) by @cosmin-staicu in #51
- feat(cla): authoritative CLA registry (replaces cla-signed label) by @cosmin-staicu in #52
- chore(deps): bump actions/setup-dotnet from 5.3.0 to 5.4.0 by @dependabot[bot] in #53
- Bump Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions from 8.0.13 to 8.0.28 by @dependabot[bot] in #56
- Bump Polly.Core and Polly.Extensions by @dependabot[bot] in #58
- chore(deps): bump actions/github-script from 7.0.1 to 9.0.0 by @dependabot[bot] in #54
- ci(release): OIDC publish (NUGET_USER secret) + Azure Key Vault author signing by @cosmin-staicu in #61
- ci(release): sign via Azure OIDC federation instead of a secret by @cosmin-staicu in #62
Full Changelog: v1.0.0-alpha.1...v1.0.0
v1.0.0-alpha.1
What's Changed
- chore(deps): bump actions/upload-artifact from 5 to 7 by @dependabot[bot] in #1
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #3
- docs: finalize MIT LICENSE copyright (UiPath, Inc.) by @cosmin-staicu in #10
- ci: add DCO sign-off check (click-to-sign) by @cosmin-staicu in #11
- ci: pin GitHub Actions to commit SHAs (S7637) by @cosmin-staicu in #12
- fix(packaging): version + copyright in shipped assemblies by @cosmin-staicu in #13
- chore: AwesomeAssertions (MIT) for tests + deterministic CI builds by @cosmin-staicu in #14
- ci(release): drop nupkg/snupkg assets from GitHub Release by @cosmin-staicu in #15
- ci(release): nuget.org OIDC trusted publishing by @cosmin-staicu in #16
- chore: add CODEOWNERS by @cosmin-staicu in #17
- chore: drop SonarAnalyzer.CSharp (source-available license) by @cosmin-staicu in #18
- ci(release): gate nuget publish behind opt-in var + protected environment by @cosmin-staicu in #19
- ci: packages only via nuget.org — no downloadable artifacts by @cosmin-staicu in #21
- ci(release): enforce tag policy + internal alpha publishing by @cosmin-staicu in #22
- fix(release): build before pack in publish jobs (NU5026) by @cosmin-staicu in #23
New Contributors
- @dependabot[bot] made their first contribution in #1
- @cosmin-staicu made their first contribution in #10
Full Changelog: https://github.com/UiPath/dotnet-caching/commits/v1.0.0-alpha.1