Release note - v0.3375.0 ... v0.3375.1
January 22, 2026
This release fixes an issue displaying prices and available dates for some ODR tours and improves error handling by adding explicit error codes to the most common HTTP 403 responses.
Version 0.3375.1
🎯 Highlights
- Fixed an issue affecting the display of prices and available dates for certain ODR tours
- Added explicit error codes to improve the handling of HTTP 403 responses
📋 Summary
This release brings two important improvements to the Club Med API. First, a fix has been applied to resolve an issue where some prices were missing and dates were unavailable in the form for specific ODR tours (notably UZCHE in week S26). Second, the API now enriches the most common HTTP 403 (Forbidden) error responses with standardized error codes (ERROR_CODE), allowing API clients to more precisely identify the cause of the access denial and improve client-side error handling.
🐛 Bug Fixes
CMAB-3991 - Fixed missing prices and dates for ODR tours
- Resolved an issue where certain ODR tours (example: UZCHE, week S26) had missing prices and unavailable dates in the booking form
- Availability and pricing data are now displayed correctly
✨ Improvements
CMAB-3888 - Enrichment of 403 errors with error codes
- Added the
ERROR_CODEfield in the most frequent HTTP 403 responses - Allows for more precise identification of the reason for access denial
- Facilitates debugging and client-side error handling