Skip to content

Releases: Its-donkey/kappopher

v1.2.0

10 Feb 14:29
4578dcd

Choose a tag to compare

What's Changed

  • Align API names with Twitch reference, fix pagination deserialization by @Its-donkey in #58
  • Release v1.2.0: Promote test to main by @github-actions[bot] in #59

Full Changelog: v1.1.1...v1.2.0

v1.1.1

07 Feb 10:05
34b3993

Choose a tag to compare

What's Changed

  • Remove coverage badge auto-commit by @Its-donkey in #50
  • Add Jekyll documentation site with custom Twitch-inspired theme by @Its-donkey in #51
  • Add GitHub Pages documentation site with custom theme by @Its-donkey in #52
  • Add WithToken context override for per-request authentication by @Its-donkey in #53
  • Add documentation for WithToken per-request token override by @Its-donkey in #55
  • Fix promotion workflow to use auto-merge for branch protection by @Its-donkey in #57
  • Release v1.1.1: Promote test to main by @github-actions[bot] in #56

Full Changelog: v1.1.0...v1.1.1

What's Changed

  • Remove coverage badge auto-commit by @Its-donkey in #50
  • Add Jekyll documentation site with custom Twitch-inspired theme by @Its-donkey in #51
  • Add GitHub Pages documentation site with custom theme by @Its-donkey in #52
  • Add WithToken context override for per-request authentication by @Its-donkey in #53
  • Add documentation for WithToken per-request token override by @Its-donkey in #55
  • Fix promotion workflow to use auto-merge for branch protection by @Its-donkey in #57
  • Release v1.1.1: Promote test to main by @github-actions[bot] in #56

Full Changelog: v1.1.0...v1.1.1

v1.1.0

19 Jan 14:06
da3beed

Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.1.0

v1.0.2

19 Jan 10:50
306b7b2

Choose a tag to compare

What's Changed

  • Separate Hype Train API and fix lint issues by @Its-donkey in #35
  • V2 protocol improvements and enhancements by @Its-donkey in #36
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #37
  • Configure Dependabot to target test branch by @Its-donkey in #41
  • Fix 33 issues and improve test coverage to 97.2% by @Its-donkey in #42
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #43
  • Merge Its-donkey-patch-1 into test by @Its-donkey in #44
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #45

Full Changelog: v1.0.0...v1.0.2

What's Changed

  • Separate Hype Train API and fix lint issues by @Its-donkey in #35
  • V2 protocol improvements and enhancements by @Its-donkey in #36
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #37
  • Configure Dependabot to target test branch by @Its-donkey in #41
  • Fix 33 issues and improve test coverage to 97.2% by @Its-donkey in #42
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #43
  • Merge Its-donkey-patch-1 into test by @Its-donkey in #44
  • Release v1.0.1: Promote test to main by @github-actions[bot] in #45
  • Update CHANGELOG for v1.0.2 release by @Its-donkey in #46

Full Changelog: v1.0.0...v1.0.2

v1.0.0

15 Jan 15:21

Choose a tag to compare

What's Changed

  • Update Codecov badge link in README.md by @Its-donkey in #31
  • Add PubSub compatibility layer backed by EventSub by @Its-donkey in #32
  • Add Hype Train EventSub v2 support and documentation updates by @Its-donkey in #33
  • Release v1.0.0: Promote test to main by @github-actions[bot] in #34

Full Changelog: v0.4.0...v1.0.0

Full Changelog: v0.3.3...v1.0.0

v0.4.0

23 Dec 04:48
02d4e75

Choose a tag to compare

What's Changed

  • Automate CHANGELOG versioning on release promotion by @Its-donkey in #25
  • Merge workflow automation to main by @Its-donkey in #26
  • Add CreateClipFromVOD API endpoint by @Its-donkey in #24
  • Add IRC/TMI chat client support by @Its-donkey in #23
  • Revert "Automate CHANGELOG versioning on release promotion" by @Its-donkey in #27
  • Fix release-promotion workflow by @Its-donkey in #28
  • Release v0.4.0: Promote test to main by @github-actions[bot] in #29

Full Changelog: v0.3.3...v0.4.0

What's Changed

  • Automate CHANGELOG versioning on release promotion by @Its-donkey in #25
  • Merge workflow automation to main by @Its-donkey in #26
  • Add CreateClipFromVOD API endpoint by @Its-donkey in #24
  • Add IRC/TMI chat client support by @Its-donkey in #23
  • Revert "Automate CHANGELOG versioning on release promotion" by @Its-donkey in #27
  • Fix release-promotion workflow by @Its-donkey in #28
  • Release v0.4.0: Promote test to main by @github-actions[bot] in #29
  • Release v0.4.0: Promote test to main by @github-actions[bot] in #30

Full Changelog: v0.3.3...v0.4.0

v0.3.3

18 Dec 10:10

Choose a tag to compare

What's Changed

Code Quality

  • Applied gofmt -s simplification to improve Go Report Card score
  • Cleaned up struct field alignment in auth.go

Full Changelog: https://github.com/Its-donkey/helix/compare/v0.3.2...v0.3.3

Full Changelog: https://github.com/Its-donkey/helix/compare/v0.3.2...v0.3.3

v0.3.2

18 Dec 08:39

Choose a tag to compare

What's Changed

Improvements

  • Improved test coverage from 86.6% to ~95%
  • Added comprehensive tests for error handling across all API endpoints
  • Fixed lint errors (errcheck, staticcheck)
  • Fixed data race in auth auto-refresh tests
  • Added badge constants and helper methods for EventSub chat events

Bug Fixes

  • Fixed unchecked return values for w.Write in tests
  • Converted if/else chains to switch statements where appropriate
  • Fixed empty branches in test files

Full Changelog: https://github.com/Its-donkey/helix/compare/v0.3.1...v0.3.2

What's Changed

Full Changelog: https://github.com/Its-donkey/helix/compare/v0.3.1...v0.3.2

v0.3.1

11 Dec 06:50

Choose a tag to compare

Fixed

  • Fixed errcheck lint issues (unchecked error returns) across all source and test files
  • Fixed staticcheck lint issues (unnecessary embedded field selectors) in auth.go and eventsub.go

v0.3.0

11 Dec 06:28

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Its-donkey/helix/commits/v0.3.0