Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .changeset/two-baboons-tie.md
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also mention the availability of the new header x-hive-schema-version-id.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
'hive': minor
---

Add support for retrieving CDN artifacts by version ID.

New CDN endpoints allow fetching schema artifacts for a specific version:
- `/artifacts/v1/:targetId/version/:versionId/:artifactType`
- `/artifacts/v1/:targetId/version/:versionId/contracts/:contractName/:artifactType`

Artifacts are now written to both the latest path and a versioned path during schema publish, enabling retrieval of historical versions.

CDN artifact responses now include the `x-hive-schema-version-id` header, providing the version ID of the schema being served.
Loading
Loading