Home

Changelog

Recent updates and improvements to the Cheese Store API.

Added
  • Added GET /cheeses/seasonal endpoint for limited-edition seasonal varieties
  • Webhook payloads now include metadata field for custom key-value pairs
Changed
  • Improved rate limiting: 1000 requests/min for authenticated users (up from 500)
Fixed
  • Fixed incorrect Content-Type header on CSV export responses
Fixed
  • Fixed pagination bug where next_cursor returned null on exact page boundaries
  • Improved search relevance for hyphenated cheese names (e.g. "Saint-Nectaire")
Added
  • Added If-None-Match support for conditional GET requests
Added
  • New PATCH /orders/{id} endpoint for partial order updates
  • Added fields query parameter for sparse fieldsets on all list endpoints
Changed
  • Subscription webhooks now retry with exponential backoff (max 5 attempts)
  • Go SDK v1.2.0 released with context support on all methods
Added
  • Introduced bulk operations: POST /cheeses/bulk accepts up to 100 items
  • Added sort and order parameters to all collection endpoints
  • New aging_profile field on cheese resources with structured maturation data
  • Python SDK now supports async/await via aiohttp transport
Added
  • OAuth 2.0 PKCE flow support for single-page applications
  • New /health endpoint for uptime monitoring
  • Added created_at and updated_at timestamps to all resources
Fixed
  • Fixed edge case where deleting a cheese in an active order returned 500