-
Notifications
You must be signed in to change notification settings - Fork 187
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
PDE-4994 chore: release 15.15.0 #862
Conversation
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.
Wonder if we should leave a note in the main changelog about where to find older changelog files. But the changelog folder name pretty self-documenting, so it should be pretty simple to find.
@standielpls I did that by adding some HTML anchors at the bottom. So for example, when a user clicks a link of v10.0.0 https://github.com/zapier/zapier-platform/blob/main/CHANGELOG.md#1000, they will be redirected to the Old Releases section at the bottom. |
I moved many of the older changelogs to a new directory
changelog/
, because the mainCHANGELOG.md
is getting too large.The changelog for 15.15.0 is as follows.
Changelog
released
2024-09-18
This release introduces "Buffered Create Actions", currently only available for internal use. A Buffered Create allows you to create objects in bulk with a single or fewer API request(s). This is useful when you want to reduce the number of requests made to your server. When enabled, Zapier holds the data until the buffer reaches a size limit or a certain time has passed, then sends the buffered data using the
performBuffer
function you define.cli
None!
core
schema
performBuffer
andbuffer
tooperation
schema to support Buffered Create Actions (#832)