Skip to content

Releases: squarecloudofc/sdk-api-py

Release 3.0.0

25 Apr 19:07

Choose a tag to compare

This version uses v2 routes, version 2.0.1(and below) will stop working from March 20th as api v1 routes will be deprecated

Added Features

New Application methods:

  • new Application.files_list method docs
  • new Application.read_file docs
  • new Application.create_file docs
  • new Application.delete_file docs

New Client methods

  • new Client. app_files_list docs
  • new Client.read_app_file docs
  • new Client.craete_app_file docs
  • new Client.delete_app_file docs
  • new Client.statistics docs

Application Caching

now the methods Application.logs, Application.data, Application.status, Application.backup have parameter update_cache, if it is False the cache of the Application will not be updated
this value by default is True docs

Release 2.0.1

16 Jan 13:51

Choose a tag to compare

Release v2.0.1

this version contains very useful features, for detailed information read the docs

Added features

  • new Client.upload method to upload an application
  • now you can create event with the new listeners(capture, on_request)
  • new parameter avoid_listener added in all Application and Client methods
  • new caching system for Applications objects

Compatibility

just a few minor changes may require code change

  • squarecloud.data.CompleteLogsData now is squarecloud.data.FullLogsData
  • Client.logs_complete now is Client.full_logs