Skip to content

Releases: kriscoleman/GoRetry

GoRetry v0.0.1

07 Oct 21:06
75995be

Choose a tag to compare

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

New Contributors

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