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.95.0 to 1.99.0 in /requirements #133

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps deltachat from 1.95.0 to 1.99.0.

Changelog

Sourced from deltachat's changelog.

1.99.0

API-Changes

  • breaking jsonrpc: changed function naming

    • autocryptInitiateKeyTransfer -> initiateAutocryptKeyTransfer
    • autocryptContinueKeyTransfer -> continueAutocryptKeyTransfer
    • chatlistGetFullChatById -> getFullChatById
    • messageGetMessage -> getMessage
    • messageGetMessages -> getMessages
    • messageGetNotificationInfo -> getMessageNotificationInfo
    • contactsGetContact -> getContact
    • contactsCreateContact -> createContact
    • contactsCreateChatByContactId -> createChatByContactId
    • contactsBlock -> blockContact
    • contactsUnblock -> unblockContact
    • contactsGetBlocked -> getBlockedContacts
    • contactsGetContactIds -> getContactIds
    • contactsGetContacts -> getContacts
    • contactsGetContactsByIds -> getContactsByIds
    • chatGetMedia -> getChatMedia
    • chatGetNeighboringMedia -> getNeighboringChatMedia
    • webxdcSendStatusUpdate -> sendWebxdcStatusUpdate
    • webxdcGetStatusUpdates -> getWebxdcStatusUpdates
    • messageGetWebxdcInfo -> getWebxdcInfo
  • jsonrpc: changed method signature

    • miscSendTextMessage(accountId, text, chatId) -> miscSendTextMessage(accountId, chatId, text)
  • jsonrpc: add SystemMessageType to Message

  • cffi: add missing DC_INFO_ constants

  • Add DC_EVENT_INCOMING_MSG_BUNCH event #3643

  • Python bindings: Make get_matching() only match the whole event name, e.g. events.get_matching("DC_EVENT_INCOMING_MSG") won't match DC_EVENT_INCOMING_MSG_BUNCH anymore #3643

  • Rust: Introduce a ContextBuilder #3698

Changes

  • allow sender timestamp to be in the future, but not too much
  • Disable the new "Authentication-Results/DKIM checking" security feature until we have tested it a bit #3728
  • refactorings #3706

Fixes

  • dc_search_msgs() returns unaccepted requests #3694
  • emit "contacts changed" event when the contact is no longer "seen recently" #3703
  • do not allow peerstate reset if DKIM check failed #3731

1.98.0

... (truncated)

Commits
  • d29b0ba Prepare core release 1.99.0
  • ffd5777 Add DC_EVENT_INCOMING_MSG_BUNCH event (#3643)
  • e648e4f DKIM-Checking: Don't disallow keychanges for now (#3728)
  • ecab62a Fix flaky test_block_mailing_list() (#3733)
  • e21ea73 Ignore now-failing test
  • 659bb08 Also don't disallow going back to cleartext
  • f8da264 changelog
  • db84317 DKIM-Checking: Don't disallowing keychanges for now
  • e93dc33 Do not allow peerstate reset if DKIM check failed
  • cb1a429 Accept ToString instead of AsRef<str> in Params.set() (#3732)
  • 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)