You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Added support for storing the state of the Event Processor along the Checkpoint (#84)
* Updates for release 1.2.0 (#81)
* Made setup 2.7 compatible
* Separated async tests
* Support 2.7 types
* Bumped version
* Added non-ascii tests
* Fix CI
* Fix Py27 pylint
* Added iot sample
* Updated sender/receiver client opening
* bumped version
* Updated tests
* Fixed test name
* Fixed test env settings
* Skip eph test
* Added support for storing the state of the Event Processor along the
Checkpoint. Both Checkpoint and the EP state are stored as pickled
objects.
* Fixing pylint complaints.
* Switched from pickle back to JSON for lease persistence.
* Fixes bug when accessing leases that don't contain EP context. Also,
minor renaming.
0 commit comments