Skip to content

v0.18.0 - User apps, fixes and more

Compare
Choose a tag to compare
@sebm253 sebm253 released this 07 Apr 22:40
· 25 commits to master since this release
d861eea

What's Changed

Caution

User-installable apps are currently in preview. During the preview, there are major limitations and known bugs, and API details are subject to change.

Breaking Changes

  • handler middlewares now have a handler.InteractionEvent type which carries a context, path variables & provide convenient methods to respond to interactions
  • handler.XEvent.Variables has been renamed to handler.XEvent.Vars
  • refactor of oauth2.GenerateAuthorizationURL() & GenerateAuthorizationURLState() params into a struct to prevent breaking changes in the future

Full Changelog: v0.17.2...v0.18.0