Skip to content

Releases: etesync/etebase-py

Version 0.31.2

09 Dec 21:18
v0.31.2
Compare
Choose a tag to compare
  • Fix crashes with Python 3.9

Version 0.31.1

01 Nov 13:08
v0.31.1
Compare
Choose a tag to compare
  • Fix exposing the Utils class

Version 0.31.0

01 Nov 13:40
v0.31.0
Compare
Choose a tag to compare
  • Fix issue with custom urls lacking a trailing slash
  • Account: expose the login_key and signup_key variants.
  • Update etebase dependency

Version 0.30.0

27 Oct 08:55
v0.30.0
Compare
Choose a tag to compare
  • Login: automatically init the account if not init
  • Have global and immutable collection types (changes the create and list APIs)
  • Update etebase dependency

Version 0.21.1

30 Sep 11:42
v0.21.1
Compare
Choose a tag to compare
  • Invitations: expose from_username
  • Update etebase dep

Version 0.21.0

19 Sep 13:41
v0.21.0
Compare
Choose a tag to compare
  • Use new and shorter fingerprint pretty format
  • Update etebase dep

Version 0.20.2

16 Sep 18:31
v0.20.2
Compare
Choose a tag to compare
  • CI: statically link Windows C runtime on Windows
  • CI: change how we build the wheels to fix Windows link issue

Version 0.20.1

16 Sep 10:20
v0.20.1
Compare
Choose a tag to compare
  • Fix errors when setting item and collection metadata

Version 0.20.0

16 Sep 10:19
v0.20.0
Compare
Choose a tag to compare
  • Expose access level values
  • Rename API_URL to DEFAULT_SERVER_URL and update etebase dep.
  • Add an API function to check if it's an etebase server.
  • Update etebase dep