Files
bun.sh/test/regression/issue
Claude Bot 37bdffed03 Add HTTP thread-based Bun version update checker
Implements a version checker that runs during HTTP thread idle periods:

- Checks for Bun version updates at random intervals (30-180 seconds)
- Only runs when HTTP thread is idle (no active requests)
- Ensures only one check per idle period using state tracking
- Integrates with existing usockets sweep timer (4-second intervals)
- Uses existing HTTP infrastructure for version checking
- Includes basic test coverage

The checker activates during HTTP thread idle periods, making efficient
use of the existing 4-second sweep timer cycle. This provides automatic
update notifications without impacting performance during active usage.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 07:35:07 +00:00
..
2025-01-28 17:23:57 -08:00
2025-06-03 13:23:12 -07:00
2025-06-03 23:41:37 -07:00
2025-01-17 22:08:07 -08:00
2025-03-03 21:38:05 -08:00
2025-05-26 21:18:22 -07:00
2025-07-03 01:06:22 -07:00
2025-07-23 22:31:42 -07:00
2025-07-20 23:02:10 -07:00