Skip to content

Releases: edgedb/edgedb-js

edgedb-js v1.4.1

09 Nov 19:25
2eaa785
Compare
Choose a tag to compare

Commits:

  • dc76cb6 Fix re-using a multirange codec already in codec cache (#765)

@edgedb/auth-nextjs v0.1.0-alpha.1

09 Nov 19:26
2eaa785
Compare
Choose a tag to compare
Pre-release

Alpha release for our new Auth extension library to support building backend services for Next.js.

@edgedb/auth-core v0.1.0-alpha.1

09 Nov 19:24
2eaa785
Compare
Choose a tag to compare
Pre-release

Alpha release for our new Auth extension library to support building backend services for JavaScript runtimes.

edgedb-js v1.4.0

31 Oct 17:22
53ddc0e
Compare
Choose a tag to compare

Commits:

@edgedb/generate v0.4.0

31 Oct 17:22
53ddc0e
Compare
Choose a tag to compare

Commits:

edgedb-js v1.3.7

11 Oct 16:24
d5fcf46
Compare
Choose a tag to compare

Commits:

  • 09dc5d3 Move rawParse/Execute methods to AdminFetchConn + add ability to provide AbortSignal (#707)

@edgedb/generate v0.3.4

11 Oct 16:24
d5fcf46
Compare
Choose a tag to compare

Commits:

  • 8073d11 Move client close to top level cli file (#745)

edgedb-js v1.3.6

14 Sep 12:59
95eeee7
Compare
Choose a tag to compare

Commits:

  • 0b97399 Show details and hints in error message (#731)

edgedb-js v1.3.5

29 Aug 13:24
b3bb5a6
Compare
Choose a tag to compare

The big notable change here is that refactoring how we import the NodeJS crypto module makes it more compatible with other runtimes such as the browser, Edge runtimes, and serverless functions.

Commits:

  • 4b01e37 Fix typescript errors for generated query builder (#716)
  • 1db40b8 Remove require('crypto') imports in browser client (#721)

@edgedb/generate v0.3.3

04 Aug 15:46
c6d8d5c
Compare
Choose a tag to compare

Commits:

  • 411ad18 Reference the new home of the version placeholder (#712)
  • 32d7812 Ignore the dbschema/fixups directory in queries generator (#713)