v1.0.0 - Initial Stable Release #1
saedyousef
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: v1.0.0...v1.0.0
v1.0.0is the first stable release ofphp-n8n/client.This version provides the core client API for triggering n8n webhooks, working with webhook request payloads, and tracking executions through the n8n API.
Added
Webhook triggering via
$client->webhooks()->trigger().Execution fetching and polling through the n8n API.
Request body helpers for common webhook payload types:
Lifecycle hooks for:
Strict webhook URL validation for absolute
httpandhttpsURLs.Transport abstractions based on PSR-7, PSR-17, and PSR-18.
PHPUnit test coverage.
GitHub Actions CI for the supported PHP versions.
Codecov coverage reporting.
Installation
Notes
This release marks the package as ready for normal use.
The public API is considered stable for the
1.xseries. Any future breaking changes will be released under a new major version, following Semantic Versioning.This discussion was created from the release v1.0.0 - Initial Stable Release.
Beta Was this translation helpful? Give feedback.
All reactions