Closed vipulnsward closed 5 months ago
In version 3.4.3, released on June 1, 2024, a new method get_document_conversion_formats_info
was introduced to the Uploadcare::ConversionApi
class. This method allows users to retrieve possible document conversion formats. Additionally, the version number in the Uploadcare::Rails
module was updated from '3.4.2' to '3.4.3' to reflect these changes.
File Path | Change Summary |
---|---|
CHANGELOG.md | Added a summary of new method get_document_conversion_formats_info in version 3.4.3. |
lib/uploadcare/rails/version.rb | Updated version number from '3.4.2' to '3.4.3' in Uploadcare::Rails module. |
sequenceDiagram
participant User
participant Uploadcare::ConversionApi
participant DocumentService
User->>Uploadcare::ConversionApi: get_document_conversion_formats_info()
Uploadcare::ConversionApi->>DocumentService: Request conversion formats
DocumentService-->>Uploadcare::ConversionApi: Return available formats
Uploadcare::ConversionApi-->>User: Provide conversion formats info
In the land of code so fair and bright,
A new method takes its flight,
Conversion formats now in sight,
Version bumps with pure delight.
Uploadcare's magic, clear and true,
Brings new wonders straight to you!
🌟✨
Description
Checklist
Summary by CodeRabbit
New Features
Chores