Version 2.6.0
Changes since 2.5.0;
- Added some multi-thread usage support to the API (create your API/client with
threadsafe: :multithread/true/false
)
The API will currently default to running with multi-threaded requests. In case your application is single-threaded - or never performs requests from multiple threads - then you can setthreadsafe: true/false
to support connection reuse. - Changed room finding to ignore non-canonical aliases by default
- Improved room alias handling
- Improved Ruby 3.0+ support
- Improved debug output by supporting PP (Ruby pretty print) on all MatrixSdk objects