Skip to content

Releases: reincubate/ricloud

v3.0.0rc1

02 Oct 10:59
Compare
Choose a tag to compare
v3.0.0rc1 Pre-release
Pre-release
  • 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

14 Mar 17:39
Compare
Choose a tag to compare
  • 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

01 Nov 13:13
Compare
Choose a tag to compare
  • 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

03 Jan 16:17
Compare
Choose a tag to compare
  • 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

24 Apr 21:12
Compare
Choose a tag to compare
  • 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

10 Feb 17:16
Compare
Choose a tag to compare
v2.0.4

2.0.1

18 Jan 11:50
Compare
Choose a tag to compare

Fix for pypi package release requirements.

2.0.0

17 Jan 18:55
Compare
Choose a tag to compare

Inital release of the new ricloud API client. This implementation is not compatible with implementations of the 1.x.y versions of the client.