Skip to content

0.4.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 02:22
· 21 commits to main since this release

Changelog - Version 0.4.0 (Jan 15, 2025)

Features:

  • New Instagram API: Introduced support for a new Instagram API to enhance functionality.

Fixes:

  • Error handling: Added error handling for client (reqwest) building to improve reliability.
  • Cleaned send method: Refined the logic of the send method for better performance and maintainability.

Refactors:

  • Divided Errors module: Split the Errors module into separate components for improved structure and clarity.
  • Simplified structure: Removed async-trait, dynamic dispatch part, etc. to streamline the codebase and simplified overall structure.

Dependencies:

  • Removed async-trait crate: Eliminated the unnecessary crate to reduce complexity.
  • Updated to Rust 1.84: Upgraded for improved performance and compatibility.