Skip to content

feat: remove filterTags from channel batch update API#224

Merged
javierdfm merged 5 commits intomasterfrom
cha-2504-remove-filter-tags-batch-channels-api
Feb 27, 2026
Merged

feat: remove filterTags from channel batch update API#224
javierdfm merged 5 commits intomasterfrom
cha-2504-remove-filter-tags-batch-channels-api

Conversation

@javierdfm
Copy link
Contributor

@javierdfm javierdfm commented Feb 23, 2026

https://linear.app/stream/issue/CHA-2504/update-sdks-and-remove-filter-tags-from-batch-api


Note

Medium Risk
This is a breaking SDK surface change: batch operations and types no longer accept filter_tags/filter_tags_update, so existing integrations using these options will fail at type-check or runtime. Test changes are low risk but may mask backend cleanup failures by swallowing exceptions and increasing async polling timeouts.

Overview
Removes filter-tag batch operations from the channel batch updater and its type definitions: addFilterTags/removeFilterTags operations, the filter_tags filter, and filter_tags_update payload support are all deleted from ChannelBatchUpdater (sync + async) and types/channel_batch.py.

Hardens/flakiness-reduces tests by making command/user fixtures more defensive (best-effort cleanup, restoring users before upserts) and by increasing polling retries for async tasks (delete users/channels) while using await asyncio.sleep instead of blocking time.sleep in async tests.

Written by Cursor Bugbot for commit 360e90f. This will update automatically on new commits. Configure here.

javierdfm and others added 2 commits February 23, 2026 13:46
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
totalimmersion
totalimmersion previously approved these changes Feb 23, 2026
@javierdfm javierdfm merged commit e2c5c23 into master Feb 27, 2026
11 of 12 checks passed
@javierdfm javierdfm deleted the cha-2504-remove-filter-tags-batch-channels-api branch February 27, 2026 09:36
@github-actions github-actions bot mentioned this pull request Feb 27, 2026
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.

2 participants