Preview release with API changes
Pre-release
Pre-release
CloudWatch Logs API support improvements.
- Add
Limit
field toQuerySpec
and improve documentation. - Fix and document behavior when there's no
@ptr
field available, e.g. understats
command. - Fix and document
Preview
behavior and introduce special@deleted
field to communicate when a preview result was deleted from the final result set. - Support
@deleted
field inUnmarshal
.
Other improvements.
- Fix deadlock and concurrency bugs in both main code and tests.
- Add runnable test examples for
Unmarshal
. - Add framework for describing query test scenarios, and add happy path query tests.
- Fix miscellaneous bugs found while testing.