Skip to content

Releases: go-pkgz/repeater

v2.1.0

28 Jun 18:50
c881674

Choose a tag to compare

New Features

Execution Statistics Tracking

  • Added Stats() method to track detailed execution metrics
  • Track number of attempts, success/failure status, durations, and errors
  • Separate tracking for work time vs delay time

Improvements

  • Migrated golangci-lint configuration to v2
  • Updated GitHub Actions workflow
  • Code refactoring to reduce duplication
  • Added thread-safety documentation

Example

stats := r.Stats()
fmt.Printf("Attempts: %d, Duration: %v\n", stats.Attempts, stats.TotalDuration)

Version v2.0.0

15 Feb 06:57

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v2.0.0

Version 1.2.0

15 Oct 16:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.3...v1.2.0

Version 1.1.0

28 Jan 01:20

Choose a tag to compare

  • Add context to Do call

v1.0.0

24 Jul 15:35
f2a67dc

Choose a tag to compare

add Go Report Card badge