Skip to content

Releases: danog/MadelineProto

Enable jemalloc, function JIT in docker image

20 Nov 18:39
Compare
Choose a tag to compare

Features:

  • Enable jemalloc and function JIT in docker image to improve performance

Fixes:

  • Small db bugfix

Improve ephemeral filesystem support

19 Nov 17:53
Compare
Choose a tag to compare

Improved support for ephemeral filesystems (i.e. docker containers with no volumes, storing all data on Mysql/Postgres/Redis) by setting a table prefix manually in the settings, see here » for more info.

Ephemeral filesystem support

19 Nov 16:49
Compare
Choose a tag to compare

Features:

  • Added support for ephemeral filesystems (i.e. docker containers with no volumes, storing all data on Mysql/Postgres/Redis) by setting a table prefix manually in the settings, see here » for more info.

Fixes:

  • UNIX socket database connections
  • Fix revoltphp bug
  • Fix updatePinnedMessages conversion

Switch to LONGBLOB for session database

17 Nov 19:33
Compare
Choose a tag to compare

Fixes:

  • Switch to LONGBLOB for session database, to cover some edge cases with event handlers with a lot of non-ORM properties.

8.0.0-beta159

15 Nov 19:16
Compare
Choose a tag to compare
8.0.0-beta159 Pre-release
Pre-release

Features:

  • New updates by @ahjbyte in #1424
    • Add sendText method to AbstractMessage
    • Add BotCommands, MessageForwards, MessageViewsChanged, UpdateChannel, BotChatInviteRequest, PendingJoinRequests, DeleteChannelMessages, DeleteMessages, DeleteScheduledMessages PinnedChannelMessages, PinnedGroupMessages, PinnedPrivateMessages SimpleEventHandler updates
    • Add ChatInvite, ChatInviteExported, ChatInvitePublicJoin, Command SimpleEventHandler objects
    • Multiple improvements
  • Update to layer 166

New Methods:

Changed Methods:

New Constructors:

Changed Constructors:

Fixes:

  • Fix progress calculation in Broadcast module by @xcgu in #1438
  • Various performance improvements by @danog
  • Multiple bugfixes by @danog
  • Fix MyTelegramOrgWrapper by @danog
  • Fix composer event handler plugins by @danog

Full Changelog: 8.0.0-beta158...8.0.0-beta159

Restart plugin, bugfixes

07 Nov 17:52
Compare
Choose a tag to compare

Features:

  • Added a RestartPlugin that can be included to offer a /restart command to admins

Fixes:

  • Fixed composer plugins
  • Fix importAuthorization
  • Improved public API a bit

Small bugfix in abstraction logic.

24 Oct 16:15
Compare
Choose a tag to compare
8.0.0-beta157

Weird cs-fix issue

Small bugfix.

22 Oct 14:37
Compare
Choose a tag to compare
8.0.0-beta156

Psalm fix

CDN file fixes.

21 Oct 18:04
Compare
Choose a tag to compare

Small fix for CDN files.

Cancellation&aggregation support

21 Oct 16:06
Compare
Choose a tag to compare

Features:

  • Added support for request cancellation and aggregation to all methods.
  • You can now specify a custom floodWaitLimit for each API method call.

Fixes:

  • Multiple bugfixes, improved abstractions
  • Improve queue logic
  • Improve performance & cleanup method call code