Skip to content

v1.0.0

Choose a tag to compare

@kayedspace kayedspace released this 02 Nov 12:28
· 21 commits to main since this release

What's Changed

  • Move setting env config for tests to phpunit.xml.dist by @ismaail in #15
  • Feature/phpstan by @ismaail in #16
  • Add Laravel events for observability and monitoring (81d403c (81d403c))
  • Enhance AbstractApi with logging, caching, events, retries, and metrics (943e635 (943e635))
  • Expand resource clients with pagination helpers and batch operations (cf6aef7 (cf6aef7))
  • Upgrade webhooks with queue support, signature verification, and webhook events (0ac01e9 (0ac01e9))
  • Add Artisan commands for n8n management workflows (a7eb4a5 (a7eb4a5))
  • Introduce WorkflowBuilder, health checks, and testing utilities (d9a32fd (d9a32fd))
  • Restructure and expand documentation coverage (0baebbc (0baebbc), 630d498 (630d498))
  • Add comprehensive test coverage for new capabilities (af1e056 (af1e056))
  • Refactor BaseClient to eliminate duplication and centralize observability (ac79f7d (ac79f7d))
  • Deliver a complete event system for all API resources (ad49fcb (ad49fcb))
  • Ensure event instrumentation remains consistent across cached and live responses (8bc6575 (8bc6575))
  • Document event coverage and metrics usage in the README (a9d036d (a9d036d))
  • Code cleanup, formatting fixes, and tighter type hints (81c44eb (81c44eb))

Full Changelog: v0.0.12...v1.0.0