Skip to content

v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 May 13:43
Immutable release. Only release title and notes can be modified.
a6af552

What's Changed

  • [FIX] Change t.Errorf to t.Error When Not Using Formatting Directives by @sbward in #3
  • Support dynamic rate limit changes via SetRateLimit by @fujiwara in #5
  • Introduce Songmu/tagpr for release automation by @fujiwara in #6
  • Pass GITHUB_TOKEN to tagpr step by @fujiwara in #7
  • Loosen rate test tolerance to +/-5% and skip too-short combinations by @fujiwara in #9
  • Add SetRateLimitEvery for "N bytes per duration" rate expression by @fujiwara in #10
  • Add ReadCloser / WriteCloser to bundle Close with rate-limited io by @fujiwara in #11
  • Drop go-humanize dependency by inlining a tiny IBytes equivalent by @fujiwara in #12
  • Add _example/download CLI: curl-like downloader with SIGUSR1 rate toggle by @fujiwara in #13

New Contributors

  • @sbward made their first contribution in #3

Full Changelog: v1.0.0...v1.1.0