Skip to content

Releases: ExpressApp/pybotx

0.45.1 (July 18, 2022)

18 Jul 14:01
Compare
Choose a tag to compare

Added

  • Methd to search for a user by other_id.

0.44.2 (July 5, 2022)

05 Jul 09:51
Compare
Choose a tag to compare

Added

  • Processing of unsupported chat types.

0.44.1 (Jun 7, 2022)

07 Jun 10:13
93a71f5
Compare
Choose a tag to compare

Update

  • Bump httpx version to 0.23.0

0.44.0 (May 27, 2022)

27 May 14:54
Compare
Choose a tag to compare

Added

  • Possibility to skip fetching tokens on startup

0.43.0 (May 25, 2022)

25 May 12:38
Compare
Choose a tag to compare

Changed

  • If there are no exception handler found for exception it will be raised

0.42.1 (May 24, 2022)

24 May 14:26
fd6a5fb
Compare
Choose a tag to compare

Added

  • background_color, text_color and align in markups.

0.42.0 (May 24, 2022)

24 May 14:06
Compare
Choose a tag to compare

Added

  • Callbacks repository protocol CallbackRepoProto
  • Ability to plug custom callbacks repository using Bot callback_repo

0.41.1 (May 20, 2022)

20 May 13:24
4acea06
Compare
Choose a tag to compare

Changed

  • Supported pydantic version updated to >=1.6.0,<1.10.0

0.41.0 (May 20, 2022)

20 May 10:54
Compare
Choose a tag to compare

Changed

  • Renamed AttachmentLocation to Location
  • Renamed AttachmentContact to Contact
  • Renamed AttachmentLink to Link

Removed

  • type field from Location, Contact, Link, Sticker. These fields have own attributes in IncomingMessage and type isn't necessary

0.40.1 (May 19, 2022)

19 May 11:41
Compare
Choose a tag to compare

Removed

  • async_file support from IncomingMessage