5.113.2
(fix): Fall back to an OpenAPI parameter’s inline schema description when the parameter itself has no
description, so query, header, and path parameter docs appear in generated API references.
5.113.1
(fix): When an OpenAPI spec has namespace set, an operation tag that matches the
namespace case-insensitively (e.g. tag Video with namespace: video) is now
treated as the namespace itself instead of creating a nested video.video
sub-package.
5.113.0
(feat): Add fern sdk migrate to create Postman SDK Config v1 from existing Fern SDK groups, including the exact single- or multi-spec API source paths. Repeat --group to consolidate groups that resolve to the same API schema and source configuration into one multi-language configuration.
5.112.1
(fix): When importing OpenAPI specs with namespace set, shared SDK errors are now
collapsed to unknown per namespace instead of across the whole API. A status
code that has a different body schema in one namespace no longer degrades the
typed error body in other namespaces.