Releases: geldata/gel-js
Releases · geldata/gel-js
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
@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