Releases: fauna/fauna-js
Releases · fauna/fauna-js
v2.4.0
What's Changed
- Better support for interfaces as query responses by @ptpaterson in #305
- Add performance hints support by @fauna-chase in #309
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- Introduce event cursor support by @erickpintor in #285
- Extend HTTPRequest to support path overrides by @ecooper in #288
- Update Node environments by @ptpaterson in #292
- Add initial event feed support by @ecooper in #290
- Add
rate_limits_hit
toQueryStats
type by @ptpaterson in #293
New Contributors
- @erickpintor made their first contribution in #285
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.1
v2.1.0
Added
- Support users embedding FQL expressions in objects and arrays in #272
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
v2.0.0-beta.0
Added
Changed
- Sort service errors into the proper subclass in #252 (this is breaking with
main
)
Full Changelog: v1.4.0-beta.0...v2.0.0-beta.0
v1.4.0-beta.0
v1.3.1
What's Changed
- BT-4181: Query limits test case and pipeline collateral by @adambollen in #216
- DIND privileged: true by @cynicaljoy in #217
- Fix
testtools
pipeline path by @adambollen in #218 - No need to
docker volume rm
in pipeline by @adambollen in #219 - Revert embedding snippets in objects and arrays due to performance issues with such queries by @cleve-fauna in #220
- BT-4220: Update DIND Image by @cynicaljoy in #215
- Move query limits tests to separate docker-compose file by @adambollen in #221
New Contributors
- @adambollen made their first contribution in #216
Full Changelog: v1.3.0...v1.3.1