Change Updates

Do not miss any Schema Registry API changes, ever again

Subscribe to the Schema Registry API changelog to be up to date on recent changes.

RSS

2 days ago

main
1.2.0
Compare
1.2.0

API structure has changed

Next change
10 structure changes including:
3 Additions
7 Modifications
Modified 7
GET /schemas/ids/{id}
  • Response
  • 200 response Modified
    • application/vnd.schemaregistry.v1+json content type Modified
      • metadata property Added
    • application/vnd.schemaregistry+json content type Modified
      • metadata property Added
    • application/json content type Modified
      • metadata property Added
  • Query
  • subject, referenceFormat query parameters Added
GET /schemas/ids/{id}/subjects
  • Query
  • subject query parameter Added
GET /schemas/ids/{id}/versions
  • Query
  • subject query parameter Added
GET /subjects/{subject}/versions/{version}
  • Response
  • 200 response Modified
    • application/vnd.schemaregistry.v1+json content type Modified
      • metadata, deleted properties Added
    • application/vnd.schemaregistry+json content type Modified
      • metadata, deleted properties Added
    • application/json content type Modified
      • metadata, deleted properties Added
POST /compatibility/subjects/{subject}/versions/{version}
  • Body
  • application/vnd.schemaregistry.v1+json content type Modified
    • metadata property Added
  • application/vnd.schemaregistry+json content type Modified
    • metadata property Added
  • application/json content type Modified
    • metadata property Added
POST /subjects/{subject}
  • Body
  • application/vnd.schemaregistry.v1+json content type Modified
    • metadata property Added
  • application/vnd.schemaregistry+json content type Modified
    • metadata property Added
  • application/json content type Modified
    • metadata property Added
  • Response
  • 200 response Modified
    • application/vnd.schemaregistry.v1+json content type Modified
      • metadata property Added
    • application/vnd.schemaregistry+json content type Modified
      • metadata property Added
    • application/json content type Modified
      • metadata property Added
POST /subjects/{subject}/versions
  • Body
  • application/vnd.schemaregistry.v1+json content type Modified
    • metadata property Added
  • application/vnd.schemaregistry+json content type Modified
    • metadata property Added
  • application/json content type Modified
    • metadata property Added
  • Response
  • 200 response Modified
    • application/vnd.schemaregistry.v1+json content type Modified
      • version, schemaType, references, metadata, schema properties Added
    • application/vnd.schemaregistry+json content type Modified
      • version, schemaType, references, metadata, schema properties Added
    • application/json content type Modified
      • version, schemaType, references, metadata, schema properties Added
Added 3
DELETE /contexts/{context}
GET /contexts
GET /schemas/ids/{id}/schema