Skip to content

Commit

Permalink
Merge pull request #265 from fingerprintjs/rc
Browse files Browse the repository at this point in the history
Release v2.0.2-rc.1
  • Loading branch information
necipallef authored Jul 23, 2024
2 parents 1341f77 + 2857765 commit c9e234b
Show file tree
Hide file tree
Showing 8 changed files with 6,421 additions and 5,062 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Generate docs and coverage report

on:
push:
paths-ignore:
- '**.md'
- 'cloudformation/*.yml'
branches:
- main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_test_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
fetch-depth: 0

- name: 'Install pnpm'
uses: pnpm/action-setup@ebcfd6995dade4b0104ac774445cef8b3b4635b0
uses: pnpm/action-setup@129abb77bf5884e578fcaf1f37628e41622cc371
with:
version: 8
version: 9

- name: 'Install latest node version'
uses: actions/setup-node@v4
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.0.2-rc.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.1...v2.0.2-rc.1) (2024-07-22)


### Bug Fixes

* remove traffic monitoring for cache endpoint ([f6e800e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/f6e800e9a5c2a7492e6391d18cf2dc5eeabdb764))

## [2.0.2-rc.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.1...v2.0.2-rc.1) (2024-07-01)


### Bug Fixes

* remove traffic monitoring for cache endpoint ([f6e800e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/f6e800e9a5c2a7492e6391d18cf2dc5eeabdb764))

## [2.0.1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.0...v2.0.1) (2024-05-16)


Expand Down
8 changes: 4 additions & 4 deletions cloudformation/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ Parameters:
Type: String
FpjsGetResultPath:
AllowedPattern: ^([a-zA-Z0-9\-])+$
Description: FPJS_GET_RESULT_PATH value
Description: request path used to send identification requests (aka FPJS_GET_RESULT_PATH)
Type: String
FpjsAgentDownloadPath:
AllowedPattern: ^([a-zA-Z0-9\-])+$
Description: FPJS_AGENT_DOWNLOAD_PATH value
Description: request path used to send ProCDN requests (aka FPJS_AGENT_DOWNLOAD_PATH)
Type: String
FpjsPreSharedSecret:
AllowedPattern: ^([a-zA-Z0-9\-])+$
Description: FPJS_PRE_SHARED_SECRET value
Description: shared secret created on the Fingerprint dashboard (aka FPJS_PRE_SHARED_SECRET)
Type: String
NoEcho: true
DomainNames:
Description: (Optional) Domain names to attach to CloudFront distribution. Several domains names should be separated by plus sign (domain1.com+domain2.com)
Default: ""
Type: String
ACMCertificateARN:
Description: (Optinal) ARN of SSL certificate in AWS Certificate Manager (the certificate could be requested in the AWS Certifucate Manager or uploaded from the third-party service to AWS).
Description: (Optional) ARN of SSL certificate in AWS Certificate Manager (the certificate could be requested in the AWS Certificate Manager or uploaded from the third-party service to AWS).
Default: ""
Type: String

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fingerprintjs/fingerprint-pro-cloudfront-lambda-function",
"version": "2.0.1",
"version": "2.0.2-rc.1",
"description": "Fingerprint Pro CloudFront lambda@edge function",
"author": "FingerprintJS, Inc (https://fingerprint.com)",
"license": "MIT",
Expand Down
Loading

0 comments on commit c9e234b

Please sign in to comment.