Fixed
[February 27, 2026] fix price feed cache key collision between sales and rental endpoints
9 days ago by ReadMe API
v0.40.2
Fix Price Feed Cache Key Collision
- Fixed a cache key collision between the
/v1/price_feed/latest(sales) and/v1/price_feed_rentals/latest(rental) endpoints. Both endpoints shared the sameprice_feed_cacheand generated identical cache keys from the request body, causing rental responses to be served for sales requests (and vice versa). Cache keys are now namespaced withsales:andrental:prefixes to prevent cross-endpoint cache poisoning.