We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8bba0a commit 41d44cfCopy full SHA for 41d44cf
packages/sdk/CHANGELOG.md
@@ -1,6 +1,14 @@
1
<!-- markdownlint-disable MD024 -->
2
# Changelog
3
4
+## [1.0.6] - 2024-11-20
5
+
6
+### Changed
7
8
+- Use client Connect tokens to make api calls directly from the client.
9
+- Deprecated the `environments` property on `createFrontendClient` since it is now
10
+ stored in the token
11
12
## [1.0.5] - 2024-11-18
13
14
### Changed
packages/sdk/package.json
@@ -1,6 +1,6 @@
{
"name": "@pipedream/sdk",
- "version": "1.0.5",
+ "version": "1.0.6",
"description": "Pipedream SDK",
"main": "dist/server/server/index.js",
"module": "dist/server/server/index.js",
0 commit comments