diff --git a/CHANGELOG.md b/CHANGELOG.md index d299264..0b8cb94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.4.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.3.0...v2.4.0) (2024-06-20) + + +### Features + +* Enable OPTIONS preflight and a method to enable cros origins ([#359](https://github.com/nodeshift/faas-js-runtime/issues/359)) ([b3fa2b9](https://github.com/nodeshift/faas-js-runtime/commit/b3fa2b9bb1d53f7c62ef839c01b4c62ecf62aa1c)) + + +### Bug Fixes + +* upgrade fastify-raw-body from 4.2.1 to 4.3.0 ([#345](https://github.com/nodeshift/faas-js-runtime/issues/345)) ([4756c01](https://github.com/nodeshift/faas-js-runtime/commit/4756c01b95e38d7206d9c1eb96d3b2dae896bc15)) + ## [2.3.0](https://github.com/nodeshift/faas-js-runtime/compare/v2.2.3...v2.3.0) (2024-02-28) diff --git a/package-lock.json b/package-lock.json index c2ce612..7d8a36e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.4.0", "license": "Apache-2.0", "dependencies": { "cloudevents": "^8.0.0", diff --git a/package.json b/package.json index bef0b02..633eda7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faas-js-runtime", - "version": "2.3.0", + "version": "2.4.0", "repository": { "type": "git", "url": "https://github.com/nodeshift/faas-js-runtime.git" diff --git a/sbom.json b/sbom.json index bf3989e..45a9ea1 100644 --- a/sbom.json +++ b/sbom.json @@ -3,18 +3,18 @@ "bomFormat": "CycloneDX", "specVersion": "1.4", "version": 1, - "serialNumber": "urn:uuid:88f3ebc2-18b4-49ec-b0a3-6436d9bdd7ff", + "serialNumber": "urn:uuid:c87fcd60-6fa1-4c1d-b2a6-6a8c7b3f3e46", "metadata": { - "timestamp": "2024-02-28T15:18:51.939Z", + "timestamp": "2024-06-20T15:06:38.638Z", "tools": [ { "name": "npm", - "version": "10.2.4" + "version": "10.7.0" }, { "vendor": "@cyclonedx", "name": "cyclonedx-npm", - "version": "1.16.1", + "version": "1.19.0", "externalReferences": [ { "url": "git+https://github.com/CycloneDX/cyclonedx-node-npm.git", @@ -36,7 +36,7 @@ { "vendor": "@cyclonedx", "name": "cyclonedx-library", - "version": "6.4.0", + "version": "6.10.0", "externalReferences": [ { "url": "git+https://github.com/CycloneDX/cyclonedx-javascript-library.git", @@ -59,8 +59,8 @@ "component": { "type": "application", "name": "faas-js-runtime", - "version": "2.3.0", - "bom-ref": "faas-js-runtime@2.3.0", + "version": "2.4.0", + "bom-ref": "faas-js-runtime@2.4.0", "author": "Red Hat, Inc.", "description": "A Node.js framework for executing arbitrary functions in response to HTTP or cloud events", "licenses": [ @@ -70,7 +70,7 @@ } } ], - "purl": "pkg:npm/faas-js-runtime@2.3.0?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git", + "purl": "pkg:npm/faas-js-runtime@2.4.0?vcs_url=git%2Bhttps%3A//github.com/nodeshift/faas-js-runtime.git", "externalReferences": [ { "url": "git+https://github.com/nodeshift/faas-js-runtime.git", @@ -789,17 +789,17 @@ { "type": "library", "name": "fastify-raw-body", - "version": "4.2.1", - "bom-ref": "fastify-raw-body@4.2.1", - "purl": "pkg:npm/fastify-raw-body@4.2.1", + "version": "4.3.0", + "bom-ref": "fastify-raw-body@4.3.0", + "purl": "pkg:npm/fastify-raw-body@4.3.0", "externalReferences": [ { - "url": "https://registry.npmjs.org/fastify-raw-body/-/fastify-raw-body-4.2.1.tgz", + "url": "https://registry.npmjs.org/fastify-raw-body/-/fastify-raw-body-4.3.0.tgz", "type": "distribution", "hashes": [ { "alg": "SHA-512", - "content": "f5554697b0b6f94d578bd3f6a0e4c75ad272d593a4cdd0ce8dd4a25529f383401fffcc2076ca605712979d805ec8ff071a770ae52fdb6090eaea5d80d183a805" + "content": "178a3c648315c78628c467f0ad9caceb0ca3978d2017762fe80596472eb6a33140c990524bcdf5feecb2080a8a630ded47bde0d7cd2bc86f7cca287a4e8d4f51" } ], "comment": "as detected from npm-ls property \"resolved\" and property \"integrity\"" @@ -3031,12 +3031,12 @@ ], "dependencies": [ { - "ref": "faas-js-runtime@2.3.0", + "ref": "faas-js-runtime@2.4.0", "dependsOn": [ "cloudevents@8.0.0", "commander@11.0.0", "death@1.1.0", - "fastify-raw-body@4.2.1", + "fastify-raw-body@4.3.0", "fastify@4.21.0", "js-yaml@4.1.0", "node-os-utils@1.3.7", @@ -3218,7 +3218,7 @@ "ref": "death@1.1.0" }, { - "ref": "fastify-raw-body@4.2.1", + "ref": "fastify-raw-body@4.3.0", "dependsOn": [ "fastify-plugin@4.5.0", "raw-body@2.5.2",