Skip to content

chore: harden CI and update dependencies#69

Closed
Patel230 wants to merge 3 commits into
mainfrom
pr/ci-hardening
Closed

chore: harden CI and update dependencies#69
Patel230 wants to merge 3 commits into
mainfrom
pr/ci-hardening

Conversation

@Patel230

Copy link
Copy Markdown
Contributor

Pin CI actions, add OpenAPI coverage tests, remove parallel filter, fix stream race conditions.

Patel230 and others added 2 commits July 14, 2026 14:49
… panic

StreamCompressor.Reset() could be clobbered by a stale in-flight
backgroundCompress goroutine writing its result after the reset, and
Close() panicked if called twice due to an unguarded close(done).

Add an epoch counter that Reset() bumps; backgroundCompress captures
the epoch when it starts and discards its result if the epoch has
since changed, making stale writes a no-op instead of an overwrite.
Guard Close() with sync.Once so repeated calls are safe.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@Patel230 Patel230 enabled auto-merge July 14, 2026 09:21
@Patel230 Patel230 closed this Jul 14, 2026
auto-merge was automatically disabled July 14, 2026 09:32

Pull request was closed

@Patel230 Patel230 deleted the pr/ci-hardening branch July 14, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant