Skip to content

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.