From ed58912c2f2d6feb798c32b181d38baa9b019358 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:51:24 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-09-17.mdx | 3 +++ fern/products/sdks/overview/csharp/changelog/2025-09-17.mdx | 4 ++++ fern/products/sdks/overview/java/changelog/2025-09-16.mdx | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fern/products/sdks/overview/csharp/changelog/2025-09-17.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-09-17.mdx b/fern/products/cli-api-reference/cli-changelog/2025-09-17.mdx index aab97df4d..e9a30bc5b 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-09-17.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-09-17.mdx @@ -1,3 +1,6 @@ +## 0.77.6 +**`(fix):`** Update ir migration config to support v59 for latest csharp sdk generator version. + ## 0.77.5 **`(fix):`** Support running the Rust SDK generator using IR v58. diff --git a/fern/products/sdks/overview/csharp/changelog/2025-09-17.mdx b/fern/products/sdks/overview/csharp/changelog/2025-09-17.mdx new file mode 100644 index 000000000..ee767d1c4 --- /dev/null +++ b/fern/products/sdks/overview/csharp/changelog/2025-09-17.mdx @@ -0,0 +1,4 @@ +## 2.2.0 +**`(feat):`** Add support for custom sections in the README.md via `customSections` config option. + + diff --git a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx index 8d5fbcd7c..196fc59bf 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx @@ -1,7 +1,7 @@ ## 3.5.0 **`(feat):`** Enhanced wire testing framework with comprehensive SDK validation capabilities. Wire tests now include header validation from IR examples, multi-URL environment configuration support, complex type validation -for unions/nullable/generic types, and full pagination testing with `Iterable` support. +for unions/nullable/generic types, and full pagination testing with Iterable support. ## 3.4.1