From 2bf478d4e93717f40a9a193efaaadf5a913d745e Mon Sep 17 00:00:00 2001 From: dsinghvi Date: Tue, 16 Jul 2024 18:55:35 -0400 Subject: [PATCH] write changelog --- generators/typescript/sdk/CHANGELOG.md | 12 ++++++++++++ generators/typescript/sdk/VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/generators/typescript/sdk/CHANGELOG.md b/generators/typescript/sdk/CHANGELOG.md index 673fc489bf7..2c269b927f5 100644 --- a/generators/typescript/sdk/CHANGELOG.md +++ b/generators/typescript/sdk/CHANGELOG.md @@ -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. diff --git a/generators/typescript/sdk/VERSION b/generators/typescript/sdk/VERSION index 9eb2aa3f109..be386c9ede3 100644 --- a/generators/typescript/sdk/VERSION +++ b/generators/typescript/sdk/VERSION @@ -1 +1 @@ -0.32.0 +0.33.0