You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.0.20] - 2026-06-02
11
+
12
+
### Fixed
13
+
14
+
- Typed error response models (`BadRequestResponse`, `UnauthorizedResponse`, `NotFoundResponse`, `ConflictResponse`) now emit an `application/problem+json` body schema per RFC 9457 (HYPERFLEET-993)
15
+
-`UnauthorizedResponse` (401) added to all status and force-delete endpoints
16
+
17
+
### Changed
18
+
19
+
-`page` and `pageSize` query parameters have `@minValue(1)` constraints (HYPERFLEET-993)
20
+
- Error models scoped to `namespace HyperFleet {}` block to avoid collision with TypeSpec.Http built-ins
21
+
- Error example constants extracted to `shared/models/common/example_errors.tsp`
22
+
10
23
## [1.0.18] - 2026-05-26
11
24
12
25
### Changed
@@ -179,7 +192,8 @@ First official stable release of the HyperFleet API specification.
0 commit comments