Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 5.41.1
**`(fix):`** Stop overwriting native OpenAPI examples with AI-generated ones (FER-10006).
When a customer provides an `example` or `examples` on a request body whose
media type also has a `schema`, the example is now correctly classified as
user-specified at both the IR and FDR layers, so the AI example enhancer
skips the endpoint instead of replacing the human-authored payload.


## 5.41.0
**`(feat):`** Add X-Request-Id header to all CLI v2 HTTP requests for request tracing and debugging.

Expand Down
Loading