Releases: squarecloudofc/sdk-api-py
Releases · squarecloudofc/sdk-api-py
Release 3.0.0
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
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_listeneradded in all Application and Client methods - new caching system for Applications objects
Compatibility
just a few minor changes may require code change
squarecloud.data.CompleteLogsDatanow issquarecloud.data.FullLogsDataClient.logs_completenow isClient.full_logs