Aspose.BarCode Cloud 25.2 Release Notes
The page contains release notes for Aspose.BarCode for Cloud 25.2 – API Reference
Overview
We are excited to announce the release of version 4.0 of the Aspose.BarCode Cloud API! This version comes with significant updates and improvements over the previous version (v3.0). This document outlines the key aspects of the new release, including changes in authorization, library upgrades, and overall API simplification.
Key Changes
1. Authorization
- The authorization method remains unchanged from version 3.0, but there is an update in the endpoint used for fetching the token.
- v3 API: The token was retrieved from
https://api.aspose.cloud/connect/token
. - v4 API: The new endpoint for fetching the token is now
https://id.aspose.cloud/connect/token
.
2. Library Update
- Deprecated Library in v3: Version 3.0 of the API utilized an older version (v23.12) of the Aspose.BarCode library for .NET. This API will no longer receive significant updates. Only essential security updates will be provided for this legacy version.
- Active Development in v4:
- Version 4.0 is built on a more recent version of the Aspose.BarCode library, which will be actively developed.
- Users can expect timely updates and new feature additions in this version.
3. Simplified API Design
- v4.0 eliminates unnecessary complexities, making it easier to use and maintain.
- The API structure is optimized to minimize breaking changes throughout its lifecycle.
Features and Improvements in v4.0
Barcode Generation and Recognition:
- Enhanced features for generating barcodes, including various formats and additional customization options.
- Improved recognition capabilities from file URLs as well as from the request body.
Updated Parameters:
- Parameters for generating and recognizing barcodes have been consolidated and refined.
- New options for specifying barcode attributes such as text location, colors, resolution, and more.
Multipart Request Support:
- Support for generating and scanning barcodes using multipart form data for both POST and GET requests.
Improved Error Handling:
- Enhanced API error responses to provide more informative error messages.
Migration Notes
Developers upgrading from version 3.0 to 4.0 should review the following changes:
- Update the token URL in your authentication flow to
https://id.aspose.cloud/connect/token
. - Be aware that some parameter names and structures may have changed; refer to the new API documentation for detailed information on these changes. Or use newest SDK versions.
Conclusion
- Aspose.BarCode Cloud API v4.0 introduces simplified endpoints, more structured API design, and ongoing support for new features.
- The token endpoint has moved to
id.aspose.cloud
, ensuring better identity management. - The latest Aspose.BarCode library will receive ongoing updates, helping developers stay on top of barcode technology advancements.
- The API structure is designed for longevity and stability, minimizing changes required across future updates.
For further details, please refer to the complete API documentation.
Thank you for using Aspose.BarCode Cloud API!