Skip to content

Commit 9b37e8f

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.27.4 (#41628)
GitOrigin-RevId: 9fec4dfd6626570836f8492a93b91f605016cb1b
1 parent c5778de commit 9b37e8f

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 1.27.4
4+
5+
- Add a `getAuth()` method to the client which returns the current token and
6+
claims. This method is intended for instrumentation purposes like adding this
7+
information to a reported Sentry error or event.
8+
9+
- Change to CLI `--admin-key` and `--url` arg parsing logic to avoid coercing
10+
empty strings to booleans.
11+
12+
- Vendor jwt-decode along with a few other dependnecies; this brings the number
13+
of runtime dependencies for Convex from 3 to 2: esbuild (binary) and prettier.
14+
15+
- Fix ConvexProviderWithClerk to catch `getToken()` errors. This could cause
16+
changes in behavior of refreshing Clerk tokens, we'll be watching this one.
17+
318
## 1.27.3
419

520
- Convex CLI now respects `HTTPS_PROXY` / `HTTP_PROXY` environment variables.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "convex",
33
"description": "Client for the Convex Cloud",
4-
"version": "1.27.3",
4+
"version": "1.27.4",
55
"author": "Convex, Inc. <no-reply@convex.dev>",
66
"homepage": "https://convex.dev",
77
"repository": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "1.27.3";
1+
export const version = "1.27.4";

0 commit comments

Comments
 (0)