Skip to content

Commit 33c7ffe

Browse files
thomasballingerConvex, Inc.
authored andcommitted
npm release version 1.27.2 (#41214)
GitOrigin-RevId: c03661212a8cc1c67a98d0be4ace8c9718bbae57
1 parent a4d4295 commit 33c7ffe

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## 1.27.2
4+
5+
- `npx convex run` sends function log output to stderr instead of stdout.
6+
7+
- Increase the timeout when waiting for a local backend to start up from 10 to
8+
30 seconds.
9+
10+
- Capability to provision WorkOS environments when `WORKOS_CLIENT_ID`
11+
environment variable is missing.
12+
313
## 1.27.1
414

515
- Changes to logged messages in the console, where previously only WebSocket

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.1",
4+
"version": "1.27.2",
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.1";
1+
export const version = "1.27.2";

0 commit comments

Comments
 (0)