1.1.0
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