Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.11 KB

File metadata and controls

28 lines (24 loc) · 1.11 KB

v2.1.0

  • Release March 29th, 2026
  • Upgrade Saloon to v4
  • Fix CarboneSdkResponse::toException() using non-existent $response property and getGuzzleException() method (fixes issue #10)
  • Fix CarboneSdkRequestException::getResponse() calling non-existent getSaloonResponse() method
  • Add unit tests for exception handling

v2.0.1

  • Release December 24th, 2025
  • Minor fixes for PHP 8.4

v2.0.0

  • Release November 4th, 2024
  • Update all dependencies + PHP >= v8.2

v1.0.1

  • Release February 16th, 2023
  • Remove unused dep "spatie/data-transfer-object" & "spatie/ray"

v1.0.0

  • Release January 13th, 2023
  • All Carbone Cloud API endpoints are supported and tested:
    • Add template $carbone->templates()->upload($contentBase64)
    • Delete template $carbone->templates()->delete($templateId);
    • Download template $carbone->templates()->download($templateId)
    • Generate report from a template $carbone->renders()->render($templateId, $data)
    • Download a generated report $carbone->renders()->download($renderId);
    • Get API Status $carbone->getStatus()