Skip to content

Releases: fauna/fauna-go

v2.0.2

27 Jun 13:03
329511c
Compare
Choose a tag to compare

What's Changed

  • Reconnect streams on cluster rollout in #163

Full Changelog: v2.0.1...v2.0.2

v2.0.1

10 Jun 15:03
a9dcf20
Compare
Choose a tag to compare

What's Changed

  • Fix v2 imports in #159

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

v2.0.0

07 Jun 17:51
7985866
Compare
Choose a tag to compare

What's Changed

  • Memoize FQL template regex by in #133
  • Drop mutext at txnTime in #145
  • Add streaming support in #153
  • Add support for @bytes in #154

New Contributors

Full Changelog: v1.1.1...v2.0.0

v1.1.1

12 Sep 17:54
f0d039a
Compare
Choose a tag to compare

Upgrade Required

This is a critical update for anyone using v1.1.0 to avoid possible 500s being returned when the driver is retrying 429 requests.

What's Changed

v1.1.0

08 Sep 13:47
5192993
Compare
Choose a tag to compare

Upgrade required

Any clients using v1.1.0 should upgrade to v1.1.1 to avoid possible 500s during retries.

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

21 Aug 14:47
c34037c
Compare
Choose a tag to compare

What's Changed

  • v10 GA Launch (1.0.0) in #120

Full Changelog: v0.8.2...v1.0.0

v0.8.2

21 Aug 14:46
9fa558f
Compare
Choose a tag to compare

What's Changed

  • document timeouts in #119
  • encode raw fauna Docs in #121
  • bump version in #122

Full Changelog: v0.8.1...v0.8.2

v0.8.1

28 Jul 19:06
c66ecc3
Compare
Choose a tag to compare
  • Add HTTP Status Codes to Error Types #117

v0.8.0

28 Jul 12:25
0a542a4
Compare
Choose a tag to compare

What's Changed

  • Set Client Timeout #115
  • Added Schema Version #113

v0.7.0

29 Jun 15:33
ccd630e
Compare
Choose a tag to compare

What's Changed

  • Match json unmarshaling behavior in #95
  • Add NullDoc support in #101
  • Add QueryIterator in #98
  • Unmarshal Page in #106
  • Handle contended transaction errors in #107
  • Update driver HTTP Headers in #109
  • Use http.DefaultClient in #108

Full Changelog: v0.6.0...v0.7.0