v1
latestOpenAPI 3.1.02026-07-13202661.5 KBRelease Info
Returns release notes for a release version
get/v3/info/release_notes/{release_name}
Path parameters
release_namestring required
Example:jdk-19.0.2+7
<p>
Name of the release as displayed in github or <a href="https://adoptopenjdk.net/">https://adoptopenjdk.net/</a> e.g
<code>jdk-11.0.4+11, jdk8u172-b00-201807161800</code>.
</p>
<p>
A list of release names can be obtained from
<a href="https://api.adoptium.net/v3/info/release_names">https://api.adoptium.net/v3/info/release_names</a>
</p>
Query parameters
vendor'eclipse'
Example:eclipse
<p>Vendor of the binary. This is the organisation that produced the binary package.</p>
Response
Release notes for the provided release
Example response
{
"version_data": {
"semver": "11.0.0+28",
"openjdk_version": "11.0.4+10-201907081820"
},
"vendor": "eclipse"
}