Skip to content

Commit 6bc5ae5

Browse files
Merge pull request #82 from fingerprintjs/inter-1987-remove-fpcdn
INTER-1987 API v4 Support
2 parents c8b4507 + af57262 commit 6bc5ae5

11 files changed

Lines changed: 335 additions & 241 deletions

File tree

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"mode": "pre",
3+
"tag": "rc",
4+
"initialVersions": {
5+
"fingerprint-pro-akamai-proxy-integration": "1.0.1"
6+
},
7+
"changesets": []
8+
}

.changeset/sixty-chefs-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'fingerprint-pro-akamai-proxy-integration': minor
3+
---
4+
5+
Add support for Warden API v4 with v3 backwards compatibility

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
FPJS_CI_DOMAIN: '${{secrets.FPJS_CI_DOMAIN}}'
148148
run: pnpm ts-node scripts/createProperty.ts
149149
- name: Build Patch Body
150-
run: pnpm build --type patchBody --proxy-secret secret --integration-path ${{secrets.INTEGRATION_PATH}} --agent-path ${{secrets.AGENT_PATH}} --result-path ${{secrets.RESULT_PATH}} --cdn-url ${{secrets.MOCK_FPCDN}} --ingress-url ${{secrets.MOCK_FPCDN}}
150+
run: pnpm build --type patchBody --proxy-secret secret --integration-path ${{secrets.INTEGRATION_PATH}} --agent-path ${{secrets.AGENT_PATH}} --result-path ${{secrets.RESULT_PATH}} --ingress-url ${{secrets.MOCK_FPCDN}}
151151
- name: Deploy Akamai Rules
152152
id: deploy-rules
153153
env:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These tests are run automatically by the `e2e.yml` workflow on every PR automati
2727

2828
### Changing API URLs
2929

30-
You can use the `--ingress-url` and `--cdn-url` build flags to change URLs that the integration will use for making requests.
30+
You can use the `--ingress-url` build flag to change URLs that the integration will use for making requests.
3131
This should be only used for local development and not in production.
3232

3333
### How to publish

0 commit comments

Comments
 (0)