bytecodealliance / wasmtime

A fast and secure runtime for WebAssembly
https://wasmtime.dev/
Apache License 2.0
15.22k stars 1.28k forks source link

wasmtime LTS release #7643

Closed feilongjiang closed 2 weeks ago

feilongjiang commented 10 months ago

Hi there, thanks for the great work on wasmtime! I saw wasmtime's release process:

New major versions of Wasmtime will be released monthly.

From what I understand, wasmtime is still in rapid development, but do we have plans to release some LTS (Long Term Support) releases?

alexcrichton commented 10 months ago

Currently we do not have plans for an LTS channel of sorts. When the release process was designed no one needed it so we decided to wait until it was desired to help shape what it might look like. Is an LTS something that you are interested in? If so, could you detail a bit more what you're interested in? (e.g. is it "just" stability+security patches? or more?)

feilongjiang commented 10 months ago

Thanks @alexcrichton! As the release process describes:

Patch releases of Wasmtime will only be issued for security and critical correctness issues for on-by-default behavior in the previous releases.

Looks like security fixes only apply to n and n - 1 releases. So back to your question:

Is an LTS something that you are interested in? If so, could you detail a bit more what you're interested in? (e.g. is it "just" stability+security patches? or more?)

Yes, we may want some stable releases (for stability) with continuous security fixes on them.