Releases: fauna/fauna-js
Releases · fauna/fauna-js
v2.4.1
What's Changed
- util/logging.ts: Add support for logging by @findgriffin in #308
- v10 driver - empty 200 response throws protocol error by @mwilde345 in #313
- Revert backwards incompatible changes to HTTPClient interface by @ptpaterson in #315
- Bump version by @mwilde345 in #314
New Contributors
- @findgriffin made their first contribution in #308
- @mwilde345 made their first contribution in #313
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- Better support for interfaces as query responses by @ptpaterson in #305
- Add performance hints support by @fauna-chase in #309
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Introduce event cursor support by @erickpintor in #285
- Extend HTTPRequest to support path overrides by @ecooper in #288
- Update Node environments by @ptpaterson in #292
- Add initial event feed support by @ecooper in #290
- Add
rate_limits_hit
toQueryStats
type by @ptpaterson in #293
New Contributors
- @erickpintor made their first contribution in #285
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.1
v2.1.0
Added
- Support users embedding FQL expressions in objects and arrays in #272
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
Added
- Event Streaming in #232
- Add ttl as public field for Document in #254
- Add encoding/decoding for Fauna Bytes in #260
Changed
- Sort service errors into appropriate error class based on errors code, rather than HTTP status in #252
- Fauna error responses with
constraint_failure
code are thrown as a newConstraintFailureError
class. These used to be thrown asQueryRuntimeError
. - Fauna error responses with
time_out
code are thrown asQueryTimeoutError
, regardless of HTTP status.ServiceTimeoutError
has been removed.
- Fauna error responses with
Full Changelog: v1.3.1...v2.0.0
v2.0.0-beta.0
Added
Changed
- Sort service errors into the proper subclass in #252 (this is breaking with
main
)
Full Changelog: v1.4.0-beta.0...v2.0.0-beta.0