Skip to content

Commit

Permalink
Merge pull request #49 from splitio/release_0.2.0
Browse files Browse the repository at this point in the history
Prepare release v0.2.0
  • Loading branch information
EmilianoSanchez authored Oct 5, 2022
2 parents 4bec789 + e1e819c commit fd01dbd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 28 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
0.2.0 (September XXX, 2022)
0.2.0 (October 5, 2022)
- Added support for synchronizing telemetry data, impression counts and unique keys in pluggable storage.
- Updated impressions POST to Split cloud in order to send a minified payload.
- Updated some dependencies for vulnerability fixes.
- Updated @splitsoftware/splitio-commons and other dependencies for vulnerability fixes and performance improvements.

0.1.1 (July 12, 2022)
- Updated some dependencies for vulnerability fixes.
Expand Down
33 changes: 11 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-sync-tools",
"version": "0.1.2-rc.3",
"version": "0.2.0",
"description": "Split Javascript Sync Tools",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -51,15 +51,15 @@
"prepublishOnly": "npm run check && npm run test && npm run build"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.6.2-rc.14",
"@splitsoftware/splitio-commons": "1.7.1",
"dotenv": "^9.0.1",
"node-fetch": "^2.6.7",
"yargs": "^17.0.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^13.0.2",
"@splitsoftware/splitio": "10.21.2-rc.5",
"@splitsoftware/splitio": "10.22.0",
"@types/ioredis": "^4.28.0",
"@types/jest": "^27.0.0",
"@types/node": "^15.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/submitters/__tests__/telemetrySubmitter.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { MultiMethodLatencies } from '@splitsoftware/splitio-commons/src/sync/submitters/types';
import { MultiConfigs, MultiMethodExceptions } from '@splitsoftware/splitio-commons/types/sync/submitters/types';
import { MultiConfigs, MultiMethodExceptions } from '@splitsoftware/splitio-commons/src/sync/submitters/types';
import { telemetrySubmitterFactory } from '../telemetrySubmitter';
import { metadataToHeaders } from '../utils';

Expand Down

0 comments on commit fd01dbd

Please sign in to comment.