[PR #713] [MERGED] chore(deps): Bump danog/madelineproto from 8.5.8 to 8.6.0 in /vendor-bin/telegram-client #722

Closed
opened 2026-02-26 06:31:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nextcloud/twofactor_gateway/pull/713
Author: @dependabot[bot]
Created: 9/30/2025
Status: Merged
Merged: 9/30/2025
Merged by: @vitormattos

Base: masterHead: dependabot/composer/vendor-bin/telegram-client/danog/madelineproto-8.6.0


📝 Commits (1)

  • 5dd5cde chore(deps): Bump danog/madelineproto in /vendor-bin/telegram-client

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 vendor-bin/telegram-client/composer.lock (+11 -11)

📄 Description

Bumps danog/madelineproto from 8.5.8 to 8.6.0.

Release notes

Sourced from danog/madelineproto's releases.

upload* methods and multiple fixes

Features:

  • Add new uploadDocument, uploadPhoto, uploadAudio, uploadDocumentPhoto, uploadGif, uploadPhoto, uploadSticker, uploadVideo, uploadVoice methods as more powerful versions of messages.uploadMedia, to upload media without actually sending it to any chat, with all the same automatic features offered by their send* variants.

Fixes:

  • Fix channel is already closed errors after triggering an IPC server restart()
  • Fix passing Messages to methods accepting inputDocument/inputPhoto constructors
  • Allow passing a string to textWithEntities
  • Small updates fix
  • Transform the linked_monoforum_id returned by getInfo to a bot API ID
Commits
  • abc3a54 Bump to 8.6.0
  • 1ab07fd Bump
  • e649360 Better logging
  • 603f72a Cleanup serverFuture after restart
  • 22d82aa Fix channel is already closed errors after triggering an IPC server restart()
  • 50ade10 Transform the linked_monoforum_id
  • 6f0859b Allow passing a string to textWithEntities, small updates fix
  • b334376 Add one more source
  • 3e1132d Accumulate traversal pairs
  • 2348ca9 Improve getMessageOp
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/nextcloud/twofactor_gateway/pull/713 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/30/2025 **Status:** ✅ Merged **Merged:** 9/30/2025 **Merged by:** [@vitormattos](https://github.com/vitormattos) **Base:** `master` ← **Head:** `dependabot/composer/vendor-bin/telegram-client/danog/madelineproto-8.6.0` --- ### 📝 Commits (1) - [`5dd5cde`](https://github.com/nextcloud/twofactor_gateway/commit/5dd5cde233af8c7ca48d5658443ee9aa96dca6ef) chore(deps): Bump danog/madelineproto in /vendor-bin/telegram-client ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `vendor-bin/telegram-client/composer.lock` (+11 -11) </details> ### 📄 Description Bumps [danog/madelineproto](https://github.com/danog/MadelineProto) from 8.5.8 to 8.6.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/danog/MadelineProto/releases">danog/madelineproto's releases</a>.</em></p> <blockquote> <h2>upload* methods and multiple fixes</h2> <p>Features:</p> <ul> <li>Add new <code>uploadDocument</code>, <code>uploadPhoto</code>, <code>uploadAudio</code>, <code>uploadDocumentPhoto</code>, <code>uploadGif</code>, <code>uploadPhoto</code>, <code>uploadSticker</code>, <code>uploadVideo</code>, <code>uploadVoice</code> methods as more powerful versions of messages.uploadMedia, to upload media without actually sending it to any chat, with all the same automatic features offered by their <code>send*</code> variants.</li> </ul> <p>Fixes:</p> <ul> <li>Fix channel is already closed errors after triggering an IPC server restart()</li> <li>Fix passing Messages to methods accepting inputDocument/inputPhoto constructors</li> <li>Allow passing a string to textWithEntities</li> <li>Small updates fix</li> <li>Transform the linked_monoforum_id returned by getInfo to a bot API ID</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/danog/MadelineProto/commit/abc3a54bf46babbaa9d55b1ae023c14947db1cdd"><code>abc3a54</code></a> Bump to 8.6.0</li> <li><a href="https://github.com/danog/MadelineProto/commit/1ab07fdaf9e47d1f13a0975d332606c1ce038d66"><code>1ab07fd</code></a> Bump</li> <li><a href="https://github.com/danog/MadelineProto/commit/e649360a0e42c3441aeac555e044cb2d046e92af"><code>e649360</code></a> Better logging</li> <li><a href="https://github.com/danog/MadelineProto/commit/603f72a0a10194baa7ee7c583fd171a5a931c8e9"><code>603f72a</code></a> Cleanup serverFuture after restart</li> <li><a href="https://github.com/danog/MadelineProto/commit/22d82aad6ba92572aa88146c0f720d7e51ee8ad9"><code>22d82aa</code></a> Fix channel is already closed errors after triggering an IPC server restart()</li> <li><a href="https://github.com/danog/MadelineProto/commit/50ade10cf8d8fa07623eb4c63a01cccb6c3ca7fa"><code>50ade10</code></a> Transform the linked_monoforum_id</li> <li><a href="https://github.com/danog/MadelineProto/commit/6f0859b6500406e924b3e7144d893ca6680c1b6c"><code>6f0859b</code></a> Allow passing a string to textWithEntities, small updates fix</li> <li><a href="https://github.com/danog/MadelineProto/commit/b3343768cf5ec3296b6f22a6931dbada2e5d3b59"><code>b334376</code></a> Add one more source</li> <li><a href="https://github.com/danog/MadelineProto/commit/3e1132d487289f1f51e5a5f960b0c14f5f9e8897"><code>3e1132d</code></a> Accumulate traversal pairs</li> <li><a href="https://github.com/danog/MadelineProto/commit/2348ca98660cb3473001b573ae868aaa93a3d393"><code>2348ca9</code></a> Improve getMessageOp</li> <li>Additional commits viewable in <a href="https://github.com/danog/MadelineProto/compare/8.5.8...8.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=danog/madelineproto&package-manager=composer&previous-version=8.5.8&new-version=8.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 06:31:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/twofactor_gateway-nextcloud#722
No description provided.