-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [5.0.0](v4.1.0...v5.0.0) (2024-09-09) ### ⚠ BREAKING CHANGES * Renamed Error Response Model Names `ErrorEvent403ResponseError` → `Common403ErrorResponse` `ManyRequestsResponse` → `TooManyRequestsResponse` * Webhook `tag` field is now optional * API Methods now throws `SerializationException` * API Methods returns tuple instead of models * API Methods removed other than `getModel` * Upgraded minimum php version to 8.1 * Request logic is rewritten, Upgraded minimum php version to 8.1 ### Features * add `remoteControl`, `velocity` and `developerTools` signals ([5bf9368](5bf9368)) * add delete visitor data endpoint ([a00f325](a00f325)) * add retry after policy to api exception ([64e0510](64e0510)) * add support for validating webhook signatures inter-768 ([6a4cbd6](6a4cbd6)) * add update event endpoint (PUT) ([cb21d0b](cb21d0b)) * change api to return tuple instead of serialized model ([62e4ad3](62e4ad3)) * introduce rawResponse for getVisits and getEvent methods ([9b01ba6](9b01ba6)) * introduce serialization exception ([bfea23a](bfea23a)) * only generate models and docs from swagger codegen ([26e984f](26e984f)) * remove raw response and introduce with http info ([ce2fedf](ce2fedf)) * rewrite request logic ([0016822](0016822)) * upgrade min php version to 8 ([5698871](5698871)) ### Bug Fixes * php-cs-fixer keep nullable return annotations ([99011b7](99011b7)) * serializaiton problem on sealed results ([29cb26c](29cb26c)) * use linter with current config via docker ([9613c34](9613c34))
- Loading branch information
1 parent
3da4eb6
commit e236b48
Showing
6 changed files
with
43 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters