You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add mode selection support to Ticker Data Explorer - Users can now seamlessly switch between Vietnamese stocks (VN) and cryptocurrency data using a new dropdown interface
Implement auto-clear cache functionality - Cache now automatically clears 50% of oldest entries when reaching 95% capacity to prevent memory issues
Add configurable cache management - New environment variables for cache control:
CACHE_AUTO_CLEAR_ENABLED (default: true)
CACHE_AUTO_CLEAR_THRESHOLD (default: 0.95)
CACHE_AUTO_CLEAR_RATIO (default: 0.5)
Improvements
Remove governor rate limiting completely - Server now runs without any rate limiting restrictions for better performance