* :code:`Decimal` support and JSON serialization handling * added :code:`typing` support for all API calls * async support for VALR's beta websocket API * additional api documentation * build automation extensions
0.1.7
------------------
* Standardised api attribute naming in Client * Updated doctest and readme for more detailed SDK description
0.1.6
------------------
* Added custom warning :code:`IncompleteOrderWarning` on receiving :code:`202 Accepted` response to support custom handling of incomplete orders * Added custom warning :code:`TooManyRequestsWarning` during 429 handling * Added class flag for enabling or disabling 429 handler
0.1.5
------------------
* Expanded test suites to unit, functional and live integration testing * Internal class refactoring * Added optional HTTP 429 handling by honouring the "Retry-After" header value sent in VALR responses
0.1.4
------------------
* Streamlined ordering api calls with decorators * Added typing support * Re-worked class design internals to support later async expansion * Fixed bugs with str 'None' insertion with f-strings * Expanded unit tests to cover all api endpoints for synchronous client
0.1.3
------------------
* Fixed defect with empty body signed signatures * Updated class importing * Added additional docstrings and unit tests