feat: release 2.0.0
All checks were successful
release / dotnet-release-workflow (push) Successful in 3m7s
All checks were successful
release / dotnet-release-workflow (push) Successful in 3m7s
This commit is contained in:
parent
c674de31f7
commit
a0d69fde41
2 changed files with 13 additions and 5 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -26,17 +26,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
- **request.dispatcher:** Reset type caches when reloading assemblies
|
||||
- **request.validation:** Reset type caches when reloading assemblies
|
||||
|
||||
## [Unreleased]
|
||||
## [2.0.0] - 2026-05-30
|
||||
|
||||
### Added
|
||||
## 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]
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
|
||||
### Removed
|
||||
|
||||
[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
|
||||
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/1.1.0...HEAD
|
||||
[2.0.0]: https://code.geekeey.de/geekeey/request/releases/tag/2.0.0
|
||||
[Unreleased]: https://code.geekeey.de/geekeey/request/compare/2.0.0...HEAD
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue