Releases: rudderlabs/rudder-sdk-node
Releases · rudderlabs/rudder-sdk-node
v3.0.3
What's Changed
- chore(release): merge main into develop after release v3.0.2 by @devops-github-rudderstack in #330
- fix: add missing tslib dep by @saikumarrs in #332
- chore(release): merge release/3.0.3 into master by @devops-github-rudderstack in #333
Full Changelog: v3.0.2...v3.0.3
v3.0.2
What's Changed
- chore(release): merge main into develop after release v3.0.1 by @devops-github-rudderstack in #322
- chore(deps): bump step-security/harden-runner from 2.14.0 to 2.14.2 by @dependabot[bot] in #324
- chore(deps-dev): bump the npm-dev-deps group across 1 directory with 10 updates by @dependabot[bot] in #323
- chore(deps-dev): bump tar from 7.4.3 to 7.5.3 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #311
- chore(deps): bump axios from 1.13.2 to 1.13.5 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #326
- chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 by @dependabot[bot] in #313
- chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 by @dependabot[bot] in #316
- chore(deps-dev): bump np from 10.2.0 to 11.0.2 by @dependabot[bot] in #328
- chore(release): merge release/3.0.2 into master by @devops-github-rudderstack in #329
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- chore(release): merge main into develop after release v3.0.0 by @devops-github-rudderstack in #309
- fix: repeated gzip on retry with persistence queue by @saikumarrs in #320
- chore(release): merge release/3.0.1 into master by @devops-github-rudderstack in #321
Full Changelog: v3.0.0...v3.0.1
v3.0.0
🚨 BREAKING CHANGE: Redis persistence queue data format changed from v2 to v3.
Migration Path:
- Recommended: Drain Redis queue before upgrading
- Alternative: Accept that in-flight v2.x jobs will fail gracefully with clear error messages
Legacy Job Handling:
- v3 jobs (
version === 3): Processed securely withJSON.parse() - v2 jobs (no version field): Rejected with error: "Job data format is not supported. Please drain your Redis queue before upgrading to v3.0.0."
What's Changed
- chore(release): merge main into develop after release v2.1.11 by @devops-github-rudderstack in #286
- chore(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #288
- chore(deps-dev): bump lint-staged from 16.2.6 to 16.2.7 in the npm-dev-deps group by @dependabot[bot] in #287
- fix(security)!: eliminate RCE vulnerability in persistence queue by @saikumarrs in #302
- chore(deps-dev): bump size-limit from 11.2.0 to 12.0.0 by @dependabot[bot] in #291
- chore(deps-dev): bump express from 5.1.0 to 5.2.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #292
- chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #294
- chore(deps): bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in #295
- chore(deps): bump actions/stale from 10.1.0 to 10.1.1 by @dependabot[bot] in #297
- chore(deps): bump SonarSource/sonarqube-scan-action from 6.0.0 to 7.0.0 by @dependabot[bot] in #298
- chore(deps-dev): bump the npm-dev-deps group across 1 directory with 6 updates by @dependabot[bot] in #301
- chore(deps): bump step-security/harden-runner from 2.13.2 to 2.14.0 by @dependabot[bot] in #299
- chore(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 by @dependabot[bot] in #305
- chore(deps-dev): bump @size-limit/preset-app from 11.2.0 to 12.0.0 by @dependabot[bot] in #304
- chore(deps): bump qs from 6.14.0 to 6.14.1 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #306
- chore(deps-dev): bump the npm-dev-deps group with 2 updates by @dependabot[bot] in #307
- chore(release): merge release/3.0.0 into master by @devops-github-rudderstack in #308
Full Changelog: v2.1.11...v3.0.0
v2.1.10
What's Changed
- chore(release): merge main into develop after release v2.1.9 by @devops-github-rudderstack in #247
- chore(deps): bump axios from 1.12.1 to 1.12.2 in the npm-prod-deps group by @dependabot[bot] in #248
- chore: disable npm lifecycle scripts by @saikumarrs in #251
- chore: disable npm lifecycle scripts by @saikumarrs in #252
- chore(deps): bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 by @dependabot[bot] in #254
- chore(deps-dev): bump lint-staged from 16.1.6 to 16.2.3 in the npm-dev-deps group by @dependabot[bot] in #257
- chore(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.0.0 by @dependabot[bot] in #258
- chore: clean up peer deps and upgrade to latest by @saikumarrs in #250
- chore(deps-dev): bump commitlint from 19.8.1 to 20.0.0 by @dependabot[bot] in #259
- chore(release): merge release/2.1.10 into master by @devops-github-rudderstack in #260
Full Changelog: v2.1.9...v2.1.10
v2.1.6
What's Changed
- chore(release): merge main into develop after release v2.1.5 by @devops-github-rudderstack in #212
- chore(deps): bump axios from 1.10.0 to 1.11.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #213
- chore(deps): bump SonarSource/sonarqube-scan-action from 5.2.0 to 5.3.0 by @dependabot[bot] in #209
- chore(deps-dev): bump dotenv from 17.2.0 to 17.2.1 in the npm-dev-deps group by @dependabot[bot] in #214
- chore(release): merge release/2.1.6 into master by @devops-github-rudderstack in #216
Full Changelog: v2.1.5...v2.1.6
v2.1.5
What's Changed
- chore(release): pulling master into develop post release v2.1.3 by @devops-github-rudderstack in #168
- chore: security upgrade axios from 1.8.2 to 1.8.3 [Snyk] by @ItsSudip in #169
- chore: use exact versions for github actions by @saikumarrs in #170
- chore(release): merge main into develop after release v2.1.4 by @devops-github-rudderstack in #172
- chore(deps): bump slackapi/slack-github-action from 2.0.0 to 2.1.0 by @dependabot[bot] in #176
- chore(deps): bump SonarSource/sonarqube-scan-action from 5.0.0 to 5.2.0 by @dependabot[bot] in #177
- chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.5 by @dependabot[bot] in #180
- chore(deps-dev): bump lint-staged from 15.2.10 to 16.0.0 by @dependabot[bot] in #182
- chore(deps): bump codecov/codecov-action from 5.4.0 to 5.4.3 by @dependabot[bot] in #178
- chore(deps): bump the npm-deps group with 16 updates by @dependabot[bot] in #179
- chore(deps-dev): bump express from 4.21.2 to 5.1.0 by @dependabot[bot] in #181
- chore(deps-dev): bump body-parser from 1.20.3 to 2.2.0 by @dependabot[bot] in #186
- chore(deps-dev): bump sinon from 19.0.2 to 20.0.0 by @dependabot[bot] in #187
- chore(deps): bump the npm-deps group across 1 directory with 7 updates by @dependabot[bot] in #192
- chore(deps-dev): bump prettier from 3.6.1 to 3.6.2 in the npm-deps group by @dependabot[bot] in #193
- chore(deps-dev): bump eslint-plugin-sonarjs from 2.0.4 to 3.0.4 by @dependabot[bot] in #197
- chore(deps-dev): bump sinon from 20.0.0 to 21.0.0 by @dependabot[bot] in #196
- chore(deps-dev): bump dotenv from 16.6.0 to 17.0.0 by @dependabot[bot] in #194
- chore(deps-dev): bump dotenv from 17.0.0 to 17.0.1 in the npm-deps group by @dependabot[bot] in #198
- chore(deps-dev): bump the npm-deps group with 2 updates by @dependabot[bot] in #200
- chore(deps-dev): bump dotenv from 17.0.1 to 17.1.0 in the npm-deps group by @dependabot[bot] in #201
- chore(deps-dev): bump the npm-deps group across 1 directory with 2 updates by @dependabot[bot] in #204
- chore(deps): bump slackapi/slack-github-action from 2.1.0 to 2.1.1 by @dependabot[bot] in #203
- chore(deps-dev): bump eslint-config-prettier from 10.1.5 to 10.1.8 in the npm-deps group by @dependabot[bot] in #206
- chore: fix snyk vulnerabilities by @saikumarrs in #208
- chore(release): merge release/2.1.5 into master by @devops-github-rudderstack in #210
New Contributors
Full Changelog: v2.1.4...v2.1.5
v2.1.4
What's Changed
- chore(release): merge release/2.1.4 into master by @devops-github-rudderstack in #171
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- chore(release): pulling master into develop post release v2.1.2 by @devops-github-rudderstack in #165
- chore(deps): security upgrade axios from 1.7.8 to 1.8.2 [Snyk] by @1abhishekpandey in #166
- chore(release): pulling release/2.1.3 into master by @devops-github-rudderstack in #167
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- chore(release): pulling master into develop post release v2.1.1 by @devops-github-rudderstack in #159
- fix: vulnerabilties in dev and prod dependencies by @saikumarrs in #161
- chore: upgrade github actions to latest versions by @saikumarrs in #163
- chore(deps-dev): bump express from 4.21.1 to 4.21.2 in the npm_and_yarn group across 1 directory by @dependabot in #162
- chore(release): pulling release/2.1.2 into master by @devops-github-rudderstack in #164
Full Changelog: v2.1.1...v2.1.2