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.99.0 to 1.101.0 in /requirements #134

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps deltachat from 1.99.0 to 1.101.0.

Changelog

Sourced from deltachat's changelog.

1.101.0

Changes

  • add configured_inbox_folder to account info #3748
  • dc_delete_contact() hides contacts if referenced #3751
  • add IMAP UIDs to message info #3755

Fixes

  • improve IMAP logging, in particular fix incorrect "IMAP IDLE protocol timed out" message on network error during IDLE #3749
  • pop Recently Seen Loop event out of the queue when it is in the past to avoid busy looping #3753
  • fix build failures by going back to standard async_zip #3747

1.100.0

API-Changes

  • jsonrpc: add miscSaveSticker method

Changes

  • add JSON-RPC stdio server deltachat-rpc-server and use it for JSON-RPC tests #3695
  • update rPGP from 0.8 to 0.9 #3737
  • jsonrpc: typescript client: use npm released deltachat fork of the tiny emitter package #3741
  • jsonrpc: show sticker image in quote #3744
Commits
  • 0c030e8 prepare 1.101.0 (#3757)
  • 428ef11 Add IMAP UIDs to message info (#3755)
  • ee34b64 Pop recently seen loop event out of the queue when it's in the past
  • c1f9d8f allow deleting referenced contacts in UI (#3751)
  • 996be5d Improve IMAP logging
  • 7d45419 Convert anyhow errors to select_folder errors with alternate fmt
  • c0ae5c0 Use anyhow for close_folder() errors
  • 09042d1 Changelog
  • 7db147d Log fake IDLE interruptions
  • 1324b5d Rename folder argument into folder_config
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #139.