Releases: fauna/fauna-js
Releases · fauna/fauna-js
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
v1.3.0
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
v1.1.0
API changes:
- FAUNA_ENDPOINT env variable is respected.
- Can set a
secret
override in.query
, and can retrieve thesecret
fromclientConfiguration
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
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
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
v0.9.4
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