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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,21 @@ 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
+
-`ConflictResponse` (409) removed from status create/update endpoints (upsert semantics make conflict impossible)
17
+
- Default `Error` response added to status create/update endpoints where it was previously missing
18
+
19
+
### Changed
20
+
21
+
-`page` and `pageSize` query parameters have `@minValue(1)` constraints (HYPERFLEET-993)
22
+
- Error models scoped to `namespace HyperFleet {}` block to avoid collision with TypeSpec.Http built-ins
23
+
- Error example constants extracted to `shared/models/common/example_errors.tsp`
24
+
10
25
## [1.0.18] - 2026-05-26
11
26
12
27
### Changed
@@ -179,7 +194,8 @@ First official stable release of the HyperFleet API specification.
0 commit comments