Skip to content

Releases: Syncano/syncano-python

Release v5.4.4

27 Sep 13:58
Compare
Choose a tag to compare

Release notes:

  • fix handling files in Data Object;

Release v5.4.3

23 Sep 15:18
Compare
Choose a tag to compare

Release notes:

Custom sockets improvements:

  • allow to add config when installing socket from url;
  • add structures for handling class dependency;

Release v5.4.2

12 Sep 11:21
Compare
Choose a tag to compare

Release notes:

  • add possibility to register a new user;

Release v5.4.1

30 Aug 14:08
Compare
Choose a tag to compare

Release notes:

  • Fix in multiple filtering with relations;
  • Hosting changes and improvements;

Release v5.4.0

24 Aug 13:17
Compare
Choose a tag to compare

Release notes:

  • Retry-after support (no-longer throttle errors)
  • Custom Socket support
  • Create objects from DataEndpoint

Release v5.3.0

26 Jul 11:39
Compare
Choose a tag to compare

Release notes:

  • Add hosting support.

Release v5.2.0

19 Jul 13:11
Compare
Choose a tag to compare

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

13 May 08:58
Compare
Choose a tag to compare

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

13 May 08:44
Compare
Choose a tag to compare
  • Add APNS push configs handlng
  • Add GCM push configs handlng
  • bugfixes

Release 5.0.1

07 Apr 07:41
Compare
Choose a tag to compare

Release notes:

  • Add possibility to resend invitation
  • Add possibility to increment and decrement integers and floats in atomic transaction
  • Add rename for ResponseTemplate model