Skip to content
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

Merged
merged 8 commits into from
Sep 18, 2024
Merged

PDE-4994 chore: release 15.15.0 #862

merged 8 commits into from
Sep 18, 2024

Conversation

eliangcs
Copy link
Member

@eliangcs eliangcs commented Sep 17, 2024

I moved many of the older changelogs to a new directory changelog/, because the main CHANGELOG.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

  • 🧪 Add checks to support Buffered Create Actions (#832)

schema

  • 🧪 Add performBuffer and buffer to operation schema to support Buffered Create Actions (#832)

@eliangcs eliangcs requested a review from a team as a code owner September 17, 2024 04:29
standielpls
standielpls previously approved these changes Sep 17, 2024
Copy link
Contributor

@standielpls standielpls left a 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.

@eliangcs
Copy link
Member Author

eliangcs commented Sep 18, 2024

Wonder if we should leave a note in the main changelog about where to find older changelog files.

@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.

szchenghuang
szchenghuang previously approved these changes Sep 18, 2024
@eliangcs eliangcs merged commit c68328f into main Sep 18, 2024
56 checks passed
@eliangcs eliangcs deleted the release-15.15.0 branch September 18, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants