Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS SDK support for timeouts and retries on startup #22

Merged
merged 8 commits into from
Jun 24, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Release 6.0.0
  • Loading branch information
facundocabrera committed Jun 24, 2016
commit 7c3bcc82188de9c6778d78cb030b6fd2d88a0c7c
2 changes: 1 addition & 1 deletion demos/browser-split/offline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="main">
Hello SPLIT! => Please use the devTools to start testing the engine!
</div>
<script src="/splitio/split-6.0.0-canary.1.js"></script>
<script src="/splitio/split-6.0.0.js"></script>
<script src="/offline/app.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion demos/browser-split/online/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div id="main">
Hello SPLIT! => Please use the devTools to start testing the engine!
</div>
<script src="/splitio/split-6.0.0-canary.1.js"></script>
<script src="/splitio/split-6.0.0.js"></script>
<script src="/online/app.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion demos/browser-split/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"http-server": "^0.9.0"
},
"devDependencies": {
"@splitsoftware/splitio-browser": "6.0.0-canary.1"
"@splitsoftware/splitio-browser": "6.0.0"
}
}
2 changes: 1 addition & 1 deletion demos/express-split/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"npm": "3.x"
},
"dependencies": {
"@splitsoftware/splitio": "6.0.0-canary.1",
"@splitsoftware/splitio": "6.0.0",
"express": "^4.13.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"watch": "babel es6 --out-dir lib --watch"
},
"dependencies": {
"@splitsoftware/splitio": "6.0.0-canary.1",
"@splitsoftware/splitio-utils": "6.0.0-canary.1",
"@splitsoftware/splitio": "6.0.0",
"@splitsoftware/splitio-utils": "6.0.0",
"babel-runtime": "^5.8.35",
"core-js": "^1.2.6"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"license": "Apache-2",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"scripts": {
"lint": "./scripts/lint.sh",
"install-all": "./scripts/install-all.sh",
Expand Down
4 changes: 2 additions & 2 deletions packages/splitio-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-browser",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split SDK tools for the browser",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand All @@ -25,7 +25,7 @@
"sdk"
],
"dependencies": {
"@splitsoftware/splitio": "6.0.0-canary.1",
"@splitsoftware/splitio": "6.0.0",
"browserify": "^13.0.0",
"browserify-derequire": "^0.9.4",
"bundle-collapser": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/splitio-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-cache",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split Cache",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand Down Expand Up @@ -50,9 +50,9 @@
"sdk"
],
"dependencies": {
"@splitsoftware/splitio-utils": "6.0.0-canary.1",
"@splitsoftware/splitio-engine": "6.0.0-canary.1",
"@splitsoftware/splitio-services": "6.0.0-canary.1",
"@splitsoftware/splitio-utils": "6.0.0",
"@splitsoftware/splitio-engine": "6.0.0",
"@splitsoftware/splitio-services": "6.0.0",
"babel-runtime": "^6.9.0",
"core-js": "^2.4.0",
"debug": "^2.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"watch": "babel es6 --out-dir lib --watch",
"watch-test": "babel test/es6 --out-dir test/lib --watch"
},
"version": "6.0.0-canary.1"
"version": "6.0.0"
}
6 changes: 3 additions & 3 deletions packages/splitio-metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-metrics",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split Metrics",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand Down Expand Up @@ -49,8 +49,8 @@
"sdk"
],
"dependencies": {
"@splitsoftware/splitio-utils": "6.0.0-canary.1",
"@splitsoftware/splitio-services": "6.0.0-canary.1",
"@splitsoftware/splitio-utils": "6.0.0",
"@splitsoftware/splitio-services": "6.0.0",
"babel-runtime": "^6.9.0",
"core-js": "^2.4.0",
"debug": "^2.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/splitio-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-services",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split services layer for Node and the Browser",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand All @@ -14,7 +14,7 @@
"watch": "babel es6 --out-dir lib --watch"
},
"dependencies": {
"@splitsoftware/splitio-utils": "6.0.0-canary.1",
"@splitsoftware/splitio-utils": "6.0.0",
"babel-runtime": "^6.9.0",
"core-js": "^2.4.0",
"debug": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-utils/es6/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const proto = {
get(name) {
switch (name) {
case 'version':
return 'javascript-6.0.0-canary.1';
return 'javascript-6.0.0';
case 'authorizationKey':
return this.core.authorizationKey;
case 'key':
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-utils/lib/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var proto = {
get: function get(name) {
switch (name) {
case 'version':
return 'javascript-6.0.0-canary.1';
return 'javascript-6.0.0';
case 'authorizationKey':
return this.core.authorizationKey;
case 'key':
Expand Down
2 changes: 1 addition & 1 deletion packages/splitio-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio-utils",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split Utils",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand Down
8 changes: 4 additions & 4 deletions packages/splitio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio",
"version": "6.0.0-canary.1",
"version": "6.0.0",
"description": "Split SDK",
"author": "Facundo Cabrera <[email protected]>",
"homepage": "https://github.com/splitio/javascript-client",
Expand All @@ -20,9 +20,9 @@
"karma-sauce": "karma start sauce.karma.conf.js"
},
"dependencies": {
"@splitsoftware/splitio-cache": "6.0.0-canary.1",
"@splitsoftware/splitio-metrics": "6.0.0-canary.1",
"@splitsoftware/splitio-utils": "6.0.0-canary.1",
"@splitsoftware/splitio-cache": "6.0.0",
"@splitsoftware/splitio-metrics": "6.0.0",
"@splitsoftware/splitio-utils": "6.0.0",
"babel-runtime": "^6.9.0",
"core-js": "^2.4.0",
"debug": "^2.2.0",
Expand Down