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.89.0 to 1.93.0 in /requirements #125

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps deltachat from 1.89.0 to 1.93.0.

Changelog

Sourced from deltachat's changelog.

1.93.0

API-Changes

  • added a JSON RPC API, accessible through a WebSocket server, the CFFI bindings and the Node.js bindings #3463 #3554 #3542
  • JSON RPC methods in CFFI #3463:
  • dc_jsonrpc_instance_t* dc_jsonrpc_init(dc_accounts_t* account_manager);
  • void dc_jsonrpc_unref(dc_jsonrpc_instance_t* jsonrpc_instance);
  • void dc_jsonrpc_request(dc_jsonrpc_instance_t* jsonrpc_instance, char* request);
  • char* dc_jsonrpc_next_response(dc_jsonrpc_instance_t* jsonrpc_instance);
  • node: JSON RPC methods #3463:
  • AccountManager.prototype.startJsonRpcHandler(callback: ((response: string) => void)): void
  • AccountManager.prototype.jsonRpcRequest(message: string): void

Changes

  • use pathlib in provider update script #3543
  • dc_get_chat_media() can return media globally #3528
  • node: add getMailinglistAddr() #3524
  • avoid duplicate encoded-words package and test cargo vendor in ci #3549
  • python: don't raise an error if addr changes #3530
  • improve coverage script #3530

Fixes

  • improved error handling for account setup from qrcode #3474
  • python: enable certificate checks in cloned accounts #3443

1.92.0

API-Changes

  • add dc_chat_get_mailinglist_addr() #3520

1.91.0

Added

  • python bindings: extra method to get an account running

Changes

Fixes

  • mark "group image changed" as system message on receiver side #3517

1.90.0

Changes

  • handle drafts from mailto links in scanned QR #3492
  • do not overflow ratelimiter leaky bucket #3496
  • (AEAP) Add device message after you changed your address #3505

... (truncated)

Commits
  • e7957b1 prepare 1.93 (#3555)
  • 7d97ab2 jsonrpc: auto restart io on setConfig for the following keys sentbox_watch,...
  • 8be5ca6 use same encoded-words as deltachat/rust-email (#3549)
  • fdf91b7 globally search for media (#3528)
  • d297aa7 rebuild json rpc types, to rebase prs to unclutter diff
  • 4877f56 rename strum::EnumProperty to avoid name conflict
  • 839021f python: enable certificate checks in cloned accounts
  • 8533057 python tests: actually the contacts aren't unified with AEAP
  • 6aa5c60 tests: ensure that contact of ac1 stays the same
  • f548b24 use a verified group for the AEAP test
  • 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)