Skip to content

v3.0.1 (June 2021)

Choose a tag to compare

@bpross bpross released this 14 Jun 17:41
25fa613

Changelog:

  • Adds support for Rest API versioning (rest/v1.0 is)
  • Remove ramda dependency
  • Remove string dependency
  • Remove @procore/js-sdk-endpoints dependency
  • Add support for revoking token revoke()
  • Add Procore-Sdk-Version header to all requests
  • Add Procore-Sdk-Language header to all requests
  • Updated destroy method to delete method

Breaking Changes

  • Remove /vapid from base attribute passed to client. functions. Versioning will be handled in the client. function. See the Upgrading section for details about how to upgrade to version 3.0.1.
  • destroy method is no longer supported. Convert all destroy requests to delete.

#48
#42