Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Matrix (Synapse/Element)
  3. Matrix (Synapse/Element) - Package Updates

Matrix (Synapse/Element) - Package Updates

Scheduled Pinned Locked Moved Matrix (Synapse/Element)
346 Posts 5 Posters 175.0k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG Offline
    girishG Offline
    girish
    Staff
    wrote on last edited by
    #33

    [1.12.0]

    • Update Synapse to 1.21.0
    • Full changelog
    • Require the user to confirm that their password should be reset after clicking the email confirmation link. (#8004)
    • Add an admin API GET /_synapse/admin/v1/event_reports to read entries of table event_reports. Contributed by @dklimpel. (#8217)
    • Consolidate the SSO error template across all configuration. (#8248, #8405)
    • Add a configuration option to specify a whitelist of domains that a user can be redirected to after validating their email or phone number. (#8275, #8417)
    • Add experimental support for sharding event persister. (#8294, #8387, #8396, #8419)
    • Add the room topic and avatar to the room details admin API. (#8305)
    • Add an admin API for querying rooms where a user is a member. Contributed by @dklimpel. (#8306)
    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #34

      Element [1.4.7]

      • Update Element to 1.7.9
      • Full changelog
      • Upgrade to React SDK 3.6.0 and JS SDK 8.5.0
      • Add /app/data/custom as a location for custom assets
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #35

        [1.12.1]

        • Updat Synapse to 1.21.1
        • Full changelog
        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #36

          [1.12.2]

          • Update Synapse to 1.21.2
          • Full changelog
          • Security: HTML pages served via Synapse were vulnerable to cross-site scripting (XSS) attacks. All server administrators are encouraged to upgrade
          • Fix rare bug where sending an event would fail due to a racey assertion. (#8530)
          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #37

            [1.4.8]

            • Update Element to 1.7.10
            • Full changelog
            • Adjust for new widget messaging APIs #15497
            • Upgrade to React SDK 3.6.1
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #38

              [1.4.9]

              • Update Element to 1.7.11
              • Full changelog
              • Upgrade to React SDK 3.7.0 and JS SDK 9.0.0
              1 Reply Last reply
              0
              • girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #39

                Synapse [1.13.0]

                • Update Synapse to 1.22.0
                • Full changelog
                • Add ability for ThirdPartyEventRules modules to query and manipulate whether a room is in the public rooms directory. (#8292, #8467)
                • Add support for olm fallback keys (MSC2732). (#8312, #8501)
                • Add support for running background tasks in a separate worker process. (#8369, #8458, #8489, #8513, #8544, #8599)
                • Add support for device dehydration (MSC2697). (#8380)
                • Add support for MSC2409, which allows sending typing, read receipts, and presence events to appservices. (#8437, #8590)
                • Change default room version to "6", per MSC2788. (#8461)
                • Add the ability to send non-membership events into a room via the ModuleApi. (#8479)
                • Increase default upload size limit from 10M to 50M. Contributed by @Akkowicz. (#8502)
                • Add support for modifying event content in ThirdPartyRules modules. (#8535, #8564)
                1 Reply Last reply
                0
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by girish
                  #40

                  Element [1.4.10]

                  • Update Element to 1.7.12
                  • Full changelog
                  1 Reply Last reply
                  0
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #41

                    Synapse [1.13.1]

                    • Update Synapse to 1.22.1
                    • Full changelog
                    • Fix a bug where an appservice may not be forwarded events for a room it was recently invited to. Broke in v1.22.0. (#8676)
                    • Fix Object of type frozendict is not JSON serializable exceptions when using third-party event rules. Broke in v1.22.0. (#8678)
                    1 Reply Last reply
                    0
                    • girishG Offline
                      girishG Offline
                      girish
                      Staff
                      wrote on last edited by
                      #42

                      [1.4.11]

                      • Update Element to 1.7.13
                      • Full changelog
                      • Upgrade to React SDK 3.8.0 and JS SDK 9.1.0
                      1 Reply Last reply
                      0
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #43

                        Synapse [1.14.0]

                        • Update Synapse to 1.23.0
                        • Full changelog
                        • Add a push rule that highlights when a jitsi conference is created in a room. (#8286)
                        • Add an admin api to delete a single file or files that were not used for a defined time from server. Contributed by @dklimpel. (#8519)
                        • Split admin API for reported events (GET /_synapse/admin/v1/event_reports) into detail and list endpoints. This is a breaking change to #8217 which was introduced in Synapse v1.21.0. Those who already use this API should check their scripts. Contributed by @dklimpel. (#8539)
                        • Support generating structured logs via the standard logging configuration. (#8607, #8685)
                        • Add an admin API to allow server admins to list users' pushers. Contributed by @dklimpel. (#8610, #8689)
                        • Add an admin API GET /_synapse/admin/v1/users/<user_id>/media to get information about uploaded media. Contributed by @dklimpel. (#8647)
                        • Add an admin API for local user media statistics. Contributed by @dklimpel. (#8700)
                        • Add displayname to Shared-Secret Registration for admins. (#8722)
                        1 Reply Last reply
                        0
                        • girishG Offline
                          girishG Offline
                          girish
                          Staff
                          wrote on last edited by
                          #44

                          Element [1.4.12]

                          • Update Element to 1.7.14
                          • Full changelog
                          • Upgrade to React SDK 3.9.0 and JS SDK 9.2.0
                          1 Reply Last reply
                          0
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote on last edited by
                            #45

                            Element [1.4.13]

                            • Update Element to 1.7.15
                            • Full changelog
                            • Upgrade to React SDK 3.10.0 and JS SDK 9.3.0
                            1 Reply Last reply
                            0
                            • girishG Offline
                              girishG Offline
                              girish
                              Staff
                              wrote on last edited by
                              #46

                              Synapse [1.14.1]

                              • Update Synapse to 1.23.1
                              • Full changelog
                              • There is a denial of service attack (CVE-2020-26257) against the federation APIs in which future events will not be correctly sent to other servers over federation. This affects all servers that participate in open federation. (Fixed in #8776).
                              1 Reply Last reply
                              0
                              • girishG Offline
                                girishG Offline
                                girish
                                Staff
                                wrote on last edited by
                                #47

                                [1.15.0]

                                • Update Synapse to 1.24.0
                                • Full changelog
                                • Add a maximum version for pysaml2 on Python 3.5
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #48

                                  Riot [1.4.14]

                                  • Update Elemen to 1.7.16
                                  • Full changelog
                                  1 Reply Last reply
                                  0
                                  • girishG Offline
                                    girishG Offline
                                    girish
                                    Staff
                                    wrote on last edited by
                                    #49

                                    [1.16.0]

                                    • Update Synapse to 1.25.0
                                    • Full changelog
                                    • Add an admin API that lets server admins get power in rooms in which local users have power. (#8756)
                                    • Add optional HTTP authentication to replication endpoints. (#8853)
                                    • Improve the error messages printed as a result of configuration problems for extension modules. (#8874)
                                    • Add the number of local devices to Room Details Admin API. Contributed by @dklimpel. (#8886)
                                    • Add X-Robots-Tag header to stop web crawlers from indexing media. Contributed by Aaron Raimist. (#8887)
                                    • Spam-checkers may now define their methods as async. (#8890)
                                    • Add support for allowing users to pick their own user ID during a single-sign-on login. (#8897, #8900, #8911, #8938, #8941, #8942, #8951)
                                    • Add an email.invite_client_location configuration option to send a web client location to the invite endpoint on the identity server which allows customisation of the email template. (#8930)
                                    • The search term in the list room and list user Admin APIs is now treated as case-insensitive. (#8931)
                                    • Apply an IP range blacklist to push and key revocation requests. (#8821, #8870, #8954)
                                    • Add an option to allow re-use of user-interactive authentication sessions for a period of time. (#8970)
                                    • Allow running the redact endpoint on workers. (#8994)
                                    1 Reply Last reply
                                    1
                                    • girishG Offline
                                      girishG Offline
                                      girish
                                      Staff
                                      wrote on last edited by
                                      #50

                                      Element [1.4.15]

                                      • Update Element to 1.7.17
                                      • Full changelog
                                      • Upgrade to React SDK 3.12.0 and JS SDK 9.5.0
                                      1 Reply Last reply
                                      0
                                      • girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by girish
                                        #51

                                        Synapse [1.17.0]

                                        • Update Synapse to 1.26.0
                                        • Full changelog
                                        • During user-interactive authentication via single-sign-on, give a better error if the user uses the wrong account on the SSO IdP. (#9091)
                                        • Give the public_baseurl a default value, if it is not explicitly set in the configuration file. (#9159)
                                        • Improve performance when calculating ignored users in large rooms. (#9024)
                                        • Implement MSC2176 in an experimental room version. (#8984)
                                        • Add an admin API for protecting local media from quarantine. (#9086)
                                        • Remove a user's avatar URL and display name when deactivated with the Admin API. (#8932)
                                        1 Reply Last reply
                                        0
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #52

                                          Element [1.4.16]

                                          • Update Element to 1.7.18
                                          • Full changelog
                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search