GET
/
releases
Get release notes
curl --request GET \
  --url https://api.comfy.org/releases
[
  {
    "attention": "low",
    "content": "<string>",
    "id": 123,
    "project": "comfyui",
    "published_at": "2023-11-07T05:31:56Z",
    "version": "<string>"
  }
]

Query Parameters

project
enum<string>
required

The project to get release notes for

Available options:
comfyui,
comfyui_frontend,
desktop
current_version
string

The current version to filter release notes

locale
enum<string>
default:en

The locale for the release notes

Available options:
en,
es,
fr,
ja,
ko,
ru,
zh
form_factor
string

The platform requesting the release notes

Response

Release notes retrieved successfully

attention
enum<string>
required

The attention level for this release

Available options:
low,
medium,
high
content
string
required

The content of the release note in markdown format

id
integer
required

Unique identifier for the release note

project
enum<string>
required

The project this release note belongs to

Available options:
comfyui,
comfyui_frontend,
desktop
published_at
string<date-time>
required

When the release note was published

version
string
required

The version of the release