Skip to content

5.11.0

Latest

Choose a tag to compare

@devoxin devoxin released this 02 Apr 18:43
450b272

Additions

  • Added set_request_tracebacks helper method as well as client init kwarg for enabling receiving trace fields in responses.
  • Added Client.clear_event_hooks method.

Fixes

  • Fix handling of JSON deserialization when content type doesn't match caused by 503 responses
  • Fixed registering private methods (those denoted with a _ prefix) as event hooks.
  • Fixed dispatching voice server update payloads without a valid endpoint.
  • Fixed initialization of LoadResultError via the create() classmethod if an instance of Severity was passed.

Changes

  • Removed __all__ declaration from __init__.py.
  • Changed websocket retry attempt delay to an exponential back-off strategy.

Typings

  • Fixed Equalizer.update overload having the wrong type for gain