What's Changed
- chore(deps): upgrade buildkite-logs to v0.10.0 by @wolfeidau in #289
Changes to the log tools (tail_logs, search_logs, read_logs), delivered via the buildkite-logs upgrade:
- More reliable streaming logs, streaming failures are now surfaced correctly instead of being silently swallowed, so tail_logs won't quietly return incomplete output on an error.
- Faster job status resolution, job status checks are memoized, reducing redundant API calls when working with logs.
Full Changelog: v1.6.0...v1.6.1