Skip to content

Release v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 21:36
· 33 commits to trunk since this release
b6a74e1

Starting from v1.0.1 the SDK implements 3 retry attempts when using Apache Arrow Flight API. This could be configured or disabled using setMaxRetries:

const spiceClient = new SpiceClient('API_KEY');
spiceClient.setMaxRetries(5); // Setting to 0 will disable retries

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1