This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
v0.8.0 #2349
sandhose
announced in
Announcements
v0.8.0
#2349
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Device code grant support
The OAuth 2.0 device code grant is a way for clients with limited input capabilities to obtain an access token.
This is useful for CLI tools, TV apps, but also as a general way to login through another device.
device-code.mov
mas-cli doctor
Introducing a new command to help diagnose common issues with your setup!
This should help you identify common issues with your setup, and provide guidance on how to fix them.
German translation
This version includes an initial German translation!
If you want to contribute by helping translate the Matrix Authentication Service in your language, please head to the Localazy project.
Terms of Services agreement
The registration pages now include a checkbox to agree to the Terms of Services, if the
branding.tos_uri
is set in the configuration.This records for each user which
tos_uri
they agreed to and when, helping you to track who agreed to which version of your terms and conditions.Automatic database schema upgrades
Database schema upgrades are now automatically applied when the server starts.
Before, it was necessary to run
mas-cli database upgrade
every time the server was updated to a new version, or run the server withmas-cli server --migrate
.Now,
mas-cli server
will automatically apply the necessary schema upgrades when the server starts, making it easier to keep your server up to date.You can opt-out of this behavior by setting the
--no-migrate
flag when starting the server.Full Changelog: v0.7.0...v0.8.0
Docker image
Regular image:
Debug variant:
syn2mas
migration tool:This discussion was created from the release v0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions