File tree Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Expand file tree Collapse file tree 5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "peerDependencies" : {
3737 "@tanstack/react-query" : " ^5.0.0" ,
38- "convex" : " ^1.27.3 "
38+ "convex" : " ^1.27.4 "
3939 },
4040 "devDependencies" : {
4141 "@eslint/compat" : " ~1.3.0" ,
Original file line number Diff line number Diff line change 102102 {
103103 "policyName" : " convex" ,
104104 "definitionName" : " lockStepVersion" ,
105- "version" : " 1.27.3 " ,
105+ "version" : " 1.27.4 " ,
106106 "nextBump" : " patch"
107107 }
108108 ]
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 1- export const version = "1.27.3 " ;
1+ export const version = "1.27.4 " ;
You can’t perform that action at this time.
0 commit comments