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.93.0 to 1.95.0 in /requirements #127

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps deltachat from 1.93.0 to 1.95.0.

Changelog

Sourced from deltachat's changelog.

1.95.0

API-Changes

  • jsonrpc: add mailingListAddress property to FullChat #3607
  • jsonrpc: add MessageNotificationInfo & messageGetNotificationInfo() #3614
  • jsonrpc: add chat_get_neighboring_media function #3610

Changes

  • added dclogin: scheme to allow configuration from a qr code (data inside qrcode, contrary to dcaccount: which points to an API to create an account) #3541
  • truncate incoming messages by lines instead of just length #3480
  • emit separate DC_EVENT_MSGS_CHANGED for each expired message, and DC_EVENT_WEBXDC_INSTANCE_DELETED when a message contains a webxdc #3605
  • enable bcc_self by default #3612

1.94.0

API-Changes

  • breaking change: replace dc_accounts_event_emitter_t with dc_event_emitter_t #3422

    Type dc_accounts_event_emitter_t is removed. dc_accounts_get_event_emitter() returns dc_event_emitter_t now, so dc_get_next_event() should be used instead of dc_accounts_get_next_event and dc_event_emitter_unref() should be used instead of dc_accounts_event_emitter_unref.

  • add dc_contact_was_seen_recently() #3560

  • Fix get_connectivity_html and get_encrinfo futures not being Send. See rust-lang/rust#101650 for more information

  • jsonrpc: add functions: #3586, #3587, #3590

    • deleteChat()
    • getChatEncryptionInfo()
    • getChatSecurejoinQrCodeSvg()
    • leaveGroup()
    • removeContactFromChat()
    • addContactToChat()
    • deleteMessages()
    • getMessageInfo()
    • getBasicChatInfo()
    • marknoticedChat()
    • getFirstUnreadMessageOfChat()
    • markseenMsgs()
    • forwardMessages()
    • removeDraft()
    • getDraft()
    • miscSendMsg()
    • miscSetDraft()
    • maybeNetwork()
    • getConnectivity()
    • getContactEncryptionInfo()
    • getConnectivityHtml()

... (truncated)

Commits
  • 1965866 prepare 1.95 (#3617)
  • 110f567 implement dclogin scheme (#3541)
  • 37c6001 jsonrpc: add chat_get_neighboring_media function (#3610)
  • 9a9c91e add method for desktop to get notification relevant information for a message...
  • 1727617 python: fix test_getinfo after bcc_self default change
  • 335d780 Fix Python test for bcc_self
  • 450d113 Fix Rust 1.64 clippy warnings and tests
  • cd6d181 enable BccSelf by default (#3612)
  • c92c6a2 jsonrpc: add mailingListAddress property to FullChat (#3607)
  • ffe7216 Emit per-message events for expired messages
  • 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)