Skip to content

Releases: rehive/rehive-python

1.3.5

05 Sep 14:07

Choose a tag to compare

Enhancements

Add the following resource endpoints

  • /document-types/ - GET
  • /document-types/<type_id>/ - GET
  • /admin/document-types/ - GET, POST
  • /admin/document-types/<type_id>/ - GET, PATCH, PUT, DELETE
  • /groups/<group_id>/tiers/<tier_id>/requirement-sets/ - GET
  • /groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/ - GET
  • /admin/groups/<group_id>/tiers/<tier_id>/requirement-sets/ - GET, POST
  • /admin/groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/ - GET, PATCH, PUT, DELETE
  • /groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/items/ - GET
  • /groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/items/<item_id>/ - GET
  • /admin/groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/items/ - GET, POST
  • /admin/groups/<group_id>/tiers/<tier_id>/requirement-sets/<set_id>/items/<item_id>/ - GET, DELETE

1.3.0

18 Nov 14:58
b508dcf

Choose a tag to compare

Enhancements

  • Updated the file upload functionality to work on any attribute name and correctly populate the request with multiple files from the same resource.
  • Fixed the "required" fields on certain admin resources: permissions and tiers
  • Added all the missing resources that have been added to the platform but were never added to the SDK:
    • /admin/users/wallet-accounts/ and related endpoints (for admin and user endpoints).
    • /admin​/transactions​/{tx_code}​/messages​/ and related endpoints (for admin and user endpoints).
    • /admin/search/
    • /admin/services/ and related endpoints including the perrmissions endpoints: /admin/services/{service_id}/permissions/
    • /admin/legal-terms/ and related endpoints (for public, admin and user endpoints)
    • /admin/groups/{group_name}/fees/ and related group fee endpoints.
    • /admin/company/links/ and related endpoints
    • /admin/authenticator-rules/ and related endpoints
    • /admin/auth/deactivate/ and /admin/auth/deactivate/verify/
    • /admin/auth/password/reset/ and /admin/auth/password/reset/confirm
    • /admin/access-control-rules/ and related endpoints
    • /user​/legal-terms​/ and related endpoints
    • /user/wallet-accounts/ and related endpoints
    • /public​/companies​/ and related endpoints
    • /public/legal-terms/ and related endpoints
    • /auth/mfa/authenticators/ and related endpoints
    • /auth​/mfa​/deliver​/
    • /auth/mfa/verify/
  • Removed deprecated MFA endpoints.

1.2.24

23 Jun 20:33

Choose a tag to compare

  • Update the limit_type and crypto_type fields to use type, which matches the API resource values.

1.2.23

25 May 15:22

Choose a tag to compare

  • Update to support optional user and recipient urls in the admin transaction endpoints.

1.2.19

20 Jan 11:17

Choose a tag to compare

Enhancements

  • Renamed base resource.
  • Added support for custom user agents.
  • Updated the currency create method to have the correct optional fields.
  • Fixed transaction patch in the admin resources

1.2.17

30 Nov 11:28

Choose a tag to compare

Features

  • Added new admin authenticated login and register endpoints.

1.2.15

10 Dec 12:13

Choose a tag to compare

  • Updated to support account definitions fully.

1.2.12

01 Sep 14:22

Choose a tag to compare

Bugs

  • Fixed a bug in count state on nested collection resources.

1.2.11

25 Aug 18:32

Choose a tag to compare

  • Hotfix to fix a super() call that references the wrong class.

1.2.10

25 Aug 18:19

Choose a tag to compare

  • Added metrics and exports resources to the SDK.