request/CHANGELOG.md

24 lines
692 B
Markdown
Raw Permalink Normal View History

# Changelog
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2026-05-26 22:21:20 +02:00
## [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
2026-05-26 22:21:20 +02:00
[1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.0.0...HEAD