New Features
- **Git Module Updates: Package Details and Redux Slice (#36989)**Added package details and a Redux slice to the Git module, enhancing state management and improving developer workflows.
Bug Fixes
-
Super User Cache Eviction (#37785)
Fixed an issue where the super-user cache was not correctly evicted when a user was added via environment variables. -
OAuth Signup Detection (#37697)
Resolved a bug that prevented proper detection of signups from OAuth providers. -
ADS Button Min Width Adjustment (#37624)
Corrected inconsistent button appearances by applying a minimum width in certain ADS button usage scenarios. -
Improved Empty State Messaging in Queries Segment (#37636)
Updated the empty state message shown when no results are found in query searches to improve clarity and user experience. -
Google Sheets: Shared Drive Support (#37602)
Enabled integration with shared drives in Google Sheets, broadening the use case for this feature. -
Instance Admin Email Updates (#37568)
Fixed an issue where instance admin details were not updated when an email was added via environment variables. -
Rate Limiting Key Compatibility with Load Balancers (#37409)
Updated the rate-limiting mechanism to ensure compatibility with load balancer configurations for smoother performance. -
Enhanced Query Parameter Parsing (#37559)
Improved thegetQueryParamsFromString
function by utilizingURLSearchParams
, ensuring more accurate and robust parsing.