Releases: rehive/rehive-python
Releases · rehive/rehive-python
1.3.5
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
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
- Update the
limit_typeandcrypto_typefields to usetype, which matches the API resource values.
1.2.23
- Update to support optional user and recipient urls in the admin transaction endpoints.
1.2.19
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
Features
- Added new admin authenticated login and register endpoints.
1.2.15
- Updated to support account definitions fully.
1.2.12
Bugs
- Fixed a bug in count state on nested collection resources.
1.2.11
- Hotfix to fix a super() call that references the wrong class.
1.2.10
- Added metrics and exports resources to the SDK.