Skip to content

[2026-03-25] Release: Update Connect API Starter Kit#32

Merged
mattbowolick merged 1 commit into
mainfrom
20260325-231340
Mar 25, 2026
Merged

[2026-03-25] Release: Update Connect API Starter Kit#32
mattbowolick merged 1 commit into
mainfrom
20260325-231340

Conversation

@canva-sdk-releases
Copy link
Copy Markdown
Contributor

2026-03-26

🔧 Changed

  • Updated the .nvmrc to recommend Node.js lts/krypton (v24) and all @types/node dependencies to 24.12.0.
  • Upgrade examples/backend/typescript-express better-sqlite3 from 8.5.0 -> 12.8.0 (to suit later node.js versions 22 & 24).

🐞 Fixed

  • Fixed OAuth token exchange in the demos failing with bad_request_body. The bodySerializer override passed to OauthService.exchangeAccessToken and OauthService.revokeTokens was calling .toString() on a plain object, producing "[object Object]" as the request body. The SDK already applies the correct urlSearchParamsBodySerializer to these endpoints, so the manual overrides have been removed.

Generated on: Wed Mar 25 23:13:40 UTC 2026
Source commit: 5ae1436ccb190c6a32d44e795a589280a7829bc5
@mattbowolick mattbowolick self-requested a review March 25, 2026 23:28
@mattbowolick mattbowolick merged commit 4e9e9b4 into main Mar 25, 2026
6 checks passed
@mattbowolick mattbowolick deleted the 20260325-231340 branch March 25, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant