Skip to content

Version 4.3.0

Compare
Choose a tag to compare
@evgkirov evgkirov released this 24 Dec 20:26
· 120 commits to main since this release
a897f59

Fixed

  • For AkamaiSecureUrlBuilderWithAclToken and AkamaiSecureUrlBuilderWithUrlToken:
    • Special characters that were not previously escaped are now properly handled, as detailed in issue #275.

Changed

  • For AkamaiSecureUrlBuilderWithAclToken and AkamaiSecureUrlBuilderWithUrlToken:
    • Both classes have been made more consistent and now accept a full URL, URL path, or just the UUID of a file – whichever is more convenient for you.

Deprecated

  • For FileGroup:

    • Added a deprecation warning when accessing datetime_stored property, as it has been deprecated in the REST API. This field does not exist in REST API v0.7.x.
  • For GroupsAPI:

    • Added a deprecation warning when calling store method, as it has been deprecated in the REST API. This API endpoint does not exist in REST API v0.7.x.