5.0.0
What's Changed
- feat: Modify Auth Callback Controller to support Xero errors by @joe-niland in #92
What's Breaking
- This release introduces a new way of handling Xero authorization errors.
An invalid response from the Xero server will now throw a custom OAuthException.
See the readme for an example on how to gracefully handle this exception. - This release adds the Xero
ConnectionId
parameter into the tenants array for each tenant.
This typically should not be a breaking change in most applications unless directly comparing the entire tenants array.
New Contributors
- @joe-niland made their first contribution in #92
Full Changelog: 4.4.0...5.0.0