Skip to content

[#19] Add latest version public API #21

Merged
DmitryBurnaev merged 1 commit into
mainfrom
feature/19-add-simple-format-for-latest-version-api
Apr 29, 2026
Merged

[#19] Add latest version public API #21
DmitryBurnaev merged 1 commit into
mainfrom
feature/19-add-simple-format-for-latest-version-api

Conversation

@DmitryBurnaev

Copy link
Copy Markdown
Owner

Summary

  • Added GET /public/releases/latest for retrieving only the latest active release version.
  • Supports format=json by default and format=plain for text responses.
  • Reuses active_releases_page_0_1 cache and skips ClickHouse analytics for this service endpoint.
  • Documents format as an OpenAPI enum so Swagger shows allowed values.

- add public latest release endpoint with json and plain response formats
- reuse active releases cache page for latest version lookup without analytics logging
- cover latest version responses, cache fallback, errors, and OpenAPI enum schema
@DmitryBurnaev DmitryBurnaev self-assigned this Apr 29, 2026
@DmitryBurnaev DmitryBurnaev linked an issue Apr 29, 2026 that may be closed by this pull request
@DmitryBurnaev DmitryBurnaev merged commit a2475dc into main Apr 29, 2026
1 check passed
@DmitryBurnaev DmitryBurnaev deleted the feature/19-add-simple-format-for-latest-version-api branch April 29, 2026 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add simple format for latest version API

1 participant