Conversation
release v6.14.2 --> dev
docs enforcement workflow support
telemetry by risk feature support
ori-gold-px
approved these changes
Sep 3, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR merges version 6.15.0 into the master branch, updating the SDK version and implementing telemetry by risk support functionality.
- Version bump from 6.14.2 to 6.15.0 across multiple configuration files
- Added telemetry by risk support with new field and handling logic
- Introduced documentation enforcement workflow to verify documentation updates
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| web/pom.xml | Updates PerimeterX version property to 6.15.0 |
| src/test/java/testutils/PXClientMock.java | Updates RiskResponse constructor call to include new telemetry parameter |
| src/main/java/com/perimeterx/models/httpmodels/RiskResponse.java | Adds telemetryRequested field for telemetry by risk feature |
| src/main/java/com/perimeterx/models/PXContext.java | Adds shouldSendTelemetry field to track telemetry requirements |
| src/main/java/com/perimeterx/internals/PXS2SValidator.java | Implements logic to set telemetry flag based on risk response |
| src/main/java/com/perimeterx/http/mock/MockPXClientFactory.java | Updates mock RiskResponse constructors with new telemetry parameter |
| src/main/java/com/perimeterx/api/PerimeterX.java | Adds telemetry handling in post-verification process |
| px_metadata.json | Updates version metadata to 6.15.0 |
| pom.xml | Updates main project version to 6.15.0 |
| README.md | Updates latest stable version reference to 6.15.0 |
| CHANGELOG.md | Adds changelog entry for v6.15.0 release |
| .github/workflows/docs_enforcement.yml | Adds new workflow to enforce documentation updates |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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
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.