release-0.4.0
·
103 commits
to main
since this release
What's Changed
- Refresh token with client credentials flow and use async for data access. by @AndyButland in #43
Breaking Changes
There are some breaking changes with this release related to the refactoring of the data access layer to be asynchronous. Some method names on public interfaces and now return Task or Task<T> responses.
Full Changelog: release-0.3.3...release-0.4.0