Synapse v0.9.4-rc1 Release Notes

Release Date: 2015-07-21 // almost 9 years ago
  • General:

    • Add basic implementation of receipts. (SPEC-99)
    • 🔧 Add support for configuration presets in room creation API. (PR #203)
    • Add auth event that limits the visibility of history for new users. (SPEC-134)
    • 👍 Add SAML2 login/registration support. (PR #201. Thanks Muthu Subramanian!)
    • Add client side key management APIs for end to end encryption. (PR #198)
    • Change power level semantics so that you cannot kick, ban or change power levels of users that have equal or greater power level than you. (SYN-192)
    • 🐎 Improve performance by bulk inserting events where possible. (PR #193)
    • 🐎 Improve performance by bulk verifying signatures where possible. (PR #194)

    🔧 Configuration:

    • 👍 Add support for including TLS certificate chains.

    Media Repository:

    • Add Content-Disposition headers to content repository responses. (SYN-150)