Skip to content

Releases: Syncano/syncano-python

Release 5.0.0

23 Mar 09:55
Compare
Choose a tag to compare
  • Support python 3 now.
  • use new API version v1.1
  • incompatible with previous versions

Release 4.2.0

09 Mar 13:08
Compare
Choose a tag to compare

Release notes:

[LIB-311] - Manger supports now count
[LIB-487] - Fix bug with datetime to_native
[LIB-488] - Fix bug with bool to_native
[LIB-361] - Anonymous flag add in API Keys
[LIB-453] - Rename an instance is now possible
[LIB-541] - Response can be returned now as template
[LIB-581] - Fix bug with two (or more) files on DataObject - now fully supported

Release 4.1.0

20 Jan 12:37
Compare
Choose a tag to compare

Release notes

  • Filefield - correct handling in update in DataObjects
  • Add new update syntax for manager:
    ManagerInstance.please.filter(id=2).update(name='new_name')
  • add api_key verification possibility
  • add deprecation decorator for release purposes
  • add support in save() and custom exception for expected_revision
  • add new model ResponseTemplate which is a responsible for handling the response_templates in CORE
  • removed connect_instance method - to avoid confusion
  • add methods (get_account_info, get_user_info) on Connection to obtain account and user info

0.6.2

26 May 09:40
Compare
Choose a tag to compare
0.6.2

0.6.1 Beta

07 Apr 11:59
Compare
Choose a tag to compare
0.6.1.beta

syncano version 0.6.1.beta

0.5 beta

27 Feb 11:30
Compare
Choose a tag to compare

Added ObjectHandler

0.4 beta

27 Feb 09:10
Compare
Choose a tag to compare
Update README.rst

Instalation instruction