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-net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.0
Choose a base ref
...
head repository: GetStream/stream-chat-net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.0
Choose a head ref
  • 3 commits
  • 18 files changed
  • 3 contributors

Commits on Jan 31, 2025

  1. Add User Permissions code examples + Add related missing properties +…

    … Add unit tests (#154)
    
    * Add option to read & write app scoped permissions (grants)
    
    * fix naming
    
    * Add code examples related to user permissions + Change AddMembersAsync to return UpdateChannel + Add Members to UpdateChannelResponse + Add Grants to ChannelConfigBase + add ChannelRole to ChannelMember + add unit tests guaranteeing that the code examples work as stated
    
    * fix auto review errors
    
    * Allow settings grants explicitly to NULL. This is a special case where API will reset grants to default settings
    
    * Change test to create temporary channel types only (mac count is restricted by the API)
    sierpinskid authored Jan 31, 2025
    Configuration menu
    Copy the full SHA
    c7c2da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. feat: Add support for MemberLimit and MessageLimit when querying …

    …channels. (#156)
    
    * feat: Add support for `MemberLimit` and `MessageLimit` when querying channels. Can be set in `QueryChannelsOptions`
    
    * Add seperate channel for tests asserting message limits -> another test was truncating the messages
    
    * Add async postfix to test names
    sierpinskid authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    3e4d64c View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.9.0 (#157)

    Co-authored-by: github-actions <release@getstream.io>
    github-actions[bot] and github-actions authored Feb 7, 2025
    Configuration menu
    Copy the full SHA
    60719ea View commit details
    Browse the repository at this point in the history
Loading