improved
Bug Fixes & Improvements
July 15th, 2024
π 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()
toasdict()
, 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.