Skip to content

Releases: go-joe/slack-adapter

Release v2.2.0

30 Jan 14:03
Compare
Choose a tag to compare
  • 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.