Skip to content

Commit 6d0fdc2

Browse files
gh-workflow-token-generator[bot]github-actions[bot]Mohamed Elghobaty
authored
Version Packages (#163)
* Version Packages * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Mohamed Elghobaty <mohamed@plain.com>
1 parent a51fc80 commit 6d0fdc2

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.changeset/light-starfishes-build.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @team-plain/typescript-sdk
22

3+
## 5.0.0
4+
5+
### Major Changes
6+
7+
- a51fc80: Upgrade the SDK webhook parsing to support webhook version '2024-09-18'.
8+
9+
#### Breaking Changes
10+
11+
If your Plain webhook target is on the legacy/unversioned version, the SDK will no longer be able to parse the webhook payload. You must update your webhook target to '2024-09-18'. Refer to [our docs](https://www.plain.com/docs/api-reference/webhooks/versions) for more information and instructions on how to safely upgrade your webhook target.
12+
13+
#### Added
14+
15+
`verifyPlainWebhook` method to verify the webhook signature, with support for replay attack protection, and parse the webhook payload. Refer to the [README](./README.md) for usage instructions.
16+
317
## 4.10.1
418

519
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@team-plain/typescript-sdk",
3-
"version": "4.10.1",
3+
"version": "5.0.0",
44
"description": "Typescript SDK for Plain's Core GraphQL API",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)