Releases: electricimp/ConnectionManager
Releases · electricimp/ConnectionManager
3.1.1-ci-testing
- Added Team City badge
- Updated .impt.test
- Removed travis.yml
- Added .editorconfig and .gitignore files
3.1.1
- Proper handling of the named callbacks.
3.1.0
- Add support for multiple
onConnect
/onDisconnect
/onTimeout
handlers.
- Make flush optional for
disconnect
.
3.0.0-docs|tests|examples
- Tests, samples and docs updated;
- No actual code change made, so there is no need to increment the library version.
3.0.0
force
and flushTimeout
arguments for disconnect
are introduced
- Static "constants" became real constants (footprint reduction) - NOTE: this is a breaking change!!!
- The docs are updated accordingly
2.1.0
- Added errorPolicy and waitPolicy arguments for the ConnectionManager configuration
2.0.0
Summary of changes:
- added
startBehavior
and connectTimeout
parameters;
- added onTimeout handler;
- library version format changed.