Skip to content

Commit

Permalink
write changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jul 16, 2024
1 parent 6b883c4 commit 2bf478d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions generators/typescript/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.33.0] - 2024-07-15

- Fix: This release comes with numerous improvements to multipart uploads:

1. `Fetcher.ts` no longer depends on form-data and formdata-node which reduces
the size of the SDK for all consumers that are not leveraging multipart form
data uploads.
2. The SDK now accepts `fs.ReadStream`, `Blob` and `File` as inputs and handles
parsing them appropriately.
3. By accepting a `Blob` as a file parameter, the SDK now supports sending the
filename when making a request.

## [0.32.0] - 2024-07-15

- Feature: The `reference.md` is now generated for every SDK.
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.32.0
0.33.0

0 comments on commit 2bf478d

Please sign in to comment.