This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed rare process crash by parking the affected thread until process exit.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds issue forms to the repository. Adds issue forms to the repository. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Adds a pull request template. Adds a pull request template. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Limits sync barriers to reduce contention. Limits sync barriers to reduce contention. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Isolates blocking copies for better performance. Isolates blocking copies for better performance. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Feature | Low |
Quarantines retired threads to avoid reuse. Quarantines retired threads to avoid reuse. Source: llm_adapter@2026-07-16 Confidence: high |
— |
| Bugfix | Medium |
Prevents rare process crash after executor cleanup failure by parking affected thread until exit. Prevents rare process crash after executor cleanup failure by parking affected thread until exit. Source: llm_adapter@2026-07-16 Confidence: low |
— |
Full changelog
What's Changed
- add issue forms by @eitamring in https://github.com/eitamring/gocudrv/pull/65
- add pr template by @eitamring in https://github.com/eitamring/gocudrv/pull/71
- limit sync barriers by @eitamring in https://github.com/eitamring/gocudrv/pull/70
- isolate blocking copies by @eitamring in https://github.com/eitamring/gocudrv/pull/72
- quarantine retired threads by @eitamring in https://github.com/eitamring/gocudrv/pull/74
This release also fixes a rare process crash after executor cleanup fails. The affected thread is parked until process exit instead of being reused or terminated.
Full Changelog: https://github.com/eitamring/gocudrv/compare/v0.3.0...v0.3.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About eitamring/gocudrv
All releases →Related context
Related tools
Earlier breaking changes
- v0.3.0 Old host‑copy signatures now require accepting PinnedHost type.
Beta — feedback welcome: [email protected]