Releases: geldata/gel-js
Releases · geldata/gel-js
edgedb-js v1.3.0
edgedb-js v1.2.3
Commits:
- 273b7ab Add examples of referencing non-default modules (#609)
- 67ef79a Re-generate errors (#613)
- 1e8a4f2 Fix
compileForDenoto work with latest deno version (#614) - 1c07009 Update JS/TS client documentation overview (#619)
- fbeb70d Use
assertinstead ofexpectin generator tests (#610) - d8def38 Improve error handling with HTTP-SCRAM auth (#620)
- a9c9a89 Add explicit CI check for 2.x (#623)
- f6570d0 Lowercase org/instance name when computing Cloud instance DNS (#640)
@edgedb/generate v0.2.0
edgedb-js v1.2.2
Note that this version drops the use of node-fetch as an automatic polyfill for fetch. We decided to not mark this as a breaking change since all major platforms have supported fetch for a while. If you need to support a platform that does not have native fetch, you'll need to create your own polyfill using a package like node-fetch, whatwg-fetch, cross-fetch, etc.
Commits:
@edgedb/generate v0.1.1
Note that this version drops the use of node-fetch as an automatic polyfill for fetch. We decided to not mark this as a breaking change since all major platforms have supported fetch for a while. If you need to support a platform that does not have native fetch, you'll need to create your own polyfill using a package like node-fetch, whatwg-fetch, cross-fetch, etc.
Commits:
edgedb-js v1.2.1
edgedb v1.2.0
Commits:
- cbb845a Make private
EdgeDBErrorprops writable (#576) - eeab33d Fix with var extraction in
forloops + fixinsert unless conflictchild expr tracking + add tests (#579) - 59be431 Update dependencies (#578)
- 42c6cc9 Bump ring buffer size + abort conn if ring buffer overflows (#575)
- 17bd516 Use
spawnSyncto allow spaces in server bin path (#582)
@edgedb/generate v0.1.0
edgedb v1.1.0
- Add support for tuples in query args
- Fix event handling in fetch-based connection classes
- Support HTTPS connections in FetchConnection and
AdminUIFetchConnection - Fix rounding when deconding/encoding microseconds in datetime types
- Expose codec to decode/encode decimal type into/from string
- Add support for
instanceNameandsecretKeycloud instances
@edgedb/generate v0.0.8
- Fix codegen when expression wrapped by
e.paramsis non-runnable - Fix generator to compile with TypeScript strict configs
- Fix codegen for arrays of enum types
- Allow named tuples to be passed as the shape of an insert
- Fix
e.updateto reflect that it only hasfilter,filter_single, andsetclauses - Allow costing empty sets to object type
- Inject
assert_singlewhen usingfilter_singlewhen selecting a non-exclusive object - Add helper function to create tuple types from object types
- Properly handle nested modules
- Add (unofficial) support for http client
- Add support for tuples in query args