Skip to content

Commit 9e93164

Browse files
Copy over changelogs from fern repo (#117)
Co-authored-by: davidkonigsberg <[email protected]>
1 parent 9815719 commit 9e93164

31 files changed

+282
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## 0.64.25
2+
**`(feat):`** Remove all org-specific legacy preview pins.
3+
4+
5+
## 0.64.24
6+
**`(feat):`** Added Server-Sent Events (SSE) support to Java stream implementation. The Java SDK generator now
7+
supports SSE streaming alongside existing JSON streaming, enabling real-time incremental responses
8+
for chat applications and live data feeds.
9+
10+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.64.26
2+
**`(fix):`** Fixes the OpenAPI parser to correctly include query parameters in `Content-Type: application/octet-stream` requests.
3+
4+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## 0.64.35
2+
**`(fix):`** Upgrade fdr and fdr-cjs dependencies to support grpc endpoints in convertIrToFdrApi.
3+
4+
5+
## 0.64.34
6+
**`(fix):`** Add global headers in endpoint example generation.
7+
8+
9+
## 0.64.33
10+
**`(feat):`** GA release with support for protobuf generation
11+
12+
13+
## 0.64.32-rc1
14+
**`(feat):`** Use 'fern protoc-gen-fern' in buf shell proxy instead of local cli build.
15+
16+
17+
## 0.64.32-rc0
18+
**`(feat):`** Reintroduce buf command/dependency.
19+
20+
21+
## 0.64.31
22+
**`(fix):`** Revert dependency on bufbuild package.
23+
24+
25+
## 0.64.28
26+
**`(feat):`** Support the `x-displayName` extension on the tag definition in OpenAPI. This allows OpenAPI
27+
specifications to define custom display names for tags that will be used in generated documentation.
28+
29+
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 0.64.37
2+
**`(fix):`** Remove default docs for well known types in gRPC. Add support for field-level docs.
3+
4+
5+
## 0.64.36
6+
**`(fix):`** Change grpc converters to use the fully qualified name with package prefix for all conversions. Build support for well-known types.
7+
8+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.65.1
2+
**`(chore):`** Re-release changes from 0.65.0.
3+
4+
5+
## 0.65.0
6+
**`(feat):`** Rename the TypeScript SDK generator image from `fernapi/fern-typescript-node-sdk` to `fernapi/fern-typescript-sdk`.
7+
8+
9+
## 0.65.0-rc0
10+
**`(feat):`** Rename the TypeScript SDK generator image from `fernapi/fern-typescript-node-sdk` to `fernapi/fern-typescript-sdk`.
11+
12+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 0.65.4
2+
**`(fix):`** Previously if the OpenAPI parser v3 was enabled where the CLI would skip parsing any additional Fern Definitions
3+
along the OpenAPI spec. With the fix, you can use whatever combination of OpenAPI Spec(s) and Fern Definitions that
4+
you would like.
5+
6+
7+
## 0.65.3
8+
**`(fix):`** Update `fern init` for java and go SDKs.
9+
10+
11+
## 0.65.2
12+
**`(fix):`** Global header examples are only used when a corresponding endpoint header with the same name is not present.
13+
14+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 0.65.7
2+
**`(feat):`** Support example generation for gRPC docs.
3+
4+
5+
## 0.65.6
6+
**`(feat):`** Support response error examples in the v3 parser.
7+
8+
9+
## 0.65.5
10+
**`(fix):`** Fix how multipart encoding is handled in the v3 parser
11+
12+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.65.8
2+
**`(feat):`** Support date and date-time in v3 example generation. Change fallback string example to use "string" instead of "foo".
3+
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.65.9
2+
**`(feat):`** Convert relevant endpoints to GrpcNode type in ApiReferenceNodeConverter
3+
4+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## 0.65.11
2+
**`(feat):`** The extension `x-fern-global-headers` now supports a type field that can point to
3+
arbitrary schemas. For example you can do the following to describe a header
4+
that is an enum.
5+
6+
```yml
7+
x-fern-global-headers:
8+
- header: X-API-Version
9+
name: version
10+
type: VersionEnum
11+
```
12+
13+
14+
## 0.65.10
15+
**`(feat):`** Clarify `fern upgrade` command description.
16+
17+

0 commit comments

Comments
 (0)