New features
- While batching, if a throttle `429` or `503` was thrown for a request in the batch the request was not retried causing inconsistent output in rare cases. This update adds `429` and `503` response handling in the batching.
Fixes
- While batching filters, a null guid was passed which caused a lot of `400` responses in the batches. This update excludes null filter guids from the batching.