New Features - You can now pass a `default_timeout` parameter when creating a `Session` to adjust the default timeout. - The default timeout is now 120 seconds. Previously it was 30 seconds.
8.35
New Features - Minor to help users in environments without asyncio. Drop Python 3.6 tests and add Python 3.10 and 3.11 tests.
8.32
New Features - Restore use of certifi to find SSL CA store if none is specified.
8.31
New Features - Client code has been regenerated with the latest OpenAPI generator. This may cause some breaking changes, although this has been minimised as much as possible.
8.28
New Features - Enums received from the API are not longer validated against a known list. This prevents otherwise innocuous updates to the API from breaking clients.
8.27
New Features - Add support for DragSimOptions config type.