Skip to content

Releases: telepath-php/telepath

Version 0.13.0

24 Mar 19:49
Compare
Choose a tag to compare

Changelog:

  • Added auto-wiring on Handler methods so there is no need to fetch the bot instance via the constructor anymore
  • Added support for PSR-14 Event Dispatcher so you can listen to the new BeforeHandlingUpdate and AfterHandlingUpdate events.

The BeforeHandlingUpdate event contains the incoming Update. If you manipulate the Update here it gets send to the responsible Handler.

The AfterHandlingUpdate event contains the handled Update (with all its modifications) and the return value (if any) of your Handler. (⚠️ This only works if any middleware passes the return value through.)

Version 0.12.1

23 Mar 21:36
Compare
Choose a tag to compare

Changelog:

  • On webhooks: Don't crash on TelegramException. Write to log, if available instead.

Version 0.12.0 beta 3

23 Mar 20:36
Compare
Choose a tag to compare

Changelog:

  • Fixes telepathy binary

Version 0.12.0

23 Mar 20:40
Compare
Choose a tag to compare

Changelog:

  • The usual typos in comments from the API documentation
  • Added missing MessageTypes from previous API updates
  • Fixed a bug in the new Type filter
  • Fixed telepathy binary, that was unusable since the BotBuilder update

Version 0.12.0 Beta 2

22 Mar 20:16
Compare
Choose a tag to compare

Changelog:

  • Fixed a bug in the new type filter

Version 0.12.0 Beta

22 Mar 20:02
Compare
Choose a tag to compare

Changelog:

Apart from the usual typos in descriptions from the API documentation:

  • ➕ We added the MessageTypes that were missing from previous API updates

Version 0.11.0

11 Mar 20:08
Compare
Choose a tag to compare

Changelog:

  • Pulled out configuration methods from TelegramBot class into new BotBuilder class.

  • Renamed TelegramBot to simply Bot

Bot API 6.6 (March 9, 2023) / Version 0.10.0

09 Mar 17:52
Compare
Choose a tag to compare

Version 0.9.3

08 Mar 14:57
Compare
Choose a tag to compare

Changelog:

  • Added parameter to constructor for quicker configuration of Cache or Logger

Version 0.9.2

08 Mar 14:44
Compare
Choose a tag to compare

Changelog:

  • Added Logging abilities