Skip to content

Conversation

@Stream-SDK-Bot
Copy link
Collaborator

StreamChat

✅ Added

  • Add new Filter.isNil to make it easier to query by nil values #3623
  • Add Message Reminders #3623
    • Add ChatMessageController.createReminder()
    • Add ChatMessageController.updateReminder()
    • Add ChatMessageController.deleteReminder()
    • Add MessageReminderListController and MessageReminderListQuery

nuno-vieira and others added 11 commits June 3, 2025 21:53
* Add new reminder endpoint paths

* Add new Message Reminder Endpoints

* Add MessageReminderListQuery

* Change the default baseURL of Frankfurt C2 to staging env

* Remove user_id from request payloads since this is server side only

* Add MessageReminder and MessageReminderDTO

* Add createReminder, updateReminder and deleteReminder actions

* Add `Message.reminder` and update it or delete it when needed

* Add demo app example to create, update and delete reminders

* Add highlighted message view when saved for later in the demo app

* Add test coverage to Message Controller

* Add test coverage to MessagUpdater

* Add test coverage to ReminderPayload parsing

* Expose `Filter.isNil` that wraps the`.exists` filter

* Rename `Filter+ChatChannel` to `Filter+predicate` so that it can be used everywhere

* Implementation of the Message Reminder Query

* Add Reminder List Demo App UI Component

* Move reminder MessageUpdater functions to RemindersRepository

* Handle Reminder Events

* Fix forgotten hardcoded test in reminder list query

* Fix reminder list query tests

* Add local push notification when reminder is expired

* Fix reminder with empty text in the Reminder List Demo App UI

* Add Demo App reminders feature flag

* Improve the Filter+predicate documentation

* Fix removeAllData tests

* Add reminders enabled by default on the demo app

* Remove local notification of reminders since it should come from the server

* Refactor reminders to have their own controller

* Move reminder endpoints to a separate file

* Create Reminder Payloads file

* Move reminder payloads to classes to reduce SDK size

* Update CHANGELOG.md

* Remove unnecessary notifications import

* Fix unit tests by missing inits of payloads

* Remove `messageId` from FilterKey since it is not really useful at the moment

* Fix reminder lists not updating when due date is reached by the fact that the current date is now an old date

* Fix forgotten setting of a delegate

* Remove unnecessary available iOS 13 macros

* Add "Message" prefix to Reminder Events

* Use new "converting" helper function to simply reminders repository

* Remove some unnecessary warnings

* Fix conflicts

* New push type

* Fix not able to parse reminders that do not have a channel locally

* Update Atlantis

* Fix not returning any reminders if one fails to be saved to local DB

* Handle reminder push notification in the NSE

* Update reminders to 1min only

* Expose `ChannelConfig.messageRemindersEnabled`

* Fix reminder events tests

* Fix small typo

* Update CHANGELOG.md

* Fix Demo App reminder due formatting inconsistency when 1min left

* Fix not updating upcoming reminders data if it was empty
@Stream-SDK-Bot Stream-SDK-Bot requested a review from a team as a code owner June 17, 2025 08:32
@coderabbitai
Copy link

coderabbitai bot commented Jun 17, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@github-actions
Copy link

Build for regression testing №123457073 has been uploaded to TestFlight 🎁

@github-actions
Copy link

1 Warning
⚠️ Big PR

Generated by 🚫 Danger

@Stream-SDK-Bot
Copy link
Collaborator Author

SDK Size

title previous release current release diff status
StreamChat 7.2 MB 7.55 MB +353 KB 🟡
StreamChatUI 4.72 MB 4.78 MB +65 KB 🟢

@sonarqubecloud
Copy link

@laevandus
Copy link
Contributor

/merge release

@testableapple
Copy link
Contributor

Publication of the release has been launched 👍

@github-actions github-actions bot merged commit 6a3d5c5 into main Jun 17, 2025
15 of 16 checks passed
@github-actions github-actions bot deleted the release/4.80.0 branch June 17, 2025 09:44
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.

6 participants