Skip to content

Commit 8215444

Browse files
Update changelogs from fern repo (#4293)
Co-authored-by: amckinney <5760684+amckinney@users.noreply.github.com>
1 parent 0422d40 commit 8215444

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-03-13.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 4.30.0
2+
**`(feat):`** Configures the `flatten_oneofs` configuration option for protoc-gen-openapi.
3+
When `flatten_oneofs` is enabled, the generated OpenAPI schema will flatten
4+
oneOf structures with a single schema. No additional configuration is required
5+
by the user.
6+
7+
8+
**`(fix):`** Add the `respectByteFormat` configuration option, which is implicitly enabled
9+
for gRPC/Protobuf specs.
10+
11+
112
## 4.29.0
213
**`(feat):`** Add AI changelog rollup for multi-chunk diff analysis. When large diffs
314
are split into multiple chunks, the resulting changelog entries are now

fern/products/sdks/overview/csharp/changelog/2026-03-13.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.31.0
2+
**`(feat):`** Add support for `base64` primitive type in the IR to represent Protobuf byte[].
3+
4+
5+
**`(fix):`** Fix the `.ToProto` and `.FromProto` mapper methods to support for enums nested within
6+
message descriptors.
7+
8+
19
## 2.30.3
210
**`(fix):`** Add better support for the `google.rpc.Status` type, and stop
311
generating redundant wrapper types for `google.api` and

0 commit comments

Comments
 (0)