Skip to content

Latest commit

 

History

History
139 lines (99 loc) · 8.2 KB

ChangeLog.md

File metadata and controls

139 lines (99 loc) · 8.2 KB

ChangeLog

0.6.0 (2024-10-15)

Changed

  • cl-telegram-bot/chat:get-chat generic-function is now exported from cl-telegram-bot/chat package instead of cl-telegram-bot/message. Also, now it is applicable to updates, and other objects which can be associated with a chat.
  • callback-chat function was removed from cl-telegram-bot/callback package. Use abovementionned get-chat generic-function.

Added

0.5.0 (2024-02-18)

Added

Removed

  • Function CL-TELEGRAM-BOT/MESSAGE:REPLY was removed and replaced with cl-telegram-bot/response:reply function. Previously it interrupted the processing flow and you only was able to reply once. With the new function you can respond with different pieces, for example to show user a image and text with inline keyboard.

0.4.0 (2023-04-22)

  • Changed a lot of imports some symbols not bound to functions were removed, some readers and accessors are exported.
  • Added an autogenerated API reference.

0.3.2 (2022-07-10)

  • Change the parameters of make-request to allow passing request parameters straight into it.
  • Add id slot to message; add forward-message, delete-message functions reliant on id.
  • Add more message types: reply, video-message, document-message and other media message types.
  • Add send-* media-sending message types.
  • Add more chat types: group, supergroup, and channel.

0.3.1 (2020-01-04)

  • Fixed work with latest dexador, because it does not accept :stream t anymore.

0.3.0 (2019-09-22)

  • Bot was fixed to use latest Dexador with support of read-timeout and connect-timeout.

0.2.0 (2019-09-16)

  • Added a dependency from trivial-timeout and now connect timeout is used when doing requests to API.
  • Function make-<bot-class> now proxie any parameters to the class's constructor.
  • Now function stop-processing checks if thread is alive before destroying it.

0.1.0 (2018-09-17)

Refactorings

Project was broken down to subpackages, nicknames telegram-bot and tg-bot were removed, because now system uses ASDF's package-inferred-system class and each file have it's own separate packages.


[generated by 40ANTS-DOC]