What's coming in 7.5
-
When will 7.5 be considered GA / stable? Been out for a couple of weeks now but still says pre-release.
-
@swheeler78 the code went through a major rewrite, so we are giving it more time. Our e2e passed yesterday, we will do a round of manual testing coming week and release 7.5.1 as stable.
-
-
So, does this mean that 7.5.1 will replace 7.5 or will I still need to upgrade to 7.5 first? Thanks for everythign in advance.
-
@swheeler78 7.4.3 will upgrade directly to 7.5.1
-
As an update here, 7.5.1 e2e tests are now running. We should have a release in a day or two.
-
-
@dylightful yes, 7.5.1 is not yet . It's ready but didn't want to push it over the weekend. So, we will make it available as unstable on Monday.
-
@girish said in What's coming in 7.5:
So, we will make it available as unstable on Monday.
Great. I think I was one of these:
@nebulon said in Suggestion for prereleases:
I think we made a mistake with 7.5 where it was pushed out for some Cloudrons unintentionally for auto-updates for a brief moment
I didn't notice anything break. And I see it led to a nice discussion about prelease testing and even naming conventions.
@d19dotca said in Suggestion for prereleases:
Just to clarify from my perspective a couple of things and add my two cents...
Any experienced users here or someone just reading that thread or this one here is prepared, but others might benefit from clarifications.
It took me several months to figure things out. -
@girish said in What's coming in 7.5:
@girish said in What's coming in 7.5:
Add optional flag for turn addon.
This is implemented now - redis and turn can be optional (depending on the app).
Hi @girish, I just upgraded to 7.5.1 to test out the new turn and redis options, but I cannot see the services option in relevant apps (wordpress, nextcould, jitsi). Was this option held back?
-
-
Thanks @girish and @nebulon. If you need to prioritize, for the turn server the one that is simply impossible to add an external turnserver is matrix/element as it requires a restart to apply changes, which then of course leads to those changes being overwritten. I believe the others don't have that limitation, but at the same time, Nextcloud would probably have the quickest positive benefit as it is quite trivial to add the external turn server via the Nextcloud admin panel.
-
@potemkin_ai said in What's coming in 7.5:
@eganonoa just for my information - why are you looking for external TURN servers for Synapse/Matrix and NextCloud? What are the benefits?
A couple of reasons that make calls requiring a turn server not function well.
- We run our services behind Cloudflare, and turn servers don't work well (or at all) via reverse proxies like that as the server cannot accurately direct traffic to the correct IP addresses.
- Even if we didn't use Cloudflare proxying, we have many calls with people in academic and government environments with policies limiting what ports they can connect to, usually only allowing 443. Because Cloudron monopolizes that port its turn server has to run on a different port, so those people cannot use the Cloudron turn server even if we turned off Cloudflare proxying (which we don't want to do).
As a result, the ability to use an external turn server with Cloudron is critical and a very welcome development.
-
-
@girish said in What's coming in 7.5:
@eganonoa synapse update is now pushed and has optional turn.
Really wonderful. Thank you. Now restarting matrix does not overwrite that section of homeserver.yaml, with the added bonus that if you ever want to revert to the in-built turn you just "flip a switch" as it were and the settings revert to default. That's a very nice implementation.
-
Just dived right in and did the update to 7.5.1 (after all, I use Cloudron for private purposes, only, so no danger to any business ) - flawless.
For me, the addition of the Virtual "All Mail" folder is most welcome, as finally search in our webmail apps becomes usable! -
@eganonoa thank you, that makes much sense.
A few questions/proposals if you wouldn't mind:
-
Are you blocking any other access to Cloudron except via Cloudflare? If so - is it a precautious or a mitigation against well understood problem? If the later - could you please, share your experience?
-
I guess it's more to @nebulon and @girish actually - can't nginx proxy TURN/STUN traffic as well, reducing the required ports and system requirements as well?
-