Releases: kamax-matrix/mxisd
Releases · kamax-matrix/mxisd
v0.3.0
Since v0.3.0-rc.3
Features
- Support for SendGrid as an Email notification handler - See config items - Detailed doc will follow shortly
Changes
- If the same email/phone number is invited on the same HS but on a different room, a new notification will be sent.
Since v0.2.1
Features
- Support for 3PID sessions and binds - Add Email and phone number to your user settings/profile - See the documentation.
SQL
Identity backend: Support for PostgreSQL.- Experimental push of profile 3PID data (email, phone number) from Google Firebase backend to the user profile via latest REST auth module
- Support for SendGrid as an Email notification handler - See config items - Detailed doc will follow shortly
Changes
- If the same email/phone number is invited on the same HS but on a different room, a new notification will be sent.
Bug fixes
- LDAP Backend: Gracefully handle empty user name for authentication.
- Single lookup endpoint would return invalid body on empty result, causing federation issues (f1e78af)
- Attempting to perform federated lookup to a domain having SRV records for Identity could fail (bee2a51)
Installers/Packages
Platform | Type | Command/Link |
---|---|---|
Debian | Package | Download |
Docker | Image | docker pull kamax/mxisd:0.3.0 (Repo) |
v0.3.0-rc.3
Features
- Experimental push of profile 3PID data (email, phone number) from Google Firebase backend to the user profile via latest REST auth module
Installers/Packages
Platform | Type | Command/Link |
---|---|---|
Debian | Package | Download |
Docker | Image | docker pull kamax/mxisd:0.3.0-rc.3 (Repo) |
v0.3.0-rc.2
v0.3.0-rc.1
New features
- Support for adding Phone numbers in a user settings/profile! - See the documentation.
Bug fixes
- Single lookup endpoint would return invalid body on empty result, causing federation issues (f1e78af)
- Attempting to perform federated lookup to a domain having SRV records for Identity could fail (bee2a51)
Other changes
- Improved documentation for 3PID sessions and support 3PID types, connectors and generators.
Installers/Packages
Platform | Type | Command/Link |
---|---|---|
Debian | Package | Download |
Docker | Image | docker pull kamax/mxisd:0.3.0-rc.1 (Repo) |
v0.3.0-beta.1
New features
- Support for 3PID sessions and binds (email only) - You can now add your Email to your user profile/settings! Please read the documentation for the various options, scenarios, concepts and how to configure mxisd.
SQL
Identity backend: Support for PostgreSQL.
Bug fixes
- LDAP Backend: Gracefully handle empty user name for authentication.
Other changes
- Log format has been improved
Installers/Packages
Platform | Type | Command/Link |
---|---|---|
Debian | Package | Download |
Docker | Image | docker pull kamax/mxisd:0.3.0-beta.1 (Repo) |
v0.2.1
New features
- REST backend to authenticate against existing web apps, like Forums, CRM, entreprise portals - Docs
- PostgreSQL support for the SQL backend, allowing you to link to a synapse install with registration enabled
- LDAP backend now properly anonymous binding (#27)
Bug fixes
- LDAP backend now properly handles filter for Authentication - Use the
ldap.auth.filter
- Details
Installers/Packages
Platform | Type | Command/Link |
---|---|---|
Debian | Package | Download |
Docker | Image | docker pull kamax/mxisd:0.2.1 (Repo) |
v0.2.0
New features since 0.1.0:
- Support for 3PID E-mail invites in rooms
- New SQL-based Backend with SQLite support, you can now use mxisd with registrations enabled on synapse! (Postgres support in next release)
- Act as an authenticator for synapse via the REST Auth module
- mxisd with empty config will act as a simple Identity server proxy to the central Matrix.org one
Changes since 0.1.0:
- BREAKING:
matrix.domain
mandatory configuration replaces the behaviour ofserver.name
.
server.name
now behaves as the actual public hostname for mxisd.
See the sample configuration file comments for more details
Deb package: available below
Docker image: docker pull kamax/mxisd:0.2.0
v0.2.0-rc.1
New features:
- Support for 3PID E-mail invites in rooms
- Act as an authenticator for synapse via the REST Auth module
Deb package: available below
Docker image: docker pull kamax/mxisd:0.2.0-rc.1
NOTE: Configuration file has been revamped since v0.1.0 to accommodate the new features.
Re-create your configuration file from a fresh template if you are upgrading.
v0.1.0
First release with packages.