v4.0.0 is a major release, introducing support for extra record fields, health check method support, sorting support, new date filters support and a series of bugfixes.
🏆 New Feature:
- https://github.com/incountry/sdk-python/pull/164 [Python SDK] Allow oAuth2 token Storage initialization + Remove API Key authorization support
- https://github.com/incountry/sdk-python/pull/170 [Python SDK] add Schema 2.4 support
- https://github.com/incountry/sdk-python/pull/171 [Python SDK] add healthcheck method
💎 Enhancements:
- https://github.com/incountry/sdk-python/pull/172 [Python SDK] encrypt/decrypt_record should allow passing custom field lists to hash/encrypt instead of hardcode
📝 Documentation:
- https://github.com/incountry/sdk-python/pull/179 https://github.com/incountry/sdk-python/pull/176 [Python SDK] update README - add table of contents, add new fields description
🔧 Bug Fixes:
- https://github.com/incountry/sdk-python/pull/174 [Python SDK] Storage.write() modifies kwargs at python 3.8
- https://github.com/incountry/sdk-python/pull/173 [Python SDK] Custom headers functionality allows to override service headers
- https://github.com/incountry/sdk-python/pull/175 [Python SDK] Storage.read() with empty strings in fields in Storage.write() returns hashes in response
- https://github.com/incountry/sdk-python/pull/178 [Python] Absent request options validation for update_attachment_meta and health_check