Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GetStream/stream-chat-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.38.0
Choose a base ref
...
head repository: GetStream/stream-chat-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.39.0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 7 contributors

Commits on Jan 21, 2026

  1. feat: add channel batch updates support (#224)

    * feat: add channel batch updates support
    
    * fix: make format
    
    * fix: serialization options
    
    * fix: fix tests
    
    * fix: attempt to fix tests
    
    * fix: lint
    
    * fix: fixing tests
    
    * fix: lint
    
    ---------
    
    Co-authored-by: Rafael Marinho <rafael_mf3@hotmail.com>
    javierdfm and rafaelmf3 authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    fc13f5c View commit details
    Browse the repository at this point in the history
  2. [CHA-1703] Add Future Channel Bans support (#229)

    * feat: [CHA-1699] add Future Channel Bans support
    
    - Add banFromFutureChannels field to UserBanRequestData
    - Add removeFutureChannelsBan method and parameter to UserUnbanRequest
    - Add FutureChannelBan class for query response
    - Add UserQueryFutureChannelBansRequest and UserQueryFutureChannelBansResponse
    - Add queryFutureChannelBans factory method and service endpoint
    
    * fix: apply spotless formatting
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * feat: add targetUserId to UserQueryFutureChannelBansRequestData
    
    Add target_user_id parameter to allow filtering future channel bans
    by target user, especially for client-side requests.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * test: add QueryFutureChannelBans test with target_user_id filter
    
    Test the new targetUserId parameter for filtering future channel bans.
    
    Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
    
    * Fix lint
    
    * Fix tests
    
    ---------
    
    Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
    Co-authored-by: Aditya Alif Nugraha <aditya.nugraha@getstream.io>
    3 people authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    e9ee670 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.39.0 (#232)

    Co-authored-by: github-actions <release@getstream.io>
    github-actions[bot] and github-actions authored Jan 21, 2026
    Configuration menu
    Copy the full SHA
    752269d View commit details
    Browse the repository at this point in the history
Loading