Skip to content

Releases: fatfish-lab/aquarium-python-api

2.1.0

01 May 17:53
7ffea35
Compare
Choose a tag to compare

Bot

  • Create bot class

Events

  • Add events class and examples

Full Changelog: 2.0.14...2.1.0

2.0.14

01 May 16:19
Compare
Choose a tag to compare

General

  • Fix signin content-type

Full Changelog: 2.0.10...2.0.14

2.0.13

01 May 16:17
76d5ce0
Compare
Choose a tag to compare

General

  • Add datetime and date_to_iso utils function
  • Allow upload on task without file path
  • Add new strict_dotmap option on Aquarium class

Item

  • Add link function to create an edge from an item

Note

This release includes multiple tags 2.0.11 and 2.0.12.

Full Changelog: 2.0.10...2.0.13

2.0.10

19 Sep 10:18
aa21a2b
Compare
Choose a tag to compare

General

  • Add origin information for new user join email. Fixing the issue where link to join Aquarium not usable.
  • Add a function aquarium.forgot_password(email) to start forgot password procedure

User

  • Add a function user.forgot_password() to start forgot password procedure

2.0.9

28 Aug 15:24
f90b158
Compare
Choose a tag to compare

General

  • Improve error verbosity by adding response content

2.0.8

27 Jul 15:21
f435980
Compare
Choose a tag to compare

Item

  • Remove depth parameter on item.get_permissions()

2.0.7

28 Jun 10:58
Compare
Choose a tag to compare

User

  • Add user.promote_as_admin() to promote the user as domain admin
  • Add user.promote_as_super_admin() to promote the user ad domain super admin
  • Add user.demote() to remove any admin or super admin privilges
  • Add user.get_admin_status() to get the user admin status

2.0.6

12 Jun 16:45
Compare
Choose a tag to compare

Item

  • Fix trash item function where the wrong method was used (Replaced POST method by DELETE)
  • Fix delete item function where wrong endpoint was used (replaced /items to /trashed_items)

2.0.5

07 Jun 07:26
Compare
Choose a tag to compare

Item

  • Add new deep_merge parameter on item.update_date, to disable deep merge option. By default the option is enabled to keep the old behavior, as the server was always setting this option to true.
  • Fix an error on the item.get_versions function.

Edge

  • Add new deep_merge parameter on edge.update_date, to disable deep merge option. By default the option is enabled to keep the old behavior, as the server was always setting this option to true.

2.0.4

05 Jun 10:44
Compare
Choose a tag to compare

User

  • Add user.active property to get the user active state.