Immutable
release. Only release title and notes can be modified.
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
Full Changelog: v1.0.0...v1.1.0