Added
- New
ConnectionApiError
when a connection or network error occurs (see issue #176, thanks Mateusz Konieczny)
Changed
- Use the pattern
raise XYError from e
to explicitly add the original exceptions as the cause for a new (wrapped) exception.
Removed
- Remove u string prefix (see PR #180, thanks Boris Verkhovskiy)