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.97.0 in /requirements #129

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps deltachat from 1.95.0 to 1.97.0.

Changelog

Sourced from deltachat's changelog.

1.97.0

API-Changes

  • jsonrpc: add function: #3641, #3645, #3653
    • getChatContacts()
    • createGroupChat()
    • createBroadcastList()
    • setChatName()
    • setChatProfileImage()
    • downloadFullMessage()
    • lookupContactIdByAddr()
    • sendVideochatInvitation()
    • searchMessages()
    • messageIdsToSearchResults()
    • setChatVisibility()
    • getChatEphemeralTimer()
    • setChatEphemeralTimer()
    • getLocations()
    • getAccountFileSize()
    • estimateAutoDeletionCount()
    • setStockStrings()
    • exportSelfKeys()
    • importSelfKeys()
    • sendSticker()
    • changeContactName()
    • deleteContact()
    • joinSecurejoin()
    • stopIoForAllAccounts()
    • startIoForAllAccounts()
    • startIo()
    • stopIo()
    • exportBackup()
    • importBackup()
    • getMessageHtml() #3671
    • miscGetStickerFolder and miscGetStickers #3672
  • breaking: jsonrpc: remove function messageListGetMessageIds(), it is replaced by getMessageIds() and getMessageListItems() the latter returns a new MessageListItem type, which is the now prefered way of using the message list.
  • jsonrpc: add type: #3641, #3645
    • MessageSearchResult
    • Location
  • jsonrpc: add viewType to quoted message(MessageQuote type) in Message object type #3651

Changes

  • Look at Authentication-Results. Don't accept Autocrypt key changes if they come with negative authentiation results while this contact sent emails with positive authentication results in the past. #3583
  • jsonrpc in cffi also sends events now #3662
  • jsonrpc: new format for events and better typescript autocompletion
  • Join all "[migration] vXX" log messages into one

... (truncated)

Commits


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)