Skip to content

Releases: I-RzR-I/AggregatedGenericResultMessage-Web

v2.0.0.7588

23 Apr 18:16
7552fea

Choose a tag to compare

What's Changed


  • Change namespace from AggregatedGenericResultMessage.Web to RzR.ResultMessage.Web.
  • Multi-target: netstandard2.1 / net6.0 / net7.0 / net8.0 / net9.0 from a single package.
  • Pluggable IResultStatusCodeMapper — centralize status-code resolution, swap globally via AddWebResultMessageMapper(...).
  • Pluggable IProblemDetailsResultFactory — control ProblemDetails type / title / detail / instance / extensions in one place, swap via AddProblemDetailsResultFactory(...).
  • MVC exception filter (AddWebResultExceptionFilter()) + generalized middleware (UseResultExceptionMiddleware()) — auto-translate unhandled exceptions (including WebResultException) to ProblemDetails, no per-action try/catch.
  • Minimal-API adapters (net6.0+): IResult.ToHttpResult(...) and ResultMessageHttpResults.From(...) — identical wire format as MVC.
  • Automatic correlation: traceId emitted from HttpContext.TraceIdentifier unless explicitly overridden by the caller.

Full Changelog: v1.2.1.8615...v2.0.0.7588

v1.2.1.8615

24 Feb 22:03
66263f4

Choose a tag to compare

What's Changed

  • Fix/upgrade ref packages by @I-RzR-I in #8
  • Upgrade reference package version (fixed version)

Full Changelog: v1.2.0.8001...v1.2.1.8615

v1.2.0.8001

09 Feb 20:22
7bc1b49

Choose a tag to compare

What's Changed

  • Feature/up refs fix name problem detail by @I-RzR-I in #7

  • Fix name from AsToProblemDetails to AsProblemDetails.

  • Upgrade reference package version.

  • Add new script for version gen.

Full Changelog: v1.1.0.0...v1.2.0.8001

v1.1.0.0

26 Dec 19:35
9c3a8a7

Choose a tag to compare

Merge pull request #6 from I-RzR-I/feature/UpgradeRefPack_ResultToPro…

v1.0.5.5444

10 Oct 12:12
fde4e98

Choose a tag to compare

Merge pull request #5 from I-RzR-I/fix/CVE-2024-43485

Update reference package version, fixing CVE

v1.0.4.7652

10 Feb 19:24
4a32e42

Choose a tag to compare

Merge pull request #4 from I-RzR-I/feature/UpgradeLibFixWarning

Upgrade lib vers, fix some warnings.

v1.0.3.6912

22 Dec 17:21
bf929fa

Choose a tag to compare

Merge pull request #3 from I-RzR-I/feature/UpdateLibVersion221223

Update lib version and adjust shell code.

v1.0.2.1322

12 Oct 13:30
a069669

Choose a tag to compare

v1.0.1.546

10 Oct 15:00
ddcc8e9

Choose a tag to compare

Merge pull request #1 from I-RzR-I/feature/Update-Lib-Version

Update reference package version.