Releases: geldata/gel-js
Releases · geldata/gel-js
edgedb-js v1.5.8
What's Changed
- Fix address missing from Client.resolveConnectionParams() by @CarsonF in #1028
- Properly quote release name for
@
literal by @scotttrinh in #1027 - Replace tslint with typescript-eslint by @diksipav in #1030
- Bump to latest Prettier by @scotttrinh in #1033
- Include integration tests in prettier glob by @scotttrinh in #1035
- Attempt an across-the-board dep version bump by @scotttrinh in #1034
- Update TS version in the monorepo by @diksipav in #1054
- Update readme with config needed to run tests locally by @diksipav in #1056
- Faster SCRAM when using browserCrypto by @scotttrinh in #1063
- Prefer node:crypto by @scotttrinh in #1064
@edgedb/generate v0.5.4
What's Changed
- Add coalesceCardinalities type & func by @diksipav in #971
- Update queries generator to pull import path(s) from codecs by @CarsonF in #965
- Mark generateFiles imports as optional by @CarsonF in #1008
- Add test for FreeObject with nested select by @scotttrinh in #1025
- Add more e.op benchmarks by @scotttrinh in #1040
- Refactor
e.op
better inference perf by @scotttrinh in #1039 - Use given cardinality in select expression by @scotttrinh in #1043
- Fix
$infer
fore.shape
by @scotttrinh in #1044 - Loosen type of
e.shape
's returned scope by @scotttrinh in #1045 - Use specific type-level marker to
e.shape
by @scotttrinh in #1048 - Note need to rerun codegen when schema changes by @scotttrinh in #1050
- Remove from object shape keys with value never by @diksipav in #1051
- Update benchmarks by @scotttrinh in #1057
v1.5.7
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
- Do not manually quote install-dir command by @scotttrinh in #1023
- Add test for FreeObject with nested select by @scotttrinh in #1025
edgedb-js v1.5.6
What's Changed
- Replace
Error.source
with standardizedcause
by @scotttrinh in #1007 - Use Node compatibility for Deno Buffer by @scotttrinh in #1015
- Use shell-quote to properly quote commands by @scotttrinh in #1016
edgedb-js v1.5.5
What's Changed
- Extract driver fetch configuration for reuse by @diksipav in #986
- Add new "current" Node version to testing matrix by @scotttrinh in #989
- Add 4 to testing matrix, removing pre-release 5.x by @scotttrinh in #995
- Test for hard-to-detect recursive CLI calls by @scotttrinh in #996
@edgedb/auth-sveltekit v0.2.0
What's Changed
- Expire cookies with token or PKCE TTL by @scotttrinh in #994
- Set Cookies to Secure if app baseUrl is https by @scotttrinh in #998
@edgedb/auth-remix v0.2.0
What's Changed
- Expire cookies with token or PKCE TTL by @scotttrinh in #994
- Set Cookies to Secure if app baseUrl is https by @scotttrinh in #998
@edgedb/auth-nextjs v0.3.0
What's Changed
- Expire cookies with token or PKCE TTL by @scotttrinh in #994
- Set Cookies to Secure if app baseUrl is https by @scotttrinh in #998
@edgedb/auth-express v0.2.0
What's Changed
- Expire cookies with token or PKCE TTL by @scotttrinh in #994
- Set Cookies to Secure if app baseUrl is https by @scotttrinh in #998
@edgedb/auth-core v0.2.1
What's Changed
- Create PKCE session for verification with email by @scotttrinh in #907
- Add static method to get a token expiration by @scotttrinh in #991