Skip to content

Releases: driade/queuebeam-laravel

Queuebeam Laravel SDK v0.2.1

Choose a tag to compare

@driade driade released this 12 Jul 11:15

Adds best-effort Laravel 10 compatibility for applications running PHP 8.2 or newer. The CI matrix now validates Laravel 10, 11, 12 and 13.

Queuebeam Laravel SDK v0.2.0

Choose a tag to compare

@driade driade released this 12 Jul 10:53

0.2.0 - 2026-07-12

  • Add Laravel Testbench coverage for service-provider, facade and configuration publishing integration on Laravel 12 and 13, while retaining component-level compatibility tests for Laravel 11.
  • Expose unlimited tenant quota through Quota::$unlimited.
  • Preserve the failed DispatchResult on QueuebeamException.
  • Respect Retry-After for transient API responses, capped at 30 seconds.
  • Reject missing API keys before making a network request.
  • Validate operation retry counts and idempotency keys locally.
  • Safely ignore incomplete quota headers.