Releases: geldata/gel-js
Releases · geldata/gel-js
v2.0.1
@gel/generate v0.6.2
What's changed
- Bump the peer dependency on the driver to get the new types
@gel/generate v0.6.1
What's changed
- Update types to be more strict, matching typical tsconfig
v2.0.0
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 runningnpx gel --version
, you will no longer be able to rungel --version
outside of your project directory. - Add support for
ext::pgvector::halfvec
andext::pgvector::sparsevec
Requires Gel >= 6.0
- Add support for REPEATABLE READ isolation
- Added
Client.executeSQL
andClient.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
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
andeuid
-reported home directories are set to different values.
@edgedb/generate v0.5.6
What's Changed
- Use more robust raw string quoting by @scotttrinh in #1098
This only affectse.json(someLiteralJson)
, and not usage viae.params
.
edgedb-js v1.5.11
edgedb-js v1.5.10
What's Changed
- Add Turborepo by @diksipav in #1062
- Add a query method for
AT_LEAST_ONE
by @scotttrinh in #1073 - Add docs for
client.queryRequired
by @scotttrinh in #1076 - Update README for turborepo by @scotttrinh in #1077
- Use temporary directory for CLI test by @scotttrinh in #1081
- 1078 use right buffer in browser by @diksipav in #1079
@edgedb/generate v0.5.5
What's Changed
- Use queryRequired for AtLeastOne cardinality by @scotttrinh #1074
edgedb-js v1.5.9
What's Changed
- Include
branch
inexplainConfig
output by @scotttrinh in #1070