* Move ``Response`` from ``vws.exceptions.response`` to ``vws.types``. * Add ``raw`` field to ``Response``.
2024.09.03
------------
* Make ``VWS.make_request`` a public method.
2024.09.02
------------
* 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``.