Fauna Js Versions Save

Javascript driver for Fauna v10

v2.0.1

1 week ago

What's Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v2.0.0...v2.0.1

v2.0.0

1 week ago

Added

Changed

  • Sort service errors into appropriate error class based on errors code, rather than HTTP status in https://github.com/fauna/fauna-js/pull/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: https://github.com/fauna/fauna-js/compare/v1.3.1...v2.0.0

v2.0.0-beta.0

3 weeks ago

Added

Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.4.0-beta.0...v2.0.0-beta.0

v1.4.0-beta.0

2 months ago

v1.3.1

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.3.0...v1.3.1

v1.3.0

8 months ago

DEPRECATED

What's Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.2.0...v1.3.0

v1.2.0

8 months ago

v1.1.0

9 months ago

API changes:

  • FAUNA_ENDPOINT env variable is respected.
  • Can set a secret override in .query, and can retrieve the secret from clientConfiguration on an existing client.

What's Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.0.2...v1.1.0

v1.0.2

9 months ago

What's Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.0.1...v1.0.2

v1.0.1

9 months ago

What's Changed

Full Changelog: https://github.com/fauna/fauna-js/compare/v1.0.0...v1.0.1