Skip to content

release-0.4.0

Choose a tag to compare

@AndyButland AndyButland released this 16 Nov 17:37
· 103 commits to main since this release
3e6b91c

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