Releases: geldata/gel-js
Releases · geldata/gel-js
@edgedb/auth-nextjs v0.2.0
What's Changed
- Use the configured passwordResetUrl in
auth-nextjs
by @MiroslavPetrik in #784 - Use Web-compatible crypto for PKCE by @scotttrinh in #783
- Fix missing verifier from password reset flow by @scotttrinh in #781
- Multiple fixes/improvements to auth-nextjs by @jaclarke in #785
- Refactor auth-nextjs to separate client and server for pages api + improve support for 'actions' in pages router by @jaclarke in #806
- Allow Next.js v14 as peer dependency by @scotttrinh in #870
- Implement decoding of auth errors into proper error classes by @jaclarke in #879
- Fix imports for auth-* packages by @scotttrinh in #903
- Add req object to Nextjs auth callbacks by @corbinday in #901
- Add WebAuthn and Magic Links in auth-nextjs by @scotttrinh in #897
- Create PKCE session for verification with email by @scotttrinh in #907
New Contributors
- @corbinday made their first contribution in #858
edgedb-js v1.5.4
What's Changed
- Fix CLI wrapper loop when PM uses a shell script by @scotttrinh in #976
@edgedb/create v0.2.2
What's Changed
- Fix missing gitignore in create recipes by @scotttrinh in #969
v1.5.3
What's Changed
- Skip logging edgedb CLI errors in wrapper by @scotttrinh in #960
v1.5.2
Fix for how package.json#bin
works in Windows, which was causing infinite loops on Windows when running npx edgedb
or running edgedb
within package.json#run
scripts.
What's Changed
- Better Windows support for wrapper by @scotttrinh in #958
edgedb-js v1.5.1
Fixes the issue with the edgedb
CLI binary having a space in the path (which is the default for macOS).
What's Changed
- Bump dev TypeScript to latest 5.4.x by @scotttrinh in #954
- Properly quote binary path by @scotttrinh in #955
@edgedb/generate v0.5.3
What's Changed
- Ensure cardinality is a valid
Cardinality
by @scotttrinh in #953 - Revert "Support
edgeql
files with snake_case (#661)" by @scotttrinh in #962
@edgedb/generate v0.5.2
What's Changed
- Support
isolatedModules
in interfaces generator by @scotttrinh in #950
edgedb-js v1.5.0
Headline features
- Better memory usage
- Support for the upcoming
branch
connection option in 5.0 - Run the EdgeDB CLI from
npx
What's Changed
- Update temporal shapes to be compatible with Temporal API instances by @CarsonF in #791
- Avoid copying existing buffer in base64 encoder by @scotttrinh in #676
- Bump tsconfig target & supported nodejs to 18+ by @CarsonF in #792
- Only use SNI if servername is not an IP address by @scotttrinh in #801
- Fix casing for 'TypeScript' naming by @beerose in #850
- Surface Deno prerequisites by @raddevon in #851
- Expose connection params via Client by @CarsonF in #896
- Update overview SDL for modern syntax by @scotttrinh in #913
- Add 5.0 beta to test matrix by @scotttrinh in #926
- Expose the EdgeDB CLI as
npx edgedb
by @scotttrinh in #931 - Cache session serialized state for its lifetime by @CarsonF in #927
- Native BigInt by @CarsonF in #890
- Add support for
branch
configuration by @scotttrinh in #910
New Contributors
- @beerose made their first contribution in #850
- @corbinday made their first contribution in #858
@edgedb/generate v0.5.1
What's Changed
- Move TOML dependency to direct dependency by @scotttrinh in #948