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

Chore: Release v15.19.0 #925

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Chore: Release v15.19.0 #925

merged 1 commit into from
Nov 25, 2024

Conversation

kola-er
Copy link
Contributor

@kola-er kola-er commented Nov 25, 2024

15.19.0

released 2024-11-25

For optimal performance, an optional argument has been added to z.dehydrate to allow devs to control the cache duration on hydrators. The default cache duration for hydrators is unchanged (5 minutes).

Also, with the new optional meta field object added to the FieldSchema object, devs now have a supported mechanism for storing field-specific context which may be obtained when constructing dynamic needs, and then making that context available during actual action execution in the perform method.

Lastly, the zapier scaffold now supports TypeScript (TS) applications. It automatically detects TS and JS projects if the --entry flag isn't provided, so that it can generate and edit the right files in the right places, given TS projects tend to keep their files in ./src.

cli

  • 💅 Add support for TS on the zapier scaffold command (#884)

core

  • 🎉 Add support for providing the cache expiration for hydrators (#918)
  • 📜 Add timezone and withSearch fields to the bundle.meta object (#922)
  • 📜 Update the BeforeRequestMiddleware typings to require url in the request object (#924)

schema

  • 🎉 Add meta field support for the FieldSchema (#883)

schema-to-ts

None!

misc

  • 🔨 Bump elliptic from 6.5.7 to 6.6.0 (#911)
  • 🔨 Bump cross-spawn from 7.0.3 to 7.0.6 in /schema-to-ts (#919)

@kola-er kola-er requested a review from a team as a code owner November 25, 2024 16:13
@kola-er kola-er changed the title Release v15.19.0 Chore: Release v15.19.0 Nov 25, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@kola-er
Copy link
Contributor Author

kola-er commented Nov 25, 2024

Thanks @rnegron. All concerns resolved.

Copy link
Member

@rnegron rnegron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @kola-er !!

@kola-er kola-er merged commit 849584f into main Nov 25, 2024
56 checks passed
@kola-er kola-er deleted the release-15.19.0 branch November 25, 2024 16:54
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.

2 participants