Update dependency zapier-platform-core to v15 - autoclosed #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
12.0.3
->15.19.0
Release Notes
zapier/zapier-platform (zapier-platform-core)
v15.19.0
Compare Source
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
zapier scaffold
command (#884)core
timezone
andwithSearch
fields to thebundle.meta
object (#922)BeforeRequestMiddleware
typings to requireurl
in the request object (#924)schema
meta
field support for theFieldSchema
(#883)schema-to-ts
None!
misc
v15.18.1
Compare Source
released
2024-11-01
cli
zapier invoke --debug
doesn't print HTTP logs for requests that aren't sent byz.request()
(#907)core
schema
None!
v15.18.0
Compare Source
released
2024-10-24
cli
init
output (#894)core
nx
argument toz.cache.set()
(#900)process.exit(1)
on catching anEMFILE
error insidecheckMemory()
(#901)schema
None!
schema-to-ts
z.request
responses and deprecate.json
(#895)misc
CHANGELOG
(#898)v15.17.0
Compare Source
released
2024-10-11
Introducing three major updates, with the first two aimed at improving your development experience:
zapier invoke
command: This powerful new command enables you to emulate Zapier's production environment locally. Test triggers, actions, and authentication flows right from your terminal without deploying to Zapier. This is especially valuable for debugging, development, and quick testing iterations. Learn more about the command in the README or by typingzapier invoke --help
in your terminal.zapier-platform-cli
's CI testing, it still works on Node.js 16, except for thezapier invoke auth start
command. But using Node.js 18 or later is recommended, as we'll be dropping support for Node.js 16 in an upcoming major release.As usual, all other improvements and bug fixes are listed below.
cli
zapier invoke
command (#856, #872, #878)zapier convert
command not writingbulkReads
to separate files (#881)core
ResponseError
type (#877)schema
None!
misc
v15.16.1
Compare Source
released
2024-10-04
cli
None!
core
schema
None!
misc
canary
command to docs (#870)v15.16.0
Compare Source
released
2024-09-24
cli
zapier canary
command (#861)core
None!
schema
None!
misc
v15.15.0
Compare Source
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)v15.14.2
Compare Source
released
2024-09-17
cli
None!
core
schema
None!
misc
None!
v15.14.1
Compare Source
released
2024-09-12
cli
None!
core
signal
to z.request options (#857)schema
None!
misc
inputFormat
field type (#858)v15.14.0
Compare Source
released
2024-08-28
cli
None!
core
schema
None!
misc
customOptions
field to z.request options (#846)v15.13.0
Compare Source
released
2024-08-21
cli
None!
core
None!
schema
misc
v15.12.0
Compare Source
released
2024-08-16
cli
zapier pull
command (#838)core
object
types (#840)schema
bulk reads
action type (#831)bulk_reads
functional constraint (#829)schema-to-ts
misc
primary: true
limitations (#836)primary
inoutputFields
(#834)bundle.meta.withSearch
(#823)v15.11.1
Compare Source
released
2024-07-19
core
cli
None!
schema
None!
v15.11.0
Compare Source
released
2024-07-16
core
extension
from colliding with resource keys inbase
(#819)schema-to-ts
tool (#818)cli
None!
schema
None!
schema-to-ts
v15.10.0
Compare Source
released
2024-07-02
cli
None!
core
schema
None!
v15.9.1
Compare Source
released
2024-06-27
cli
None!
core
schema
None!
v15.9.0
Compare Source
released
2024-06-26
cli
None!
core
schema
None!
v15.8.0
Compare Source
released
2024-06-13
cli
core
schema
retry
andfilter
at the root-level of the throttle configuration (#796)misc
v15.7.3
Compare Source
released
2024-05-27
cli
CVE-2024-27980
changes in Node.js by always passingshell: true
as an option forspawn()
in Windows OS environments (thanks to @jaydamani for the report!) (#788).v15.7.2
Compare Source
released
2024-05-08
cli
zapier migrate --user
(#779)core
misc
v15.7.1
Compare Source
released
2024-05-01
cli
redirect_uri
change after publish in the docs (#774)core
null
response content breaking the search for sensitive values (#772)schema
None!
misc
v15.7.0
Compare Source
released
2024-04-09
cli
core
schema
None!
v15.6.2
Compare Source
released
2024-04-03
cli
None!
core
schema
None!
v15.6.1
Compare Source
released
2024-03-28
cli
primary
property inoutputFields
(#763)retry
in theoverrides
attributes (#761)core
None!
schema
retry
in theoverrides
object of the throttle configuration (#761)misc
v15.6.0
Compare Source
released
2024-03-26
cli
allowGetBody
option inz.request()
(#752)key
andoverrides
attributes, andaction
scope (#760)core
primary
property inoutputFields
(#754)schema
primary
inoutputFields
to define the unique key for deduplication (#754)overrides
in the throttle configuration (#755)key
in the throttle configuration andaction
scope (#757)v15.5.3
Compare Source
released
2024-02-08
cli
zapier validate
wherezapier-platform-core
was failing to import on version15.5.2
(#746)v15.5.2
Compare Source
released
2024-02-06
cli
zapier convert
that crashes due to syntax error in user's code and should not replacesource
in sample (#730)zapier build
where it failed to run in npm workspaces (#738, #742)core
misc
v15.5.1
Compare Source
released
2023-11-21
cli
zapier logs
documentation to mention default user target (#721)core
schema
None!
misc
v15.5.0
Compare Source
released
2023-11-08
cli
None!
core
None!
schema
steadyState
property on the FieldSchema for steady state deduplication on trigger polls (#721)misc
v15.4.2
Compare Source
released
2023-11-01
cli
z.cursor
documentation for handling end of the result set (#703)core
schema
misc
v15.4.1
Compare Source
released
2023-10-06
cli
None!
core
None!
schema
misc
None!
v15.4.0
Compare Source
released
2023-10-06
cli
None!
core
z.cursor.set()
(#705)schema
misc
v15.3.0
Compare Source
released
2023-09-19
cli
None!
core
None!
schema
misc
v15.2.0
Compare Source
v15.1.0
Compare Source
released
2023-09-07
cli
core
None!
schema
None!
legacy-scripting-runner
misc
v15.0.1
Compare Source
released
2023-07-10
cli
zapier convert
now uses jest test template scaffold instead of mocha (#674)core
None!
schema
None!
misc
v15.0.0
Compare Source
released
2023-06-30
Version
15.0.0
is a breaking change release that contains several important upgrades and deprecations. Here is a brief breakdown of the changes (❗ denotes a breaking change):❗ Changelog is required for promotions.
Prior to v15.0.0, providing a changelog was optional for promoting an app; this is now required. You can also append changelog metadata to help categorize whether the changes are related to bug fixes or a new feature.
❗ Remove
important
field from the schema.The
important
field was deprecated inv14.0.1
(#644) and now we are removing it in this release.❗ Apps can now use Node.js v18.x and Node.js v14.x is no longer supported.
(a) Any integrations that depend on
[email protected]
will now run on Node.js 18.(b) We are dropping support for Node.js 14, which has been designated end-of-life since 2023-04-30 (see the Node.js release schedule).
cli
zapier convert
now uses jest test template scaffold instead of mocha (#674)zapier login --sso
points to the correct link for fetching Deploy Keys (#666)zapier convert
should convertsource
fields (#660)core
schema
important
field from the schema (#662)misc
📜 Documentation update related to redirect caveat in public apps (#661)
📜 Documentation update related to supplement the "Output Fields" section (#654)
🔨 Dependency updates (#668, #665)
CLI
@oclif/[email protected]
to@oclif/[email protected]
@oclif/[email protected]
to@oclif/[email protected]
[email protected]
to@oclif/[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
Core
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
@types/[email protected]
to@types/[email protected]
Legacy
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
Schema
[email protected]
to[email protected]
[email protected]
to[email protected]
v14.1.2
Compare Source
v14.1.1
Compare Source
released
2023-06-07
cli
typescript
in template generator from 4.2.4 to 4.9.4 (#657)core
schema
misc
v14.1.0
Compare Source
v14.0.1
Compare Source
released
2023-05-22
cli
zapier convert
command (#639)key
property in the.zapierapprc
file after running thezapier convert
command (#640)core
schema
important
key of theBasicDisplaySchema
. This property will be removed and hence a breaking change ❗ in the next major version release. (#644)misc
moment
from 2.24.0 to 2.29.4 (#635)minimatch
from 3.0.4 to 3.0.5 (#634)v14.0.0
Compare Source
released
2023-03-21
Version
14.0.0
is a breaking change release that contains several important upgrades and deprecations. Here is a brief breakdown of the changes (❗ denotes a breaking change):❗
altersDynamicFields
no longer defaults to true whendynamic
is set. You should now set the flag appropriately. If a dynamic dropdown (i.e. a field withdynamic
set) should refresh other input fields, you must setaltersDynamicFields
to true on v14.❗ Before v14, the Zap editor didn't really use
canPaginate
. Instead, it made two requests and compared them to determine if pagination is supported. Starting from v14,canPaginate
is required for the Zap editor to show the Load More button for pagination.❗ Now you are required to provide meta information about your app, such as your intended audience and app category (if that information isn't already provided). If you are missing this information, you will be blocked from making updates to your integration (
zapier promote
,zapier upload
,zapier push
). Usezapier register
with[email protected]
or go tohttps://developer.zapier.com/app/{app_id}/version/{version}/settings
to fill it out.On v14, OAuth2 implementation now supports PKCE! See our documentation for details.
Read on for a detailed set of release notes. Again, ❗ are BREAKING CHANGEs.
cli
register
command (#618)promote
,upload
, andpush
for missing required app info (#612)--yes
flag forregister
command (#627)core
schema
enablePkce
tooauth2Config
(#623)searchAndCreates
andsearchOrCreates
can coexist to avoid search key collision (#624)performList
for testing REST Hooks (#619)misc
v13.0.0
Compare Source
v12.2.1
Compare Source
v12.2.0
Compare Source
v12.1.0
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.