Skip to content

Releases: fauna/fauna-js

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

v1.1.0

31 Aug 21:32
61feeee
Compare
Choose a tag to compare

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

  • endpoint falls back to FAUNA_ENDPOINT env variable #206
  • Expose the secret in client.clientConfiguration #208
  • Allow overriding the client's secret #207

Full Changelog: v1.0.2...v1.1.0

v1.0.2

29 Aug 21:24
c302db9
Compare
Choose a tag to compare

What's Changed

  • Accept undefined in setLastTxnTs input but treat it as a no-op. This resolves typescript compilation errors while maintaining current behavior by in #200, resolved #199

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Aug 18:08
3a0904f
Compare
Choose a tag to compare

What's Changed

  • Enable support for older versions of Safari, Chrome, Edge and Firefox by only using AbortSignal.timeout if it exists in #197
  • Document what version of the officially supported browsers we support in #198

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Aug 14:49
e4eb87a
Compare
Choose a tag to compare

What's Changed

  • v10 GA Launch in #195

Full Changelog: v0.9.4...v1.0.0

v0.9.4

25 Jul 19:15
afc8275
Compare
Choose a tag to compare

What's Changed

  • add schema version to drivers in #174
  • refresh session when destroyed in #181
  • fix schema version test in #182
  • Add test helpers in #183
  • Bump patch version in prep to publish in #187
  • #188 - Fix double encoding bug (doubles being encoded as integers) in #189

New Contributors

Full Changelog: v0.9.2...v0.9.4

v0.9.2

13 Jul 14:41
129ce1e
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fix quickstart variable use by @notrab in #176
  • Fix Query Options README example in #179
  • fix: Explicitly check for browser env in #178

New Contributors

Full Changelog: v0.9.1...v0.9.2

v0.9.1

08 Jun 23:01
5c15027
Compare
Choose a tag to compare

What's Changed

  • Refer to FQL as v10 instead of X in #167
  • Handle missing process.env correctly, adding support for Nuxt.js and other frameworks by in #169, #170, #171, #172

Full Changelog: v0.9.0...v0.9.1