mirror of
https://github.com/makeplane/plane.git
synced 2025-12-29 00:24:56 +01:00
* feat: add FeatureFlagProxySpaceEndpoint and integrate payment URL patterns - Introduced FeatureFlagProxySpaceEndpoint to handle feature flag requests based on workspace anchor. - Updated payment URL patterns to include the new space URL patterns. - Enhanced feature flag view with caching and error handling. * feat: enhance error handling and add rate limiting to feature flag endpoints - Integrated logging for exceptions in FeatureFlagProxyEndpoint and FeatureFlagProxySpaceEndpoint. - Added SpaceRateThrottle and AnchorBasedRateThrottle to manage request rates for feature flag endpoints. * chore: space app store and service init --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com>