Skip to content

7.9.0

Compare
Choose a tag to compare
@frederikprijck frederikprijck released this 29 Sep 08:55
· 204 commits to master since this release
8558543

Added

  • Add cancellation token support #513 (hawxy)
  • Implement automatic rate-limit handling #512 (frederikprijck)
  • Add connection property to OrganizationConnection #511 (frederikprijck)
  • Update pagination interface to support 'from' and 'take' checkpoint pagination parameters #507 (evansims)

Fixed

Note: In the situation where you are providing your own implementation for IManagementConnection or IAuthenticationConnection, upgrading to 7.9.0 will require changing your implementations to also include the optional CancellationToken parameters.