From 657f77a4e95be411b6b301c8d2c4156c0be2331b Mon Sep 17 00:00:00 2001 From: Arnab Date: Thu, 22 Feb 2024 13:36:25 +0530 Subject: [PATCH 1/4] Update LICENSE --- LICENSE.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index dc8a70a7..bb616d4b 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,24 @@ +ORIGINAL LICENSE +------------------------ MIT License -Copyright (c) 2019 RudderStack. +Copyright © 2017 Segment Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------------------------ + +LICENSE UPDATE +------------------------ +THE LICENSE STATED BELOW IS EFFECTIVE ON AND AFTER NOVEMBER 14TH, 2019 +------------------------ + +MIT License + +Copyright © 2019 RudderStack. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +37,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +------------------------ From fd7f00254729085321179687ed61d36f620c2f68 Mon Sep 17 00:00:00 2001 From: Arnab Date: Thu, 22 Feb 2024 13:37:37 +0530 Subject: [PATCH 2/4] Update LICENSE --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index bb616d4b..a5418264 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -11,7 +11,7 @@ The above copyright notice and this permission notice shall be included in all c THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------ -LICENSE UPDATE +UPDATED LICENSE ------------------------ THE LICENSE STATED BELOW IS EFFECTIVE ON AND AFTER NOVEMBER 14TH, 2019 ------------------------ From b72824594eeefc0024fbe8661cf0af37957a5eab Mon Sep 17 00:00:00 2001 From: Arnab Date: Fri, 3 May 2024 19:25:16 +0530 Subject: [PATCH 3/4] Update LICENSE --- LICENSE.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index a5418264..5c14dd5d 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,5 +1,3 @@ -ORIGINAL LICENSE ------------------------- MIT License Copyright © 2017 Segment Inc. @@ -9,16 +7,10 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------- - -UPDATED LICENSE ------------------------- -THE LICENSE STATED BELOW IS EFFECTIVE ON AND AFTER NOVEMBER 14TH, 2019 ------------------------- MIT License -Copyright © 2019 RudderStack. +Copyright (c) 2019 RudderStack. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -37,4 +29,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ------------------------- From 735748d82e306f002fe8017859c16f618ada673b Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Wed, 14 Aug 2024 17:09:21 +0000 Subject: [PATCH 4/4] chore(release): 2.0.8 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- sonar-project.properties | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55ae1fd5..740cf5fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.8](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.7...v2.0.8) (2024-08-14) + + +### Bug Fixes + +* upgrade axios to a safe version ([#143](https://github.com/rudderlabs/rudder-sdk-node/issues/143)) ([bba0cd4](https://github.com/rudderlabs/rudder-sdk-node/commit/bba0cd43c9b219fb7205395c364dd5c5242f6e7f)) + ### [2.0.7](https://github.com/rudderlabs/rudder-sdk-node/compare/v2.0.6...v2.0.7) (2024-01-29) diff --git a/package-lock.json b/package-lock.json index 24d5ed3b..e52a84b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rudderstack/rudder-sdk-node", - "version": "2.0.7", + "version": "2.0.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@rudderstack/rudder-sdk-node", - "version": "2.0.7", + "version": "2.0.8", "dependencies": { "axios": "1.7.4", "axios-retry": "3.7.0", diff --git a/package.json b/package.json index 34983f32..23154d8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rudderstack/rudder-sdk-node", - "version": "2.0.7", + "version": "2.0.8", "description": "Rudder Node SDK", "main": "./cjs/index.js", "module": "./esm/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 2726de41..602c19d8 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false sonar.projectKey=rudderlabs_rudder-sdk-node sonar.organization=rudderlabs sonar.projectName=rudder-sdk-node -sonar.projectVersion=2.0.7 +sonar.projectVersion=2.0.8 # Meta-data for the project sonar.links.scm=https://github.com/rudderlabs/rudder-sdk-node