Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 5 August 2023 at 10:36
Updated 11 March 2025 at 13:25
Resolved 7 August 2023 at 09:56
add an endpoint to get the latest lucee version by filter
version
type (rc,snapshot,stable or all ““)
distribution “lco,war,zero,light, etc”
format “string, url ,info, filename, redirect (cdn default)
restpath="latest/{version}/{type}/{distribution}/{format}"
i.e.
https://update.lucee.org/rest/update/provider/latest/5.3/stable/jar/info
{ version: "5.3.11.5", filename: "lucee-5.3.11.5.jar", url: "https://cdn.lucee.org/lucee-5.3.11.5.jar" }
https://update.lucee.org/rest/update/provider/latest/5.4/rc/jar/string
"5.4.2.14-RC"
https://update.lucee.org/rest/update/provider/latest/6.0/rc/jar/url
"https://cdn.lucee.org/lucee-6.0.0.519-RC.jar"
https://update.lucee.org/rest/update/provider/latest/6.0/all/lco/info
{ version: "6.0.0.523-SNAPSHOT", filename: "6.0.0.523-SNAPSHOT.lco", url: "https://cdn.lucee.org/6.0.0.523-SNAPSHOT.lco" }