Skip to content

v3.3.0

Latest

Choose a tag to compare

@Luc1412 Luc1412 released this 02 Nov 22:45
· 9 commits to master since this release
d2bf52c

Breaking Changes

  • Drop support for Python 3.9. The minimum supported Python version is now 3.10.

New Features

  • Added support for CosmeticType.SIDEKICK.

Bug Fixes

  • Fixed an issue that caused Asset.resize to raise TypeError instead of ValueError when the given size isn't a power of 2.
  • Fixed an issue that caused ServiceUnavailable to be raised with a static message as a fallback for all unhandled http status codes. Instead HTTPException is raised with the proper error message.
  • Fixed typing of our internal "Enum-like" classes. They are now typed as a Enum.

Miscellaneous

  • Added official support for Python 3.14.