red-house-38872
01/09/2024, 2:49 PMv1.0.0
seems the latest stable. The quickstart in master
uses this.
However, the quickstart in v1.0.0
uses v0.13.0
.
Moreover, the feature flag use_continue_with_transitions
seems invalid in v1.0.0
, despite being in the docs configuration reference.
Is this generally outdated or is this FF still there by mistake?
I'm happy to look at a config schema in the code as well, if someone points me to it.witty-holiday-65473
01/09/2024, 2:57 PMrender-schemas.sh
You'll notice it pulls down the <http://github.com/ory/x|github.com/ory/x>
version of the config.schema.json and stuffs it into the .schemastore/config.schema.json
(among other things it does). Running this gave me the config schema that I would expect for v1.0.0
. Whether this is advised or not, I have no idea. YMMV. I run ory* self-hosted.