Releases: reincubate/ricloud
Releases · reincubate/ricloud
v3.0.0rc1
- Added support for interacting with subscription resources.
- New rirelay service samples.
- New helpers commands for local configuration initialisation.
- New helpers for setting up a local event notification receiver using flask and a tool such as ngrok.
v2.3.10
- Use sessions to improve connection efficiency in API calls.
- Clear critical path in asmaster file handler. This helps the listener thread consume the stream faster by a few orders of magnitude.
- Minor logging of pending result handling added.
- Some extra profiling for asmaster handlers.
v2.3.8
- Decoupled database handler to avoid requiring MySQL-python across the board.
- Bump required version of requests for CVE-2018-18074 patch.
- Little bit of cleanup.
v2.3.2
- Improved the robustness of the new worker thread when in asmaster listener mode. Extra logging around errors here.
- Extra debug logging around the asmaster listener to aid in issue diagnosis.
- Complete setting up CircleCI testing.
- Some nice badges in the README.
v2.1.0
- Added manager mode for use with asmaster.
- Added listener mode for use with aschannel.
- Added supporting database schema, etc. for listener mode.
v2.0.4
v2.0.4
2.0.1
Fix for pypi package release requirements.
2.0.0
Inital release of the new ricloud API client. This implementation is not compatible with implementations of the 1.x.y
versions of the client.