Skip to content

Releases: team-plain/typescript-sdk

v5.0.0

27 Sep 09:20
6d0fdc2

Choose a tag to compare

Major Changes

  • a51fc80: Upgrade the SDK webhook parsing to support webhook version '2024-09-18'.

Breaking Changes

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 for more information and instructions on how to safely upgrade your webhook target.

Added

verifyPlainWebhook method to verify the webhook signature, with support for replay attack protection, and parse the webhook payload. Refer to the README for usage instructions.

v4.10.1

23 Sep 11:31
f8789e4

Choose a tag to compare

Patch Changes

  • 09e1e7b: Include SDK version as header in all requests to our API so we can better debug failures and issues.

v4.10.0

20 Sep 14:09
80972e9

Choose a tag to compare

Minor Changes

  • 9e5c278: add support for creating label types (createLabelType)

v4.9.0

17 Sep 07:30
e92b27e

Choose a tag to compare

Minor Changes

  • acb9a2b: Added 'upsertCompany' support to SDK

v4.8.0

13 Sep 10:17
251af70

Choose a tag to compare

Minor Changes

v4.7.0

22 Jul 19:28
abdcdb6

Choose a tag to compare

Minor Changes

  • 925fa35: Export all webhook typescript types for use when building things"

v4.6.1

18 Jun 20:01
5923407

Choose a tag to compare

Patch Changes

  • bb3cb38: Fix generated webhook types to include payloads for slack webhooks

v4.6.0

18 Jun 18:25
be0626c

Choose a tag to compare

Minor Changes

  • 3d158d5: Regenerate types for slack webhooks (thread.slack_message_received and thread.slack_message_sent)

v4.5.0

12 Jun 15:43
c5115e2

Choose a tag to compare

Minor Changes

  • c4e3c9c: You can now omit the thread title when creating a thread and AI will generate it for you (if you have this enabled in your settings)

v4.4.1

06 Jun 07:18
924ee11

Choose a tag to compare

Patch Changes

  • 9098a32: Testing automated release process