v2.0.0
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 newConstraintFailureError
class. These used to be thrown asQueryRuntimeError
. - Fauna error responses with
time_out
code are thrown asQueryTimeoutError
, regardless of HTTP status.ServiceTimeoutError
has been removed.
- Fauna error responses with
Full Changelog: v1.3.1...v2.0.0