simplebot-org / simplebot

Extensible Delta Chat bot written in Python3
Mozilla Public License 2.0
34 stars 9 forks source link

Bump deltachat from 1.86.0 to 1.87.0 in /requirements #119

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps deltachat from 1.86.0 to 1.87.0.

Changelog

Sourced from deltachat's changelog.

1.87.0

Changes

  • limit the rate of MDN sending #3402
  • ignore ratelimits for bots #3439
  • remove msgs_mdns references to deleted messages during housekeeping #3387
  • format message lines starting with > as quotes #3434
  • node: remove split2 dependency #3418
  • node: add git installation info to readme #3418
  • limit the rate of webxdc update sending #3417

Fixes

  • set a default error if NDN does not provide an error
  • python: avoid exceptions when messages/contacts/chats are compared with None
  • node: wait for the event loop to stop before destroying contexts #3431 #3451
  • emit configuration errors via event on failure #3433
  • report configure and imex success/failure after freeing ongoing process #3442

API-Changes

  • python: added Message.get_status_updates() #3416
  • python: added Message.send_status_update() #3416
  • python: added Message.is_webxdc() #3416
  • python: added Message.is_videochat_invitation() #3416
  • python: added support for "videochat" and "webxdc" view types to Message.new_empty() #3416
Commits
  • 92b38ce Fixup run_all.sh
  • 8ebe86d Release 1.87.0
  • 84cabbc limit rate of webxdc updates (#3417)
  • f23fa1c Fix path to coredeps in concourse pipeline
  • 5053a22 Use single universal coredeps Dockerfile
  • 0291094 Install tox into arm64 coredeps image
  • 6220724 rm async from generate constants
  • 102f6d9 Update node/README.md
  • aad94f1 node: add git installation info to readme
  • 065ef7a make sure to also generate constants again in npm package build
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)