Open Source Version vs Hosted Version

How far apart are the open source and hosted versions of the runtime, both in date terms and in features? Is there anywhere I can find this out?

github shows a last modified of “last year” and version 1.7.0 and I imagine that means it’s not received many of the tweaks that were released this year.

It’s probably not a problem for my apps, but it would be good to know what to avoid relying on.

2 Likes

One of my github extensions shows the last commit date for the 1.7.0 release as 30th of May, 2022.

It appears to have included many undocumented (at the time of release) features, like an early version of accelerated tables, (.v2 tables) and and early version of the files service with sqlite3 based file cashing.

I would expect that they will update it again soon, probably after accelerated tables becomes default, but that’s just a guess based on the timing of the other major commits.

1 Like

Yeah, that answers my question :slight_smile:

1 Like