File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 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
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.1 " ,
4+ "version" : " 1.27.2 " ,
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.1 " ;
1+ export const version = "1.27.2 " ;
You can’t perform that action at this time.
0 commit comments