Updates
Changelog
Recent updates and improvements to the Cheese Store API.
v2.4.0 — March 2026
- Added
GET /cheeses/seasonalendpoint for limited-edition seasonal varieties - Webhook payloads now include
metadatafield for custom key-value pairs - Improved rate limiting: 1000 requests/min for authenticated users (up from 500)
- Fixed incorrect
Content-Typeheader on CSV export responses
v2.3.1 — February 2026
- Fixed pagination bug where
next_cursorreturned null on exact page boundaries - Improved search relevance for hyphenated cheese names (e.g. "Saint-Nectaire")
- Added
If-None-Matchsupport for conditional GET requests
v2.3.0 — January 2026
- New
PATCH /orders/{id}endpoint for partial order updates - Added
fieldsquery parameter for sparse fieldsets on all list endpoints - Subscription webhooks now retry with exponential backoff (max 5 attempts)
- Go SDK v1.2.0 released with context support on all methods
v2.2.0 — December 2025
- Introduced bulk operations:
POST /cheeses/bulkaccepts up to 100 items - Added
sortandorderparameters to all collection endpoints - New
aging_profilefield on cheese resources with structured maturation data - Python SDK now supports async/await via
aiohttptransport
v2.1.0 — November 2025
- OAuth 2.0 PKCE flow support for single-page applications
- New
/healthendpoint for uptime monitoring - Added
created_atandupdated_attimestamps to all resources - Fixed edge case where deleting a cheese in an active order returned 500
