Skip to content

0.61.0

Compare
Choose a tag to compare
@noplanman noplanman released this 02 Nov 00:42
· 419 commits to master since this release
8588b97

Notes

Added

  • Code snippet in GenericmessageCommand to keep obsolete service message system commands working. (#999)
  • Static boolean property SystemCommand::$execute_deprecated (must be assigned before handling the request) to try and execute any deprecated system command. (#999)
  • Improved MySQL DB index for message table, making the cleanup much faster on bigger databases. (Thanks to @damianperez) (#1015)
  • /cleanup command now supports dry run which simply outputs all queries that would be run. (#1015)

Changed

  • Small readme and code fixes / simplifications. (#1001)
  • Upgrade PHPUnit to 8.x and PHPCS to 3.5. For tests now minimum PHP version is 7.2. (#1008)
  • Updated updates log importer (requires PHP7+). (#1009)

Removed

  • Service message system commands, which are now handled by GenericmessageCommand. (#999)
  • โ— Monolog has been removed as built-in logging engine. (#1009)
  • Assets have been moved to a dedicated repository. (#1012)

Fixed

  • Boolean value for Polls gets saved correctly in MySQL DB. (#996)
  • Correctly use Request::answerInlineQuery in InlineQuery::answer. (#1001)
  • PSR-12 incompatibilities in the codebase. (#1008)
  • Improved and corrected /cleanup command. (#1015)