Releases: xairaven/MediaFetchBot
Releases · xairaven/MediaFetchBot
0.3.0
Release 0.3.0
This release includes several updates and new features:
- Migrated Rust Version: Updated from 1.80 to 1.82.
- Crate Updates: Updated dependencies including Tokio, Fern, Thiserror, and Reqwest.
- New Features:
- Whitelist functionality added.
- Editable log format in
.env
. - Log format configuration documented in
.env
.
- Refactoring: Improved API instances fabric and reorganized project structure by moving files to the root directory.
- Fixes: Resolved issues with log formatting and UNDEFINED LINK TYPE errors.
- Dependencies: Added
async-trait
crate.
Additionally, GitHub Actions have been enhanced with matrix support for improved CI/CD workflows.
0.2.2
0.2.1
- 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
- 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
(Feat) Replaced all error messages to localization file
0.1.4
(Refactor) Renamed 'errors' module to 'general_errors' for better des…
0.1.3
(Style) Slightly changed log format
0.1.2
Feat: Setting log level in the .env
0.1.1
Release: v0.1.1
0.1.0
Feat: Github workflow