Skip to content

v0.162.0

Choose a tag to compare

@kyoshino kyoshino released this 18 May 02:22
976f4b1
  • Added the backend auth_methods option to specify which authentication methods to use for the backend.
  • ⚠️ BREAKING CHANGE: The allow_token_auth option added in v0.154.0 has been replaced by the new auth_methods option. allow_token_auth: false is the same as auth_methods: [oauth].
  • Bug fixes and improvements.

Full Changelog: v0.161.1...v0.162.0