-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the deprecated addToBody option and return files as buffers when attachFieldsToBody is set to keyValues #481
Conversation
…es'` (#468) * return buffer directly * add test * move tap path to taprc * update README.md * typo * refactor keyValues handler * use already set variable * use for...of * ditch for...of for Arrays * use keys rather than entries
* remove deprecated method * remove unused package * revert modification * remove addToBody documentation * remove request.multipart type * remove legacy comment
Merge main into next
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Does it close this issue too #464? |
That one is more about the actual rewrite we wanted to do. Maybe we can remove “restructure” from its title The following however can be closed as we are removing the buggy API while having an alternative that works: #435 |
Anyone wants to add a breaking change? Last call! |
Probably also needs a more descriptive PR title rather than v8? 😋 |
Co-authored-by: Frazer Smith <[email protected]>
Co-authored-by: Frazer Smith <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If @Fdawgs approves, I also approve.
There has been multiple requests to make a major release as we fixed an annoying issue, but so far we've held it back to combine these changes with a rewrite of the plugin
I think as @mcollina said, bumping major is cheap and we can release v9 in the future when the rewrite is complete
Closes #447 and closes #456, closes #289, closes #202 closes #435
Checklist
npm run test
andnpm run benchmark
and the Code of conduct