Skip to content

Releases: danog/MadelineProto

Psalm fixes

28 Jul 13:15

Choose a tag to compare

8.5.2

Fix psalm

Small fix

27 Jul 16:29

Choose a tag to compare

Small fix Pre-release
Pre-release

Fixes:

  • Ignore errors emitted by non-strict third-party symfony libs

8.5.0

27 Jul 09:23

Choose a tag to compare

Features:

  • Add new privacy rule danog\MadelineProto\EventHandler\Privacy\Rule::MESSAGES_WITHOUT_PAYING

Fixes:

  • Avoid cancellation loops in case of network issues by avoiding cancellation of cancellation messages (rpc_drop_answer)

Layer 210

25 Jul 15:16

Choose a tag to compare

This release updates to MadelineProto to layer 210.

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Misc DB fixes

12 Jul 19:25

Choose a tag to compare

Fixes:

  • Drop all session-related database rows when logging out
  • Fix an issue with postgres when creating the database

Layer 207

11 Jul 16:26

Choose a tag to compare

This release updates to layer 207.

New Methods:

Changed Methods:

Deleted Methods:

  • account.addNoPaidMessagesException
  • stats.getBroadcastRevenueStats
  • stats.getBroadcastRevenueWithdrawalUrl
  • stats.getBroadcastRevenueTransactions

New Constructors:

Changed Constructors:

Deleted Constructors:

  • updateBroadcastRevenueTransactions
  • stats.broadcastRevenueStats
  • stats.broadcastRevenueWithdrawalUrl
  • broadcastRevenueTransactionProceeds
  • broadcastRevenueTransactionWithdrawal
  • broadcastRevenueTransactionRefund
  • stats.broadcastRevenueTransactions
  • broadcastRevenueBalances

8.4.18

28 Jun 18:01

Choose a tag to compare

This release improves the file reference refreshing logic.

Full Changelog: 8.4.17...8.4.18

8.4.17

28 Jun 15:55

Choose a tag to compare

Features:

  • Upgrade to danog/tg-dialog-id v2, adding full support for monoforum IDs using the same range as in the bot API. Some breaking changes are present in the v2 release, check the changelog for more info.

Fixes:

  • Fix some login issues

8.4.16

25 Jun 21:31

Choose a tag to compare

Some more post-refactoring fixes.

8.4.15

25 Jun 20:51

Choose a tag to compare

Fixes an issue with reconnects.