4.3.0
(feat): Adds beta support for dynamically generating og:images.
4.2.2
(fix): Use registry URLs from output mode configuration as the primary lookup
strategy for semantic version checks. Previously, hardcoded public registry
URLs and environment variables were the default lookup strategy. Now the CLI
extracts the registry URL and auth token from the generator’s output mode
(publishV2 or githubV2 publishInfo) and uses those as the primary source,
falling back to environment variables and then hardcoded defaults only when
the output mode does not specify a registry URL.
4.2.1
(fix): Fix REST HTTP clients incorrectly using WebSocket environment URLs in
multi-URL environments with both OpenAPI and AsyncAPI servers.
4.2.0
(feat): Adds support for per-generator headers overrides in generators.yml, allowing each generator in a group to specify its own headers that are merged with (and take precedence over) the top-level api.headers configuration.