What's Changed * Added `attempt` attribute to `RetryEvent` * Added `count` attribute to `RestApiCallConsumptionEvent` and `BulkApiBatchConsumptionEvent` * Authentication requests now respect `retry_policy` and `concurrency_limit` set for `Salesforce` client calling them
What's Changed * Ahieved 100% test coverage, fixed bugs :bug: in the process * `RetryEvent` now has `exception` attribute * Fixed json serializer not formatting some dates/datetimes in compliance with the Salesforce spec
What's Changed * Configured Codecov and added Windows tests by georgebv in https://github.com/georgebv/aiosalesforce/pull/1 * Added `orjson` for more general serialization and for better performance * Added SOQL query formatter * Added unit tests and fixed many bugs :bug: