Skip to content

Commit

Permalink
chore(release): 2.1.0-rc.3
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Oct 7, 2024
1 parent 117d6d8 commit fd71902
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [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)


### Features

* add ability to override API hosts in AWS Secret ([11af4c4](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/11af4c4617050f404995c5ed297b97443afb67ff))
* check CodeSha256 before upgrading consequent resources ([7fdbd21](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/7fdbd21c9c339112baf524ab231bd60b81a639d3))
* do not throw error if the secret manager has unexpected key ([c6e3078](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/c6e3078b62a3e77c2b51b456e0ffea198958faf1))
* remove fpjs_behavior_path variable ([4c78f62](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/4c78f627462302959a88f0f3fc2207bd76fb58c8))
* use revisionId for Lambda code deployment ([934dd37](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/934dd37f77969328b6e4d15147dac3895301a22c))


### Bug Fixes

* agent download reqs did not keep custom queries ([e9ee3c4](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/e9ee3c42d842cc32015addf11db6437a651ad3e5))
* agent download request headers ([b2dcb89](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/b2dcb89b1537987abee6377c0f915c7c459f7e43))
* browser cache req headers ([4569f5e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/4569f5e0d75d03e05a748ad4c1665af451ce3e48))
* cache behavior origin matching logic ([7b1ff11](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/7b1ff11aaae90d7b6ed798d6a867b9f65b10fca6))
* check set log level if true ([15d9d53](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/15d9d53b27bebd5121f2e24a5deca8d04fb70688))
* cloudfront update logic add attempt ([106b332](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/106b3322af55df3df4c3ebdeb08a53d3f488712b))
* fix broken agent req caching due to age header ([dcd6ae1](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/dcd6ae1ec8c737614a5dbc25d9185f5c813b36ea))
* mgmt lambda counter bug ([dbd4642](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/dbd4642dce93ee58b8ef945359351be9af921336))
* remove FPJS_DEBUG header from the template ([e58d6cd](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/e58d6cdc5338edb7df2e0d8c15fb26d0b1187283))
* remove traffic monitoring for cache endpoint ([f6e800e](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/f6e800e9a5c2a7492e6391d18cf2dc5eeabdb764))
* set log level ([a02fbf9](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/a02fbf9595851dad67b52c7b6edfb5c5db0b5540))
* treat request.uri as the path, not the URL ([131f2b7](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/131f2b74a394c851fa8dbe01115108f3549ea696))
* use default AllViewer policy for e2e tests ([8dfe8d5](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/8dfe8d502145d5b5881086e1bf63d88ed8904274))


### Documentation

* **README:** fix typo ([cac192c](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/cac192cf6225320ffa97c75bc663d71b8ed3a9c9))
* **README:** update links to v2, add deprecation notice ([caa5cfa](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/commit/caa5cfa355fb59d174e258d49e38f4433ba7c0ca))

## [2.0.3](https://github.com/fingerprintjs/fingerprint-pro-cloudfront-integration/compare/v2.0.2...v2.0.3) (2024-09-04)


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.3",
"version": "2.1.0-rc.3",
"description": "Fingerprint Pro CloudFront lambda@edge function",
"author": "FingerprintJS, Inc (https://fingerprint.com)",
"license": "MIT",
Expand Down

0 comments on commit fd71902

Please sign in to comment.