You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: change default uploadFormat to 'raw' (#10424)
Switch the default upload format from 'multipart' to 'raw' binary uploads.
BREAKING CHANGE: The default upload format has changed from 'multipart' to 'raw'.
Existing applications that rely on multipart/form-data uploads must now explicitly
set upload-format="multipart" to maintain the previous behavior.
0 commit comments