Skip to content

Releases: xairaven/MediaFetchBot

0.2.2

08 Aug 17:41
Compare
Choose a tag to compare

Log update!

  • Migrated from pretty_env_logger to fern
  • Fixed #1 and #2
  • Formatted codebase with cargo fmt

0.2.1

31 Jul 20:31
Compare
Choose a tag to compare
  • Feature: Changed bot type to Throttle. Telegram has strict limits, which, if exceeded will sooner or later cause RequestError::RetryAfter(_) errors. These errors can cause users of your bot to never receive responses from the bot or receive them in a wrong order. This bot wrapper automatically checks for limits, suspending requests until they could be sent without exceeding limits (request order in chats is not changed).
  • Feature: Graceful Shutdown.
  • Refactoring. Moved some RapidAPI functionality to appropriate module.

0.2.0

20 Jul 19:38
Compare
Choose a tag to compare
  • Instagram Photos, Photo-Slides, Reels, Stories support added.
  • Quota Exceeded API Errors added.
  • Support of /start command.
  • A lot of refactoring has been done.

The version is stable.

0.1.5

19 Jul 18:31
Compare
Choose a tag to compare
(Feat) Replaced all error messages to localization file

0.1.4

19 Jul 17:55
Compare
Choose a tag to compare
(Refactor) Renamed 'errors' module to 'general_errors' for better des…

0.1.3

14 Jul 17:48
Compare
Choose a tag to compare
(Style) Slightly changed log format

0.1.2

08 Jul 16:50
Compare
Choose a tag to compare
Feat: Setting log level in the .env

0.1.1

05 Jul 19:51
Compare
Choose a tag to compare
Release: v0.1.1

0.1.0

05 Jul 18:09
Compare
Choose a tag to compare
Feat: Github workflow