Skip to content

TT-4463: Java add search-by-metadata-pair on list-messages#319

Open
googsvg wants to merge 3 commits intomainfrom
TT-4463-java-sdk-support-search-by-metadata-pair-on-list-messages-query-params
Open

TT-4463: Java add search-by-metadata-pair on list-messages#319
googsvg wants to merge 3 commits intomainfrom
TT-4463-java-sdk-support-search-by-metadata-pair-on-list-messages-query-params

Conversation

@googsvg
Copy link
Copy Markdown
Contributor

@googsvg googsvg commented May 6, 2026

Summary

Changes

  • ListMessagesQueryParams: new optional metadataPair: Map<String, String>? field (null by default — fully backward compatible)
  • MessagesTests: added test covering metadata_pair query param passthrough

Test plan

  • All 377 existing tests pass
  • New test: listing messages with metadata_pair calls requests with the correct params
  • Clean build successful

License

I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.49%. Comparing base (18a9e9f) to head (11284c5).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #319   +/-   ##
=========================================
  Coverage     82.49%   82.49%           
  Complexity      358      358           
=========================================
  Files            38       38           
  Lines          1034     1034           
  Branches         95       95           
=========================================
  Hits            853      853           
  Misses          122      122           
  Partials         59       59           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support search by "metadata_pair" on ListMessagesQueryParams

2 participants