request/CHANGELOG.md
Louis Seubert 85d69ef744
All checks were successful
release / dotnet-release-workflow (push) Successful in 3m2s
feat: release 1.0.0
2026-05-26 22:25:16 +02:00

692 B

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

1.0.0 - 2026-05-26

Added

  • request.dispatcher: Core mediator pattern implementation with async request/response handling
  • request.result: Optional result wrapper types (Result<T>) for structured responses
  • request.validation: Automatic validation pipeline behavior with FluentValidation integration

Unreleased

Added

Changed

Removed