Releases: edgedb/edgedb-js
Releases · edgedb/edgedb-js
@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
EdgeDBError
props writable (#576) - eeab33d Fix with var extraction in
for
loops + fixinsert unless conflict
child expr tracking + add tests (#579) - 59be431 Update dependencies (#578)
- 42c6cc9 Bump ring buffer size + abort conn if ring buffer overflows (#575)
- 17bd516 Use
spawnSync
to 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
instanceName
andsecretKey
cloud instances
@edgedb/generate v0.0.8
- Fix codegen when expression wrapped by
e.params
is 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.update
to reflect that it only hasfilter
,filter_single
, andset
clauses - Allow costing empty sets to object type
- Inject
assert_single
when usingfilter_single
when 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
@edgedb/generate v0.0.7
- Fix
["*"]
on scoped object in select - Fix
filter_single
with exclusive links and allowAtMostOne
cardinality - Add comment with
@edgedb/generate
version to generated files - Fix for TypeScript 4.9
union type that is too complex to represent
- Fix bug to allow params to be used as
limit
inselect
- Fix enum codegen when enum value is not a valid js identifier
edgedb v1.0.2
- Restrict
SET_GLOBAL
capability - Relax
QueryArg
to supportjson
being possiblyunknown