Go Twitch Irc Versions Save

go irc client for twitch.tv

v4.0.0

1 year ago

What's Changed

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v3.3.0...v4.0.0

v3.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v3.2.0...v3.3.0

v3.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v3.1.0...v3.2.0

v3.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v3.0.0...v3.1.0

v3.0.0

2 years ago

Breaking changes

membership capability removed #126 RateLimiter naming changes #172 import path changed to v3

What's Changed

New Contributors

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v2.8.1...v3.0.0

v3.0.0-beta.2

2 years ago

Breaking changes

membership capability removed #126 RateLimiter naming changes #172 import path changed to v3

What's Changed

New Contributors

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v2.8.1...v3.0.0-beta.2

v2.8.2-beta.1

2 years ago

What's Changed

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v2.8.1...v2.8.2-beta.1

v2.8.1

2 years ago

What's Changed

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v2.8.0...v2.8.1

v2.8.0

2 years ago

What's Changed

Full Changelog: https://github.com/gempir/go-twitch-irc/compare/v2.7.0...v2.8.0

v2.7.0

2 years ago
  • Respect join ratelimits #160 - This change is a bit breaking since it will now use the default ratelimits from twitch and might cause your joins to be slower - Use SetRatelimiter with the factory methods CreateVerifiedRateLimiter or CreateUnlimitedRateLimiter to change the limits