Skip to content

Releases: cbrgm/githubevents

v2.6.0

23 Jul 22:13
650cd6e
Compare
Choose a tag to compare

What's Changed

  • ci(tools): update build tools by @renovate[bot] in #163
  • patch(deps): update dependency golang to v1.24.5 by @renovate[bot] in #164
  • minor(deps): update module golang.org/x/sync to v0.16.0 by @renovate[bot] in #165
  • deps(golangci-lint): update to golangci-lint v2.2.2 by @cbrgm in #166
  • major(deps): update module github.com/google/go-github/v73 to v74 by @renovate[bot] in #167

Full Changelog: v2.5.0...v2.6.0

v2.5.0

24 Jun 19:33
8006069
Compare
Choose a tag to compare

What's Changed

  • ci(tools): update build tools by @renovate in #159
  • minor(deps): update module golang.org/x/sync to v0.15.0 by @renovate in #160
  • patch(deps): update dependency golang to v1.24.4 by @renovate in #161
  • major(deps): update module github.com/google/go-github/v72 to v73 by @renovate in #162

Full Changelog: v2.4.1...v2.5.0

v2.4.0

08 May 23:29
096c6a0
Compare
Choose a tag to compare

What's Changed

  • ci(tools): update golangci/golangci-lint-action action to v7.0.1 by @renovate in #150
  • ci(tools): update golangci/golangci-lint-action action to v8 by @renovate in #151
  • minor(deps): update module golang.org/x/sync to v0.14.0 by @renovate in #152
  • major(deps): update module github.com/google/go-github/v71 to v72 by @renovate in #153

Full Changelog: v2.3.1...v2.4.0

v2.3.0

22 Apr 12:41
72fc9ff
Compare
Choose a tag to compare

What's Changed

  • refactor: add the permissions block at the top level of the workflow to define the required access by @cbrgm in #144
  • minor(deps): update module golang.org/x/sync to v0.13.0 by @renovate in #145
  • feat: fix spelling mistakes, linter issues, update to go-github v71 by @cbrgm in #148

Full Changelog: v2.2.0...v2.3.0

v2.2.0

01 Apr 08:54
7926753
Compare
Choose a tag to compare

What's Changed

  • chore(golangci): update golangci-lint to v2.0.1 by @cbrgm in #140
  • chore(golangci-lint): update to golangci-lint v2 by @cbrgm in #141
  • fix: linter issues, use golangci v2 config by @cbrgm in #142
  • feat: add custom property event handlers by @acouvreur in #143

Full Changelog: v2.1.0...v2.2.0

v2.1.0

21 Mar 11:52
50fb926
Compare
Choose a tag to compare

What's Changed

  • major(deps): update module github.com/google/go-github/v69 to v70 by @renovate in #138
  • fix(error): properly forward the source error on error handler by @acouvreur in #139

Full Changelog: v2.0.1...v2.1.0

v2.0.1

06 Mar 20:30
d1c62ad
Compare
Choose a tag to compare

What's Changed

  • fix: update go mod dependencies in example projects by @cbrgm in #133
  • chore: use golangci-lint via the new go tool directive by @cbrgm in #134
  • chore(golangci): update golangci-lint to v1.64.6 by @cbrgm in #135
  • minor(deps): update module golang.org/x/sync to v0.12.0 by @renovate in #136
  • fix: recover from panic in handlers by @acouvreur in #137

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Mar 13:43
140151a
Compare
Choose a tag to compare

GitHub Events V2 Released - Breaking Changes

V2 of githubevents has been released and introduces breaking changes that require refactoring to upgrade:

  • The import path has changed and is now: github.com/cbrgm/githubevents/v2/githubevents
  • context.Context has been added as the first argument to callback functions. Existing callbacks must be updated to accommodate this change.

Please ensure you update your import statements and refactor callback function signatures accordingly.

What's Changed

  • feat!: add "ctx context.Context" to all event handlers by @acouvreur in #122
  • docs: update examples, add v2 information to readme by @cbrgm in #132

Special thanks to @acouvreur for the contributions here! 👍

Full Changelog: v1.23.1...v2.0.0

v1.23.0

13 Feb 14:51
11837f1
Compare
Choose a tag to compare

What's Changed

  • chore(golangci): update golangci-lint to v1.64.3 by @cbrgm in #114
  • feat: add "HandleEvent" function by @acouvreur in #116
  • ci(tools): update golangci/golangci-lint-action action to v6.3.3 by @renovate in #117

New Contributors

Full Changelog: v1.22.0...v1.23.0

v1.22.0

12 Feb 14:14
3ac2ab9
Compare
Choose a tag to compare

What's Changed

  • ci(tools): update golangci/golangci-lint-action action to v6.3.0 by @renovate in #109
  • minor(deps): update module golang.org/x/sync to v0.11.0 by @renovate in #110
  • ci(tools): update golangci/golangci-lint-action action to v6.3.1 by @renovate in #112
  • ci(tools): update golangci/golangci-lint-action action to v6.3.2 by @renovate in #113
  • major(deps): update module github.com/google/go-github/v68 to v69 by @renovate in #111

Full Changelog: v1.21.2...v1.22.0