-
Notifications
You must be signed in to change notification settings - Fork 190
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-3790] chore: release 15.5.2 #744
Conversation
Even though we talked about how we should automate the process of generating changelog, I think it's still valuable for a human to write an easy-to-read digest of changelog. So don't feel you have to stick to the original commit messages. Feel free to reorganize and rewrite to make it more readable and help promote our changes. |
Co-authored-by: Chang-Hung Liang <[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.
Lots of great improvements here! 💯
15.5.2
released
2024-02-06
cli
🐛 Fixed bug in
zapier convert
that crashes due to syntax error in user's code and should not replacesource
in sample (#730)🐛 Improved handling of broken symlinks while copying files to temp directory during the build process (#737)
🐛 Fixed bug in
zapier build
where it failed to run in npm workspaces (#738, #742)🐛 Fixed converting triggers breaking when trigger key starts with a number (#741)
🔧 Upgraded @oclif/plugin-help dependency, addressing security issue with sub-dependency (#739)
🔧 Updated the "custom-auth" sample to avoid a warning when running zapier validate (#724)
core
🐛 Updated TypeScript method types in RawHttpResponse (#735)
🐛 Use node-fetch TypeScript types in BaseHttpResponse (#736)
misc
📜 Updated rest hook tutorial to include content for expiring webhooks (#731)
📜 Documenting 5 min cache behavior of hydration and how to workaround (#740)