Maintenance release (bug fix)
API changes:
- None.
Big Features:
- None
Improvements:
- Fix bug where dynamic chunk splitting (i.e.
QuerySpec.SplitUntil
) could result in an error from the CloudWatch Logs Insights service likeInvalidParameterException: End time cannot be less than Start time
, resulting in the whole query stream being aborted. (See issue #25).