From 7fe01578f4d7a181b4754e8c4d756b10b087cc42 Mon Sep 17 00:00:00 2001 From: tjb9dc <22457193+tjb9dc@users.noreply.github.com> Date: Mon, 13 Oct 2025 17:05:48 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-10-12.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-12.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-12.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-12.mdx new file mode 100644 index 000000000..3036d415a --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-12.mdx @@ -0,0 +1,4 @@ +## 0.89.0 +**`(feat):`** Add `group-environments-by-host` setting for OpenAPI/AsyncAPI imports. When enabled, servers with the same hostname are grouped into unified environments regardless of protocol, allowing APIs with both REST and WebSocket endpoints to share environment configuration. + +