zapier-platform-schema
Advanced tools
Changelog
15.1.0
released 2023-09-07
None!
None!
Changelog
15.0.0
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 (:exclamation: denotes a breaking change):
:exclamation: 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.
:exclamation: Remove important
field from the schema.
The important
field was deprecated in v14.0.1
(#644) and now we are removing it in this release.
:exclamation: Apps can now use Node.js v18.x and Node.js v14.x is no longer supported.
(a) Any integrations that depend on zapier-platform-core@15.0.0
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).
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 convert source
fields (#660)important
field from the schema (#662):scroll: Documentation update related to redirect caveat in public apps (#661)
:scroll: Documentation update related to supplement the "Output Fields" section (#654)
:hammer: Dependency updates (#668, #665)
CLI
@oclif/command@1.8.21
to @oclif/command@1.8.27
@oclif/config@1.18.6
to @oclif/command@1.18.10
fs-extra@10.0.0
to @oclif/command@11.1.1
jscodeshift@0.14.0
to jscodeshift@0.15.0
marked-terminal@5.1.1
to marked-terminal@5.2.0
prettier@2.8.3
to prettier@2.8.8
read@2.0.0
to read@2.1.0
semver@7.3.8
to semvar@7.5.2
yeoman-generator@5.7.0
to yeoman-generator@5.9.0
nock@13.3.0
to nock@13.3.1
Core
node-abort-controller@3.0.1
to node-abort-controller@3.1.1
semver@7.3.5
to semvar@7.5.2
aws-sdk@2.1300.0
to aws-sdk@2.1397.0
fs-extra@10.0.0
to fs-extra@11.1.1
@types/node@18.11.18
to @types/node@20.3.1
Legacy
moment-timezone@0.5.35
to moment-timezone@0.5.43
aws-sdk@2.1300.0
to aws-sdk@2.1397.0
nock@13.3.0
to nock@13.3.1
Schema
jsonschema@1.2.2
to jsonschema@1.4.1
fs-extra@10.0.0
to fs-extra@11.1.1
Changelog
14.1.1
released 2023-06-07
typescript
in template generator from 4.2.4 to 4.9.4 (#657)Changelog
14.0.1
released 2023-05-22
zapier convert
command (#639)key
property in the .zapierapprc
file after running the zapier convert
command (#640)important
key of the BasicDisplaySchema
. This property will be removed and hence a breaking change ❗ in the next major version release. (#644)