From 99de13e1188e0d59eabb219c260a3dc2e4f0bf6b Mon Sep 17 00:00:00 2001 From: Jordan Hunt <65152573+jordanhunt22@users.noreply.github.com> Date: Wed, 28 Aug 2024 16:53:30 -0700 Subject: [PATCH] Update `Changelog.md` for 1.15.0 (#29296) GitOrigin-RevId: 080d72c25cb7ef2a2e869ff8a32c1d46f4320462 --- npm-packages/convex/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/npm-packages/convex/CHANGELOG.md b/npm-packages/convex/CHANGELOG.md index f0a25a23..370db31e 100644 --- a/npm-packages/convex/CHANGELOG.md +++ b/npm-packages/convex/CHANGELOG.md @@ -2,6 +2,14 @@ ## Unpublished +## 1.15.0 + +- Added new command, `npx convex function-spec`, that exposes the function + metadata (name, type, validators, visibility) of functions defined in your + Convex deployment +- Generated code no longer includes the "Generated by convex@version" comment +- Fix issue with `convexClient.query()` so it always returns a Promise + ## 1.14.0 - Updates to ConvexReactClient to work better with authentication and server