Skip to content

@uploadthing/[email protected]

Compare
Choose a tag to compare
@t3dotgg t3dotgg released this 13 Sep 22:37
· 19 commits to main since this release
10ebf06

Major Changes

  • #866 d69dd6e Thanks @juliusmarminge! - feat!: use ingest server

    Multi Part Uplaods hasve been abstracted away and files are now uploaded as a single stream to UploadThing, reducing the manual steps required to upload files and improves performance.

    Polling has been removed in favor of a streaming upload process with instant feedback

  • #866 d69dd6e Thanks @juliusmarminge! - chore: update paths to new api domain

    Previously the SDK version was just sent in the header which made it cumbersome to make large changes on the API without risking breaking older versions. This change improves our flexibility to make changes to the API without needing to do a major bump on the SDK. It should come with some nice performance wins too!