Skip to content

Releases: geldata/gel-js

v2.0.1

05 Mar 01:41
deb74d4
Compare
Choose a tag to compare

What's Changed

  • Update reflection queries types to have more strict types asserting that they return non-empty arrays.

@gel/generate v0.6.2

05 Mar 02:01
aad5627
Compare
Choose a tag to compare

What's changed

  • Bump the peer dependency on the driver to get the new types

@gel/generate v0.6.1

05 Mar 01:46
deb74d4
Compare
Choose a tag to compare

What's changed

  • Update types to be more strict, matching typical tsconfig

v2.0.0

04 Mar 20:58
d73c4fb
Compare
Choose a tag to compare

Gel 2.0.0

EdgeDB is now Gel!

See our announcement blog post to learn more about our new name and our expanded vision!

Main changes

  • Add a Client.withCodecs method for exposing a way to add custom encoding and decoding to and from the database
  • Updated the npx gel CLI wrapper to no longer install the CLI globally, but rather "isolated" into a cache directory. This means if you "install" the CLI via running npx gel --version, you will no longer be able to run gel --version outside of your project directory.
  • Add support for ext::pgvector::halfvec and ext::pgvector::sparsevec

Requires Gel >= 6.0

  • Add support for REPEATABLE READ isolation
  • Added Client.executeSQL and Client.querySQL methods for querying SQL over the Gel binary protocol
  • Added support for PostGIS
  • Added support for query tagging for query statistics
  • Support gel.toml configuration file

Breaking changes

  • Notably, we are dropping support for servers before EdgeDB 3.0.

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