Releases: ma1uta/ma1sd
Releases · ma1uta/ma1sd
2.5.0
- Escape special characters in the LDAP query string.
- Support for Active Directory multidomain forest (thanks Yuri Konotopov)
- Don't require Gradle to build Docker image (thanks Matt Cengia)
- Docker build improvements (thanks Matt Cengia)
- Change column type to text for postgresql from varchar.
- Added support for unix sockets (thanks Lexxy Fox).
- Force MatrixID to be lowercase in the LDAP integration (thanks Clemens Sonnleitner)
- Encode query parameters in the validation link (#65).
- Mark
trusted_third_party_id_servers
synapse parameter as deprecated (#68). - Set a message for error responses (#76).
- Add forgotten M_TERMS_NOT_SIGNED error message.
- Add config option to specify period dimension of the invitation scheduler.
- Add config print full display name of the invited person (disabled by default).
- Add internal API to manually invoke invitation manager.
- Add "application/json" header to response for submitToken.
- Get rid from jcenter due to jcenter will be closed.
- Update gradle to 7.0.
- Update dependencies to newer versions.
2.4.0
Changes:
- Enabled v2 API by default.
- Added experimental support of the database connection pooling for postgresql
- Added option to bind ma1sd to specified address.
- Added error logging for LDAP authorization.
- Added full request and response logs for debug.
- Avoid including bridged user in directory lookups (#45)
- Add experimental multi-platform buillds for amd64 and arm64 platforms.
- remove warning about matrix-synapse-ldap3 (#50)
Bugfixes: - #26
- #29 (partial)
- #22
- #27
2.4.0-rc2
2.4.0-rc1
2.3.0
Changes:
- Load DNS overwrite config on startup (from https://github.com/NullIsNot0) ce938bb
- Remove duplicates from identity store before email notifications (from https://github.com/NullIsNot0) be915ae
- Fix room name retrieval after Synapse dropped table room_names (from https://github.com/NullIsNot0) 6b7a4c8
- Add logging configuration. Add
--dump
and--dump-and-exit
options to just print the full configuration. 9219bd4 aed12e5 - Add the postgresql backend for internal storage. 7555fff 72977d6
- Improve logging configuration. Introduce the root and the app log levels. 75efd99
2.2.2
2.2.1
Changes:
- Fix homeserver verification with wildcards certificates.
- Disable v2 by default.
- Add migration to fix the accepted table (due to sqlite unable to change constraint, drop table and create again).
- Fix displaying the expiration period of the new token.
- Remove duplicated code.
- Use v1 single lookup when receive the request with
none
algorithm and the only one argument. - Hide v2 endpoint if v2 API disabled.
- Add unique id for the accepted table.
- Add a little more logs.