Skip to content

Commit fd71902

Browse files
chore(release): 2.1.0-rc.3
## [2.1.0-rc.3](v2.1.0-rc.2...v2.1.0-rc.3) (2024-10-07) ### Features * add ability to override API hosts in AWS Secret ([11af4c4](11af4c4)) * check CodeSha256 before upgrading consequent resources ([7fdbd21](7fdbd21)) * do not throw error if the secret manager has unexpected key ([c6e3078](c6e3078)) * remove fpjs_behavior_path variable ([4c78f62](4c78f62)) * use revisionId for Lambda code deployment ([934dd37](934dd37)) ### Bug Fixes * agent download reqs did not keep custom queries ([e9ee3c4](e9ee3c4)) * agent download request headers ([b2dcb89](b2dcb89)) * browser cache req headers ([4569f5e](4569f5e)) * cache behavior origin matching logic ([7b1ff11](7b1ff11)) * check set log level if true ([15d9d53](15d9d53)) * cloudfront update logic add attempt ([106b332](106b332)) * fix broken agent req caching due to age header ([dcd6ae1](dcd6ae1)) * mgmt lambda counter bug ([dbd4642](dbd4642)) * remove FPJS_DEBUG header from the template ([e58d6cd](e58d6cd)) * remove traffic monitoring for cache endpoint ([f6e800e](f6e800e)) * set log level ([a02fbf9](a02fbf9)) * treat request.uri as the path, not the URL ([131f2b7](131f2b7)) * use default AllViewer policy for e2e tests ([8dfe8d5](8dfe8d5)) ### Documentation * **README:** fix typo ([cac192c](cac192c)) * **README:** update links to v2, add deprecation notice ([caa5cfa](caa5cfa))
1 parent 117d6d8 commit fd71902

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
## [2.1.0-rc.3](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.1.0-rc.2...v2.1.0-rc.3) (2024-10-07)
2+
3+
4+
### Features
5+
6+
* add ability to override API hosts in AWS Secret ([11af4c4](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/11af4c4617050f404995c5ed297b97443afb67ff))
7+
* check CodeSha256 before upgrading consequent resources ([7fdbd21](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/7fdbd21c9c339112baf524ab231bd60b81a639d3))
8+
* do not throw error if the secret manager has unexpected key ([c6e3078](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/c6e3078b62a3e77c2b51b456e0ffea198958faf1))
9+
* remove fpjs_behavior_path variable ([4c78f62](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/4c78f627462302959a88f0f3fc2207bd76fb58c8))
10+
* use revisionId for Lambda code deployment ([934dd37](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/934dd37f77969328b6e4d15147dac3895301a22c))
11+
12+
13+
### Bug Fixes
14+
15+
* agent download reqs did not keep custom queries ([e9ee3c4](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/e9ee3c42d842cc32015addf11db6437a651ad3e5))
16+
* agent download request headers ([b2dcb89](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/b2dcb89b1537987abee6377c0f915c7c459f7e43))
17+
* browser cache req headers ([4569f5e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/4569f5e0d75d03e05a748ad4c1665af451ce3e48))
18+
* cache behavior origin matching logic ([7b1ff11](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/7b1ff11aaae90d7b6ed798d6a867b9f65b10fca6))
19+
* check set log level if true ([15d9d53](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/15d9d53b27bebd5121f2e24a5deca8d04fb70688))
20+
* cloudfront update logic add attempt ([106b332](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/106b3322af55df3df4c3ebdeb08a53d3f488712b))
21+
* fix broken agent req caching due to age header ([dcd6ae1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/dcd6ae1ec8c737614a5dbc25d9185f5c813b36ea))
22+
* mgmt lambda counter bug ([dbd4642](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/dbd4642dce93ee58b8ef945359351be9af921336))
23+
* remove FPJS_DEBUG header from the template ([e58d6cd](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/e58d6cdc5338edb7df2e0d8c15fb26d0b1187283))
24+
* remove traffic monitoring for cache endpoint ([f6e800e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/f6e800e9a5c2a7492e6391d18cf2dc5eeabdb764))
25+
* set log level ([a02fbf9](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/a02fbf9595851dad67b52c7b6edfb5c5db0b5540))
26+
* treat request.uri as the path, not the URL ([131f2b7](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/131f2b74a394c851fa8dbe01115108f3549ea696))
27+
* use default AllViewer policy for e2e tests ([8dfe8d5](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/8dfe8d502145d5b5881086e1bf63d88ed8904274))
28+
29+
30+
### Documentation
31+
32+
* **README:** fix typo ([cac192c](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/cac192cf6225320ffa97c75bc663d71b8ed3a9c9))
33+
* **README:** update links to v2, add deprecation notice ([caa5cfa](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/caa5cfa355fb59d174e258d49e38f4433ba7c0ca))
34+
135
## [2.0.3](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.2...v2.0.3) (2024-09-04)
236

337

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fingerprintjs/fingerprint-pro-cloudfront-lambda-function",
3-
"version": "2.0.3",
3+
"version": "2.1.0-rc.3",
44
"description": "Fingerprint Pro CloudFront lambda@edge function",
55
"author": "FingerprintJS, Inc (https://fingerprint.com)",
66
"license": "MIT",

0 commit comments

Comments
 (0)