Skip to content

Releases: fauna/fauna-js

v2.2.0

30 Jul 16:25
d6e2eca
Compare
Choose a tag to compare

What's Changed

  • Add backwards compatible generics support for fql statements in #277

Full Changelog: v2.1.1...v2.2.0

v2.1.1

22 Jul 17:00
bc937a5
Compare
Choose a tag to compare

Changed

  • Fix incorrect paths type on ConstraintFailure in #275

Full Changelog: v2.1.0...v2.1.1

v2.1.0

27 Jun 15:38
98df6f3
Compare
Choose a tag to compare

Added

  • Support users embedding FQL expressions in objects and arrays in #272

Full Changelog: v2.0.1...v2.1.0

v2.0.1

21 May 20:02
b799955
Compare
Choose a tag to compare

What's Changed

  • Revert error handling for standard queries in #268

Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 May 20:35
9a12451
Compare
Choose a tag to compare

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 new ConstraintFailureError class. These used to be thrown as QueryRuntimeError.
    • Fauna error responses with time_out code are thrown as QueryTimeoutError, regardless of HTTP status. ServiceTimeoutError has been removed.

Full Changelog: v1.3.1...v2.0.0

v2.0.0-beta.0

10 May 20:25
1b38d08
Compare
Choose a tag to compare
v2.0.0-beta.0 Pre-release
Pre-release

Added

  • Add ttl as public field for Document in #254
  • Add encoding/decoding for Fauna Bytes in #260

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

v1.4.0-beta.0

21 Mar 17:10
a22ce91
Compare
Choose a tag to compare
v1.4.0-beta.0 Pre-release
Pre-release

What's Changed

  • Initial Streaming Implementation in #232

Full Changelog: v1.3.1...v1.4.0-beta.0

v1.3.1

05 Oct 23:34
2732da7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

29 Sep 20:44
5e6d7d8
Compare
Choose a tag to compare

DEPRECATED

What's Changed

  • Support users embedding fql snippets in objects and arrays in #214

Full Changelog: v1.2.0...v1.3.0

v1.2.0

06 Sep 11:22
f48b07c
Compare
Choose a tag to compare

What's Changed

  • Add retries on throttling errors in #211
  • Bump to 1.2.0 in #212

Full Changelog: v1.1.0...v1.2.0