Releases: qorpe/mediant
Releases · qorpe/mediant
Release list
v1.4.1
What's Changed
Other Changes
- chore: migrate references to the qorpe organization by @omercelikdev in #153
- chore: publish via the qorpe trusted-publishing policy; v1.4.1 by @omercelikdev in #155
- fix(release): NuGet login user is the policy creator, not the org by @omercelikdev in #156
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
Other Changes
- feat: OpenAPI request-side enrichment on [HttpEndpoint] mappings by @omercelikdev in https://github.com/omercelikdev/mediant/pull/151
- chore(deps): bump the actions group with 2 updates by @dependabot[bot] in https://github.com/omercelikdev/mediant/pull/148
- release: 1.4.0 — OpenAPI request-side enrichment by @omercelikdev in https://github.com/omercelikdev/mediant/pull/152
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.3.0...v1.4.0
v1.3.0
What's Changed
Other Changes
- Bump the nuget-dependencies group with 1 update by @dependabot[bot] in https://github.com/omercelikdev/mediant/pull/136
- feat(efcore): ship AddMediantEfCoreUnitOfWork() so [Transactional] works out of the box by @omercelikdev in https://github.com/omercelikdev/mediant/pull/142
- fix(efcore): rolled-back entities can no longer be re-flushed by a failure-audit write on a shared context by @omercelikdev in https://github.com/omercelikdev/mediant/pull/143
- fix(efcore): EF store registrations win over library defaults regardless of call order by @omercelikdev in https://github.com/omercelikdev/mediant/pull/144
- docs(efcore): fix unresolvable DbContext injection in the custom unit-of-work sample by @omercelikdev in https://github.com/omercelikdev/mediant/pull/145
- feat(behaviors): opt-in savepoint semantics for nested [Transactional] dispatch by @omercelikdev in https://github.com/omercelikdev/mediant/pull/146
- chore(release): prepare v1.3.0 by @omercelikdev in https://github.com/omercelikdev/mediant/pull/147
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.2.0...v1.3.0
v1.2.0
What's Changed
Other Changes
- test: make metrics listener and memory-leak tests deterministic by @omercelikdev in https://github.com/omercelikdev/mediant/pull/128
- fix(aspnetcore): bind positional-record queries on GET endpoints by @omercelikdev in https://github.com/omercelikdev/mediant/pull/132
- feat(caching): ship a default ICacheInvalidator so [InvalidatesCache] works by @omercelikdev in https://github.com/omercelikdev/mediant/pull/133
- feat(caching): optional HybridCache-backed store with tag invalidation by @omercelikdev in https://github.com/omercelikdev/mediant/pull/134
- chore(release): prepare v1.2.0 by @omercelikdev in https://github.com/omercelikdev/mediant/pull/135
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.1.0...v1.2.0
v1.1.0
What's Changed
Other Changes
- feat(behaviors): make the performance hard ceiling configurable by @omercelikdev in https://github.com/omercelikdev/mediant/pull/122
- feat(idempotency): expose begin/complete lifecycle via IIdempotentOperationCoordinator by @omercelikdev in https://github.com/omercelikdev/mediant/pull/123
- feat(idempotency): detect key reuse with a different payload by @omercelikdev in https://github.com/omercelikdev/mediant/pull/124
- feat(outbox): lease-based claiming for multi-instance deployments by @omercelikdev in https://github.com/omercelikdev/mediant/pull/125
- feat(audit): opt-in buffered batching for audit persistence by @omercelikdev in https://github.com/omercelikdev/mediant/pull/126
- Bump FluentValidation and 9 others by @dependabot[bot] in https://github.com/omercelikdev/mediant/pull/119
- chore(release): prepare v1.1.0 by @omercelikdev in https://github.com/omercelikdev/mediant/pull/127
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.0.1...v1.1.0
v1.0.1
What's Changed
Other Changes
- ci: bump actions to current majors (Node 24 runtime) by @omercelikdev in https://github.com/omercelikdev/mediant/pull/111
- ci(codeql): add workflow_dispatch trigger by @omercelikdev in https://github.com/omercelikdev/mediant/pull/112
- Bump the nuget-dependencies group with 25 updates by @dependabot[bot] in https://github.com/omercelikdev/mediant/pull/113
- fix(outbox): enforce MaxAttempts so poison messages stop retrying by @omercelikdev in https://github.com/omercelikdev/mediant/pull/121
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/omercelikdev/mediant/pull/113
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.0.0...v1.0.1
v1.0.0
What's Changed
Other Changes
- chore: add SECURITY.md, CONTRIBUTING.md, and Dependabot config by @omercelikdev in https://github.com/omercelikdev/mediant/pull/106
- ci(release): run analyzer, source-generator, and EF Core tests before publish by @omercelikdev in https://github.com/omercelikdev/mediant/pull/107
- fix(dashboard): patch npm dependency vulnerabilities (npm audit fix) by @omercelikdev in https://github.com/omercelikdev/mediant/pull/108
- docs(changelog): update 1.0.0 release date to 2026-07-03 by @omercelikdev in https://github.com/omercelikdev/mediant/pull/110
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.0.0-rc.3...v1.0.0
v1.0.0-rc.3
What's Changed
Other Changes
- fix: production-readiness pass for 1.0 stable by @omercelikdev in https://github.com/omercelikdev/mediant/pull/101
- refactor: rename public API identifiers to Mediant by @omercelikdev in https://github.com/omercelikdev/mediant/pull/102
- fix(otel): rename metric/tag names to mediant.* by @omercelikdev in https://github.com/omercelikdev/mediant/pull/103
- chore: finalize omercelikdev/mediant (Trusted Publishing + URLs) by @omercelikdev in https://github.com/omercelikdev/mediant/pull/104
- fix(pack): analyzer & source-generator packages pack under --no-build by @omercelikdev in https://github.com/omercelikdev/mediant/pull/105
Full Changelog: https://github.com/omercelikdev/mediant/compare/v1.0.0-preview.8...v1.0.0-rc.3