Skip to content

Commit 6ced475

Browse files
committed
docs: update CHANGELOG for version 0.30.0
1 parent 2a0451d commit 6ced475

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.30.0] - 2026-02-18
9+
10+
Major refactoring; away from controller-based request/response handling and
11+
TypoScript configuration to middleware-based request/response handling and YAML site config configuration.
12+
13+
### Added
14+
15+
- Middleware for endpoint handling added
16+
- Extension configuration added to YAML site configuration
17+
18+
### Fixed
19+
20+
- Compatibility of pagination to simple list requests secured by requiring separate schema configurations for each
21+
22+
### Removed
23+
24+
- Endpointcontroller removed
25+
- TypoScript configuration removed
26+
827
## [0.20.0] - 2026-02-17
928

1029
### Added

0 commit comments

Comments
 (0)