Skip to content

Releases: edgedb/edgedb-js

edgedb-js v1.5.12

10 Sep 14:40
2531464
Compare
Choose a tag to compare

What's Changed

  • Add -y confirmation to CLI wrapper self-install by @scotttrinh in #1092
    Fixes a case where the self-installation for the CLI would error our if certain expectations about the environment were not met. Specifically this is the case on Vercel where $HOME and euid-reported home directories are set to different values.

@edgedb/generate v0.5.6

10 Sep 14:39
67735d7
Compare
Choose a tag to compare

What's Changed

  • Use more robust raw string quoting by @scotttrinh in #1098
    This only affects e.json(someLiteralJson), and not usage via e.params.

edgedb-js v1.5.11

27 Aug 13:41
3934b86
Compare
Choose a tag to compare

What's Changed

  • Allow cloud instance names to contain '-' and '_' in the org part to support vercel instances by @jaclarke in #1084

edgedb-js v1.5.10

22 Aug 18:50
3da65a7
Compare
Choose a tag to compare

What's Changed

@edgedb/generate v0.5.5

22 Aug 19:12
3ab7e53
Compare
Choose a tag to compare

What's Changed

edgedb-js v1.5.9

31 Jul 13:31
332b36a
Compare
Choose a tag to compare

What's Changed

edgedb-js v1.5.8

27 Jul 04:19
ec074d7
Compare
Choose a tag to compare

What's Changed

@edgedb/generate v0.5.4

27 Jul 04:23
9c60b14
Compare
Choose a tag to compare

What's Changed

v1.5.7

17 May 16:59
3cf2f17
Compare
Choose a tag to compare

Fixes an issue with the CLI wrapper doing an install. We recently added a shell quoting library to properly escape quotes when calling the CLI, but were accidentally manually escaping an argument.

What's Changed

edgedb-js v1.5.6

10 May 20:30
84ca009
Compare
Choose a tag to compare

What's Changed