Skip to content

Releases: fauna/fauna-python

v2.2.0

02 Oct 17:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

21 Aug 20:17
510825e
Compare
Choose a tag to compare

What's Changed

  • Use HTTP/1.1 instead of HTTP/2 #189

    NOTE: This change solves an occasional issue where the Python driver would transparently retry queries when connections to Fauna were long-lived.

Full Changelog: v2.0.0...v2.1.0

v2.0.0

20 May 19:37
948cd79
Compare
Choose a tag to compare

What's Changed

  • Add streaming support in #177
  • Add support for @bytes in #179

Full Changelog: v1.1.2...v2.0.0

v1.1.2

20 May 19:36
cae273e
Compare
Choose a tag to compare

What's Changed

  • Fix performance issue in #167

New Contributors

Full Changelog: v1.1.1...v1.1.2

v1.2.0b3

26 Mar 21:22
f980ac9
Compare
Choose a tag to compare
v1.2.0b3 Pre-release
Pre-release

What's Changed

  • Initial work to support streams in #155
  • Add option for user to handle status events in #159

Full Changelog: v1.1.1...v1.2.0b3

v1.1.1

05 Mar 17:57
f6d5f23
Compare
Choose a tag to compare

What's Changed

  • Only detect circular refs when they're circular by @pnwpedro in #156

Full Changelog: v1.1.0...v1.1.1

v1.1.0

05 Sep 16:27
4b18abd
Compare
Choose a tag to compare

What's Changed

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

v1.0.0

21 Aug 14:55
bc834ea
Compare
Choose a tag to compare

What's Changed

  • v10 GA Launch (1.0.0) in #145

Full Changelog: v0.8.1...v1.0.0

v0.8.1

09 Aug 19:57
413445b
Compare
Choose a tag to compare

Added

  • Support for Contented Transaction Errors #136
  • Close method #137
  • Retry on transport errors #139

Updated

  • Timeouts documentation #138

v0.8.0

28 Jul 12:36
e982582
Compare
Choose a tag to compare

Fixed

  • Client Timeouts #132

Added

  • Schema Version support #131

Full Changelog: v0.7.1...v0.8.0