-
Notifications
You must be signed in to change notification settings - Fork 669
Open
Description
Description
- User-defined indexes API response format changed from map to array to improve consistency and usability
- Index protobuf message now includes a
namefield for better data completeness - Comprehensive documentation added for user-defined indexes feature introduced in v26.0
- Installation and upgrade guides updated to reflect v26.0 preview status
Deliverables
- API Schema Update: Convert
ListIndexesResponsefrommap<string, Index>torepeated Indexand addnamefield toIndexmessage - Service Implementation: Update
UserIndexReadsideServiceto populatenamefield and convert list response to array format - Test Updates: Modify all index-related tests to work with array-based responses instead of dictionary lookups
- Documentation: Create comprehensive user-defined indexes guide covering creation, management, querying, and configuration
- Release Notes: Update installation guide with v26.0 preview information and add what's new section
Metadata
Metadata
Assignees
Labels
No labels