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

0.8.1 #425

Merged
merged 16 commits into from
Jun 14, 2017
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# Changelog

### VNEXT
* **Security Fix** GET queries did not run through validation ([@DxCx](https://github.com/DxCx)) on [#424](https://github.com/apollographql/graphql-server/pull/424)

### v0.8.4
### v0.8.3
### v0.8.2
* Fix issue with auto-updating dependencies that caused fibers to update accidentally ([@helfer](https://github.com/helfer)) on [#425](https://github.com/apollographql/graphql-server/pull/425)

### v0.8.1
* **Security Fix** Ensure queries submitted via HTTP GET run through validation ([@DxCx](https://github.com/DxCx)) on [#424](https://github.com/apollographql/graphql-server/pull/424)

### v0.8.0
* Persist `window.location.hash` on URL updates [#386](https://github.com/apollographql/graphql-server/issues/386)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0-rc.4",
"version": "0.8.0",
"version": "0.8.4",
"changelog": {
"repo": "apollostack/graphql-server",
"labels": {
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@
"travis": "istanbul cover -x \"*.test.js\" _mocha -- --timeout 5000 --full-trace ./test/tests.js",
"posttravis": "npm run lint",
"postcoverage": "remap-istanbul --input coverage/coverage.raw.json --type lcovonly --output coverage/lcov.info",
"check-updates": "ncu -a && lerna exec ../../node_modules/.bin/ncu -- -a",
"postcheck-updates": "npm test && npm run commit-updates",
"commit-updates": "git add \"packages/*/package.json\" package.json; git commit -m \"Update dependencies\" || exit 0",
"prerelease": "npm run check-updates",
"release": "lerna publish"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-server-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-core",
"version": "0.8.0",
"version": "0.8.4",
"description": "Core engine for Apollo GraphQL server",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"@types/fibers": "0.0.29",
"@types/graphql": "^0.9.0",
"fibers": "^1.0.15",
"fibers": "1.0.15",
"meteor-promise": "^0.8.2"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-express",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Express and Connect",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/body-parser": "1.16.3",
Expand All @@ -38,7 +38,7 @@
"connect": "^3.6.2",
"connect-query": "^1.0.0",
"express": "^4.15.3",
"graphql-server-integration-testsuite": "^0.8.0",
"graphql-server-integration-testsuite": "^0.8.4",
"multer": "^1.3.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/graphql-server-hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-hapi",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Hapi",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,15 +26,15 @@
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"boom": "^5.1.0",
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/boom": "4.3.2",
"@types/graphql": "^0.9.1",
"@types/hapi": "^16.1.2",
"graphql-server-integration-testsuite": "^0.8.0",
"hapi": "^16.3.0"
"@types/hapi": "^16.1.4",
"graphql-server-integration-testsuite": "^0.8.4",
"hapi": "^16.4.3"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-integration-testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "graphql-server-integration-testsuite",
"private": true,
"version": "0.8.0",
"version": "0.8.4",
"description": "Apollo Server Integrations testsuite",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,9 +20,9 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0",
"graphql-server-module-operation-store": "^0.8.0",
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2",
"graphql-server-module-operation-store": "^0.8.2",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-koa",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Koa",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,14 +25,14 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/koa": "^2.0.39",
"@types/koa-bodyparser": "^3.0.23",
"@types/koa-router": "^7.0.22",
"graphql-server-integration-testsuite": "^0.8.0",
"graphql-server-integration-testsuite": "^0.8.4",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-router": "^7.2.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-lambda",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for AWS Lambda",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,13 +25,13 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/aws-lambda": "0.0.10",
"@types/graphql": "^0.9.1",
"graphql-server-integration-testsuite": "^0.8.0"
"graphql-server-integration-testsuite": "^0.8.4"
},
"peerDependencies": {
"graphql": "^0.9.0 || ^0.10.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-micro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-micro",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Micro",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,11 +25,11 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"graphql-server-integration-testsuite": "^0.8.0",
"graphql-server-integration-testsuite": "^0.8.4",
"micro": "^7.3.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server-module-graphiql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-module-graphiql",
"version": "0.8.0",
"version": "0.8.2",
"description": "GraphiQL renderer for Apollo GraphQL Server",
"main": "dist/index.js",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-module-operation-store",
"version": "0.8.0",
"version": "0.8.2",
"description": "Persisted operation store module for Apollo GraphQL Servers",
"main": "dist/index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/graphql-server-restify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-server-restify",
"version": "0.8.0",
"version": "0.8.4",
"description": "Production-ready Node.js GraphQL server for Restify",
"main": "dist/index.js",
"scripts": {
Expand All @@ -25,12 +25,12 @@
},
"homepage": "https://github.com/apollostack/graphql-server#readme",
"dependencies": {
"graphql-server-core": "^0.8.0",
"graphql-server-module-graphiql": "^0.8.0"
"graphql-server-core": "^0.8.4",
"graphql-server-module-graphiql": "^0.8.2"
},
"devDependencies": {
"@types/restify": "^4.3.2",
"graphql-server-integration-testsuite": "^0.8.0",
"graphql-server-integration-testsuite": "^0.8.4",
"restify": "^4.3.0"
},
"peerDependencies": {
Expand Down