Release 2.7.0
·
139 commits
to master
since this release
- Allow for options to be passed onto the API connector classes
- All classes extending
BaseApiConnector
now accept a second (optional) constructor argument for anApiOptions
object that can be used to set the maximum retry count and also to configure which exception messages to retry on.