Skip to content

Releases: go-joe/slack-adapter

Release v2.3.0

Choose a tag to compare

@fgrosse fgrosse released this 29 Jun 09:26
2d39d9f
  • Update github.com/slack-go/slack from v0.6.5 to v0.23.1
  • Bump the minimum required Go version to 1.25 (required by the new slack-go release)
  • Modernize the CI workflows and migrate the golangci-lint configuration to the v2 format

Release v2.2.0

Choose a tag to compare

@fgrosse fgrosse released this 30 Jan 14:03
  • Add new Config.EventsAPIConfig.Middlewar configuration and corresponding WithMiddleware(…) option.
    This fixes #19 by allowing the user to inject a custom HTTP middleware for the
    EventsAPIServer, e.g. in order to enable custom (health) endpoints.