Releases: kriscoleman/GoRetry
Releases · kriscoleman/GoRetry
GoRetry v0.0.1
What's Changed
This is the first release of GoRetry! 🎉
✨ Features
- Complete retry library with multiple backoff policies
- Thread-safe implementation with cryptographically secure jitter
- Context support for cancellation and timeouts
- Comprehensive test coverage (96%+) and documentation
- Input validation and overflow protection
- Multiple retry policies: exponential, linear, fixed delay, and custom
📊 Test Results
- Test Coverage: N/A%
- Race Detection: Enabled and passed
- Benchmarks: See attached benchmark-results.txt
🔒 Security
- All dependencies verified
- Code linting and security scanning passed
- Cryptographically secure random number generation
What's Changed
- Fix critical security and concurrency issues by @kriscoleman in #2
New Contributors
- @kriscoleman made their first contribution in #2
Full Changelog: https://github.com/kriscoleman/GoRetry/commits/v0.0.1
What's Changed
This is the first release of GoRetry! 🎉
✨ Features
- Complete retry library with multiple backoff policies
- Thread-safe implementation with cryptographically secure jitter
- Context support for cancellation and timeouts
- Comprehensive test coverage (96%+) and documentation
- Input validation and overflow protection
- Multiple retry policies: exponential, linear, fixed delay, and custom
📊 Test Results
- Test Coverage: N/A%
- Race Detection: Enabled and passed
- Benchmarks: See attached benchmark-results.txt
🔒 Security
- All dependencies verified
- Code linting and security scanning passed
- Cryptographically secure random number generation