Skip to content

Version 2.6.0

Compare
Choose a tag to compare
@ananace ananace released this 15 Jul 07:38
· 79 commits to master since this release
v2.6.0
3b1ad4a

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 set threadsafe: 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