Compare commits

..

No commits in common. "29be774abc6c4d95e3d3ac857f9f855eb49af145" and "c674de31f708ea10d17a2c2a6d40626a7cf203a7" have entirely different histories.

2 changed files with 4 additions and 13 deletions

View file

@ -26,26 +26,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **request.dispatcher:** Reset type caches when reloading assemblies - **request.dispatcher:** Reset type caches when reloading assemblies
- **request.validation:** Reset type caches when reloading assemblies - **request.validation:** Reset type caches when reloading assemblies
## [2.0.0] - 2026-05-30
## Breaking changes
To have a consistent experience across all packages, some public interfaces have been renamed.
### Changed
- **request.dispatcher:** Hide pipeline internals in stack frames
- **request.validation:** Rename `IValidatorBuilder` to `IRequestValidatorBuilder` incl. extensions methods
## [Unreleased] ## [Unreleased]
### Added ### Added
### Changed ### Changed
- **request.dispatcher:** Hide pipeline internals in stack frames
- **request.validation:** Rename `IValidatorBuilder` to `IRequestValidatorBuilder` incl. extensions methods
### Removed ### Removed
[1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0 [1.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.0.0
[1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0 [1.1.0]: https://code.geekeey.de/geekeey/request/releases/tag/1.1.0
[2.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/2.0.0 [Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/2.0.0...HEAD

View file

@ -9,7 +9,7 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>2.1.0</VersionPrefix> <VersionPrefix>1.2.0</VersionPrefix>
<VersionSuffix>preview</VersionSuffix> <VersionSuffix>preview</VersionSuffix>
</PropertyGroup> </PropertyGroup>