-
Notifications
You must be signed in to change notification settings - Fork 7
Develop #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Develop #113
Conversation
This file contains hidden or 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
…r-cs-fixer chore: fix release chain for php cs fixer
## [5.0.0-develop.1](v4.1.0...v5.0.0-develop.1) (2024-09-04) ### ⚠ 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 * serializaiton problem on sealed results ([29cb26c](29cb26c))
fix: use linter with current config via docker
## [5.0.0-develop.2](v5.0.0-develop.1...v5.0.0-develop.2) (2024-09-04) ### Bug Fixes * use linter with current config via docker ([9613c34](9613c34))
fix: php-cs-fixer keep nullable return annotations
## [5.0.0-develop.3](v5.0.0-develop.2...v5.0.0-develop.3) (2024-09-04) ### Bug Fixes * php-cs-fixer keep nullable return annotations ([99011b7](99011b7))
Fix/release workflow 2
## [5.0.0-develop.3](v5.0.0-develop.2...v5.0.0-develop.3) (2024-09-09) ### Bug Fixes * php-cs-fixer keep nullable return annotations ([99011b7](99011b7))
ilfa
approved these changes
Sep 9, 2024
chore: run ci checks
This PR will create a major release 🚀5.0.0 (2024-09-09)⚠ BREAKING CHANGES
Features
Bug Fixes |
Wrong commit message format detectedWe use Semantic Commit Messages in our project.
Run the next command in the project root to activate local hooks: sh ./install_hooks.sh More info you can find in job logs Commitlint Errors |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.