Skip to content

3.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 03:41
· 146 commits to main since this release

API Version 5.7.5

Hondana Changelog

Fix Release.

Added

Changes

  • Rename Client.permissions to Client.user_info. (6c5fbac)

Fixes

  • Fix import paths potentially shadowing builtin paths, namely token and types. (6c5fbac)

Notes

The above fix should have been a breaking change, but as it was not to the "user facing" part of the codebase, mainly the
types submodule and renaming of token.Permissions to user.UserInfo.
I expect this will be a breaking change in a very minute number of usercode, and can only offer an apology for this.

Noted Contributors