Ricloud Versions Save

Python client for Reincubate's ricloud API. Yes, it works with iOS 14 & iPhone 12 backups!

v3.0.0rc1

4 years ago
  • 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

5 years ago
  • 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

5 years ago
  • 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

6 years ago
  • 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

7 years ago
  • 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

7 years ago

2.0.1

7 years ago

Fix for pypi package release requirements.

2.0.0

7 years ago

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