Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update simplexchat/smp-server docker tag to v7 #2920

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2024

Mend Renovate

This PR contains the following updates:

Package Update Change
simplexchat/smp-server major v5.8.2 -> v7.0.0

Release Notes

simplex-chat/simplexmq (simplexchat/smp-server)

v6.0.0

Compare Source

See full changelog here.

Commits:

  • agent: servers stats improvements, fixes (#​1208)
  • agent: enable fast handshake (revert #​1215) (#​1216)
  • agent: add queue information (#​1217)
  • ntf server: simplify and optimize subscriptions in server agent (#​1219)
  • agent: fix possible dead lock between sending and receiving messages, stress test for message delivery (#​1224)
  • smp server: reduce the number of threads by delivering message to subscription when it is sent (#​1222)
  • smp server: simplify client subscriptions (#​1223)
  • 6.0.0.0
  • agent: change ProxyClientError json encoding (#​1226)
  • agent: add known servers (#​1225)
  • agent: retry proxied command on NO_SESSION error, to prevent failure of proxied interactive commands (like joining connection) (#​1227)
  • smp server: additional control port commands to monitor server state (#​1228)
  • ntf: additional tests for token registration when server and device are restarted (#​1230)
  • ntf server: use SOCKS proxy to connect to onion-only SMP servers (#​1229)
  • 6.0.0.1
  • socks mode encoding (#​1231)
  • 6.0.0.2
  • agent: allow starting only XFTP sending workers (#​1232)
  • smp server: remove subscriptions from the clients when queues are deleted (#​1234)
  • 6.0.0.3
  • agent: initialize ratchet on processing confirmation to support decryption of messages received before allowConnection; return SndQueueSecured from joinConnection, acceptContact (#​1233)
  • smp server: stats for commands retrieving messages when notifications are received (#​1236)
  • rename queueId to entId (can be message queue, proxied session and data blob ID to be added) (#​1240)
  • agent: remove delays in notification processing, add notification stats (#​1235)
  • agent: getAgentSubsTotal api (#​1238)
  • use strict Map (#​1241)
  • agent, ntf server: only mark subscriptions as pending that were created by the disconnected client (#​1242)
  • smp server: fix server-info, additional stats, allow expiring inactive clients which have prohibit subscriptions only (iOS NSE clients) (#​1237)
  • 6.0.0.4
  • agent: support dababase access with high priority for more responsive user actions (#​1248)
  • 6.0.0.5
  • agent: support additional messages for connection in message batches (#​1247)
  • agent: retry loop that resumes subscriptions as soon as agent is moved to foreground, suspend retry loops while agent is suspended (#​1249)
  • smp server: fix race when client is marked as subscribed after it is disconnected, preventing its GC (#​1250)
  • 6.0.0.6
  • agent: stop statistics and cleanup when chat is stopped (#​1251)
  • 6.0.0.7
  • reduce the number of STM transactions (#​1255)
  • agent: do not send worker crash errors when agent is not active (stopped) (#​1256)
  • v6.0.0 (6.0.0.8)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

coderabbitai bot commented Mar 22, 2024

Warning

Rate limit exceeded

@meienberger has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 22 minutes and 43 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between 2668cc7 and 1f1de0e.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

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>.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @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.

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 as 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.

@renovate renovate bot force-pushed the renovate/simplexchat-smp-server-7.x branch from dc9dede to d3a6cd9 Compare August 18, 2024 21:55
Copy link
Contributor Author

renovate bot commented Aug 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants