Skip to content

Commit

Permalink
chore: add changelog and version for stream wrapper polyfill (#4130)
Browse files Browse the repository at this point in the history
* CHANGELOG and VERSION changes

* add additional changelog comment

* update changelog copy

* add more markdown
  • Loading branch information
RohinBhargava authored Jul 26, 2024
1 parent 2ceee2d commit b9ae7f9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions generators/typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.36.2] - 2024-07-26

- Fix: This release comes with numerous improvements to streaming responses:

1. Introduces new stream wrapper polyfills that implement the ability to stream to more streams, per environment.
2. For `Node 18+`, stream responses can now be piped to `WritableStream`. They can also be streamed to `stream.Writable`, as possible before.
3. For `< Node 18`, stream responses can be piped to `stream.Writeable`, as before.
4. For `Browser` environments, stream responses can be piped to `WritableStream`.
5. For `Cloudflare Workers`, stream responses can be piped to `WritableStream`.

- Fix: Now, there are generated unit tests for the `fetcher/stream-wrappers` core directory which makes sure that
Fern's stream wrapping from responses work as expected!

## [0.36.1] - 2024-07-16

- Fix: Now, there are generated unit tests for the `auth` and `fetcher` core directory which makes sure that
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.36.1
0.36.2

0 comments on commit b9ae7f9

Please sign in to comment.