Releases: go-joe/slack-adapter
Releases · go-joe/slack-adapter
Release list
Release v2.3.0
- Update
github.com/slack-go/slackfrom 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
- Add new
Config.EventsAPIConfig.Middlewarconfiguration and correspondingWithMiddleware(…)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.