* Breaking change: Exception names now end with ``Error``. * Use a timeout (30 seconds) when making requests to the VWS API. * Type hint changes: images are now ``io.BytesIO`` instances or ``io.BufferedRandom``.
2024.02.19
------------
* Add exception response attribute to ``vws.exceptions.custom_exceptions.RequestEntityTooLarge``.
2024.02.06
------------
* Exception response attributes are now ``vws.exceptions.response.Response`` instances rather than ``requests.Response`` objects.
2024.02.04.1
------------
2024.02.04
------------
* Return a new error (``vws.custom_exceptions.ServerError``) when the server returns a 5xx status code.
2023.12.27
------------
* Breaking change: The ``vws.exceptions.cloud_reco_exceptions.UnknownVWSErrorPossiblyBadName`` is now ``vws.exceptions.custom_exceptions.OopsAnErrorOccurredPossiblyBadName``. * ``vws.exceptions.custom_exceptions.OopsAnErrorOccurredPossiblyBadName`` now has a ``response`` parameter and attribute.