File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
You can’t perform that action at this time.
0 commit comments