Full Changelog: https://github.com/EwertonDaniel/bitfinex-php-sdk/compare/v0.2.6...v0.2.7
Full Changelog: https://github.com/EwertonDaniel/bitfinex-php-sdk/compare/v0.2.5...v0.2.6
illuminate/console:^12.0.composer.json to include illuminate/console:^12.0 in the version constraints.💡 If you're using Laravel 12, update your composer.json:
composer require ewertondaniel/bitfinex-php-sdk:^0.2.5
This release introduces a minor update to the symbol method, improving its logic to prevent duplication of the identifier prefix (t or f). The change ensures cleaner and more robust handling of identifiers, maintaining compatibility without affecting functionality.
Changelog:
Enhancement: Refactored symbol method to include a check that avoids duplicating prefixes. Improvement: Used GetThis::ifTrueOrFallback for better code readability and maintainability. No breaking changes were introduced in this release.
Replaced the generic Exception with BitfinexUrlNotFoundException, ensuring more precise handling of errors related to Bitfinex URLs. Updated the convert function in the DateToTimes class for higher precision in returning timestamps in milliseconds. The new implementation uses Carbon's getTimestampMs() method for calculations.
This release addresses a critical issue where timestamps were not being sent in milliseconds as expected. The following changes were made:
Bug Fix: Timestamps are now properly converted to milliseconds by multiplying the original value by 1000.
Improvement: Ensured compatibility with systems expecting timestamps in milliseconds for accurate time processing.
This fix ensures proper handling of datetime data across all dependent functionalities.
Feel free to attach additional binaries or files if necessary for testing or documentation.
[FEAT] - Created basic endpoints for authenticated users
How can I help you explore Laravel packages today?