Skip to content

1.1.0

Compare
Choose a tag to compare
@MJMortimer MJMortimer released this 02 Aug 22:20
· 521 commits to master since this release

Summary

This release is all about async.
We've stopped using .Result in a number of different places in key parts of the SDK, instead lifting the async up through the stack.

This has had some knock on effects for a number of interfaces and so will require changes to your applications if you're not using a private application integration.

If you have any major problems updating to this new version of the SDK, please raise an issue.

Changes

  • #48 Stop using .Result in token based auth, and instead lift async through the stack