improved

Bug Fixes & Improvements

πŸš€ New Features

Removal of Legacy v1 Module

  • Eliminated the outdated v1 module to streamline the codebase and reduce maintenance overhead.

Simplification of Policy Options

  • Removed the backward option from policy configurations, simplifying the policy setup process for users.

Elimination of Pydantic Dependency

  • Removed the pydantic library from the project, reducing external dependencies and potential compatibility issues.

🐞 Bug Fixes

  • Fixed an issue where identical comments were logged multiple times across different lines, improving log clarity.
  • Resolved a problem with access token reissuance, enhancing authentication reliability.
  • Modified the request body construction from using model_dump() to asdict(), ensuring compatibility with updated data models.
  • Corrected compressor option configurations to prevent misconfigurations during model compression.

🧠 Why these matter

  • Removing deprecated modules and simplifying configurations enhances the maintainability and usability of the SDK.
  • Reducing external dependencies minimizes potential conflicts and streamlines the installation process.
  • Addressing these bugs improves the overall stability and reliability of the platform, leading to a better user experience.