Releases: Syncano/syncano-python
Releases · Syncano/syncano-python
Release v5.4.4
Release notes:
- fix handling files in Data Object;
Release v5.4.3
Release notes:
Custom sockets improvements:
- allow to add config when installing socket from url;
- add structures for handling class dependency;
Release v5.4.2
Release notes:
- add possibility to register a new user;
Release v5.4.1
Release notes:
- Fix in multiple filtering with relations;
- Hosting changes and improvements;
Release v5.4.0
Release notes:
- Retry-after support (no-longer throttle errors)
- Custom Socket support
- Create objects from DataEndpoint
Release v5.3.0
Release notes:
- Add hosting support.
Release v5.2.0
Release notes:
- Add string field filtering;
- Add mixin fro handling the array fields operations;
- Add cache_key support for data endpoints and script endpoints;
- Add special error if user is not found;
- Saving a user saves now user_profile;
- Add query paramter to DataEndpoints
- Add proper user and group endpoints handling;
- Add Backup and PartialBackup models; with full CRUD;
- Fixes in library requests;
- Add possibility to restore backups;
- Add possibility to define instance global config;
- Add possibility to use template on DataEndpoint - on get();
Release v5.1.0
Release notes:
- Python LIB: add support for relation field
- Push Devices - allow to edit, add possibility to send message directly
- Add support for GEO fields filtering in classes
- Add support for GEO fields in classes
- Add tests for templates functionality
- Fix docs on gh-pages for python lib
- Add support for schedule timezone support (add, update, read, use)
- Bugfixes
Release v5.0.2
- Add APNS push configs handlng
- Add GCM push configs handlng
- bugfixes
Release 5.0.1
Release notes:
- Add possibility to resend invitation
- Add possibility to increment and decrement integers and floats in atomic transaction
- Add rename for ResponseTemplate model