From c6db812306bb73a33b5454bc592ae4b41fc4c385 Mon Sep 17 00:00:00 2001 From: Katie Redderson-Lear Date: Tue, 2 Jul 2024 13:12:33 -0700 Subject: [PATCH] Release 15.10.0 (#817) * add changelog * Bump cli, core, schema 15.9.1 -> 15.10.0 --- CHANGELOG.md | 18 ++++ docs/index.html | 6 +- example-apps/babel/package.json | 2 +- example-apps/basic-auth/package.json | 2 +- example-apps/callback/package.json | 2 +- example-apps/create/package.json | 2 +- example-apps/custom-auth/package.json | 2 +- example-apps/digest-auth/package.json | 2 +- example-apps/dynamic-dropdown/package.json | 2 +- example-apps/files/package.json | 2 +- example-apps/github/package.json | 2 +- example-apps/middleware/package.json | 2 +- example-apps/minimal/package.json | 2 +- example-apps/oauth1-trello/package.json | 2 +- example-apps/oauth1-tumblr/package.json | 2 +- example-apps/oauth1-twitter/package.json | 2 +- example-apps/oauth2/package.json | 2 +- example-apps/onedrive/package.json | 2 +- example-apps/resource/package.json | 2 +- example-apps/rest-hooks/package.json | 2 +- example-apps/search-or-create/package.json | 2 +- example-apps/search/package.json | 2 +- example-apps/session-auth/package.json | 2 +- example-apps/trigger/package.json | 2 +- example-apps/typescript/package.json | 2 +- packages/cli/README.md | 6 +- packages/cli/docs/index.html | 6 +- packages/cli/package.json | 2 +- packages/core/package.json | 4 +- packages/schema/docs/build/schema.md | 110 ++++++++++----------- packages/schema/exported-schema.json | 2 +- packages/schema/package.json | 2 +- 32 files changed, 110 insertions(+), 92 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a56ac227..2c94d8f40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 15.10.0 + +_released `2024-07-02`_ + +### cli + +None! + +### core + +- :nail_care: Update extendAppRaw to override arrays as well as objects ([#813](https://github.com/zapier/zapier-platform/pull/813)) +- :nail_care: Increase hydration payload limit ([#816](https://github.com/zapier/zapier-platform/pull/816)) +- :nail_care: Add allowlist for specific content types to log HTTP response/response for in patched HTTP client ([#810](https://github.com/zapier/zapier-platform/pull/810)) + +### schema + +None! + ## 15.9.1 _released `2024-06-27`_ diff --git a/docs/index.html b/docs/index.html index 0bf1115fd..78ce587f4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -420,7 +420,7 @@

  • Latest CLI Docs
  • Latest CLI Reference
  • Latest Schema Docs
  • -

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.9.1), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.10.0), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.9.1), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases:

    Our code is updated frequently. To see a full list of changes, look no further than the CHANGELOG.

    This doc describes the latest CLI version (15.10.0), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases: