Skip to content

Commit

Permalink
fix(cli): release performance improvements around json read/write (#4668
Browse files Browse the repository at this point in the history
)
  • Loading branch information
dsinghvi authored Sep 17, 2024
1 parent 3908f83 commit d97a98a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
5 changes: 5 additions & 0 deletions generators/typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.40.4] - 2024-09-12

- Fix: Upgrades dependency `stream-json` which improves the performance when reading
large API specs. This version will improve your `fern generate` performance.

## [0.40.3] - 2024-09-12

- Fix: If the serde layer is enabled, then all the serializers are exported under the
Expand Down
2 changes: 1 addition & 1 deletion generators/typescript/sdk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.3
0.40.4
9 changes: 9 additions & 0 deletions packages/cli/cli/versions.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
- changelogEntry:
- summary: |
Performance improvements for stringifiying large Intermediate Representations. If
you have a large OpenAPI spec or Fern Definition, this can potentially shave off
minutes from `fern generate`.
type: internal
irVersion: 53
version: 0.41.15

- changelogEntry:
- summary: |
The Fern Definition now supports `conten-type` on multipart request properties.
Expand Down

0 comments on commit d97a98a

Please sign in to comment.