Release v1.0.1
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
- Add app level retry logic for flight requests by @sgrebnov in #120
- Bump dependencies by @sgrebnov in #122
- Version 1.0.1 by @sgrebnov in #123
New Contributors
Full Changelog: v1.0.0...v1.0.1