Skip to content

v1.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@fenbox fenbox released this 28 Mar 08:49
· 2365 commits to main since this release

🎉 We're excited to announce the addition of plugin support to our platform! 🎉

With this new feature, you can now easily extend the functionality of our product by following our documentation to write plugins. To help you get started, we've included an official basic OAuth2 plugin that you can use right away. This plugin will simplify the process of integrating OAuth2 authentication into your product, making it more secure and user-friendly.

Now, you can try out the plugin by pulling the answerdev/answer:1.1.0 docker image.

There's still more to come, but we’ve held off shipping until we ironed out enough issues.

New Features

  • New: Plugin Support. #203
  • New: Basic OAuth2 plugin. #128