Evans Hauser
0144d4b2db
Publish
...
- apollo-cache-control@0.2.0-rc.2
- apollo-datasource-rest@0.1.0-rc.9
- apollo-datasource@0.1.0-rc.9
- apollo-engine-reporting@0.0.0-rc.3
- apollo-server-caching@0.1.0-rc.9
- apollo-server-cloudflare@2.0.0-rc.9
- apollo-server-core@2.0.0-rc.9
- apollo-server-env@2.0.0-rc.9
- apollo-server-errors@2.0.0-rc.9
- apollo-server-express@2.0.0-rc.9
- apollo-server-hapi@2.0.0-rc.9
- apollo-server-integration-testsuite@2.0.0-rc.9
- apollo-server-koa@2.0.0-rc.9
- apollo-server-lambda@2.0.0-xrc.9
- apollo-server-memcached@0.1.0-rc.9
- apollo-server-micro@2.0.0-rc.9
- apollo-server-redis@0.1.0-rc.9
- apollo-server@2.0.0-rc.9
- apollo-tracing@0.2.0-rc.2
- graphql-extensions@0.1.0-rc.3
2018-07-17 10:44:15 -07:00
Evans Hauser
e04a570f7e
pin internal dependencies ( #1361 )
2018-07-16 16:15:10 -07:00
renovate[bot]
3b3c50a1ab
chore(deps): pin dependencies ( #1346 )
2018-07-16 09:56:51 -07:00
Evans Hauser
db6fdd32f1
Publish
...
- apollo-cache-control@0.2.0-rc.1
- apollo-datasource-rest@2.0.0-rc.8
- apollo-datasource@2.0.0-rc.8
- apollo-engine-reporting@0.0.0-rc.2
- apollo-server-caching@2.0.0-rc.8
- apollo-server-cloudflare@2.0.0-rc.8
- apollo-server-core@2.0.0-rc.8
- apollo-server-env@2.0.0-rc.8
- apollo-server-errors@2.0.0-rc.8
- apollo-server-express@2.0.0-rc.8
- apollo-server-hapi@2.0.0-rc.8
- apollo-server-integration-testsuite@2.0.0-rc.8
- apollo-server-koa@2.0.0-rc.8
- apollo-server-lambda@2.0.0-xrc.8
- apollo-server-memcached@2.0.0-rc.8
- apollo-server-micro@2.0.0-rc.8
- apollo-server-redis@2.0.0-rc.8
- apollo-server@2.0.0-rc.8
- apollo-tracing@0.2.0-rc.1
- graphql-extensions@0.1.0-rc.2
2018-07-13 17:49:39 -07:00
Evans Hauser
13b796fe34
Publish
...
- apollo-cache-control@0.2.0-rc.0
- apollo-datasource-rest@2.0.0-rc.7
- apollo-engine-reporting@0.0.0-rc.1
- apollo-server-caching@2.0.0-rc.7
- apollo-server-cloudflare@2.0.0-rc.7
- apollo-server-core@2.0.0-rc.7
- apollo-server-env@2.0.0-rc.7
- apollo-server-errors@2.0.0-rc.7
- apollo-server-express@2.0.0-rc.7
- apollo-server-hapi@2.0.0-rc.7
- apollo-server-integration-testsuite@2.0.0-rc.7
- apollo-server-koa@2.0.0-rc.7
- apollo-server-lambda@2.0.0-rc.7
- apollo-server-memcached@2.0.0-rc.7
- apollo-server-micro@2.0.0-rc.7
- apollo-server-redis@2.0.0-rc.7
- apollo-server@2.0.0-rc.7
- apollo-tracing@0.2.0-rc.0
- graphql-extensions@0.1.0-rc.1
2018-07-09 19:32:59 -07:00
Hugh Willson
c356bcf3f2
Apollo Server 2 Micro integration ( #1279 )
...
* Initial basic Micro integration
* Wire up health check capabilities
* Add playground support; Refactoring
* Add custom path support
* Add file upload support
* Add subscription support
* Documentation and formatting updates
* Wire up tests
* Add Node 10 workaround for file upload testing
* Code review changes (docs, naming, formatting)
* Adjust exports to line up with other integrations
* micro: add graphql to npm install and lines to highlight in docs
2018-07-05 11:40:15 -07:00
David Glasser
40f9a4982f
Remove packages for frameworks that don't yet support 2.0
...
Previously, we were planning to offer two kinds of APIs in "Apollo Server 2":
middleware functions just like in 1.0, and the new ApolloServer class. We have
not yet implemented ApolloServer for all of our supported web frameworks, so
this meant that the 2.0 version of modules such as apollo-server-koa (which does
not yet have an ApolloServer class) offered very little benefits over
apollo-server-koa@1.0 (as most of the benefits of 2.0 come from ApolloServer).
This is confusing. We are going to improve the current registerServer API so
that there's no real benefit to using a separately-exported middleware directly
rather than creating an ApolloServer and applying it to your web framework. So
the AS 2.0 API will just be ApolloServer. This means it doesn't make sense for
us to publish 2.x versions of the packages that don't yet support this API.
So this commit removes support for the following web frameworks: Adonis, Azure
Functions, Koa, Lambda, Micro, and Restify. (We leave in place Express, Hapi,
and Cloudflare workers.)
This isn't because we don't like these frameworks and don't want them to work
with Apollo Server 2.0! We would love to see each package resurrected and an
ApolloServer implementation built, either during this current 2.x beta phase or
after the official 2.0 release. Deleting these packages for now makes it more
clear which frameworks support 2.0 and which don't, rather than existing in a
state where apollo-server-express@2 has ApolloServer and apollo-server-koa@2
does not.
2018-06-13 13:45:10 -07:00
David Glasser
519b6fd056
v2.0.0-beta.9
2018-06-13 11:47:30 -07:00
Evans Hauser
db8eba871f
v2.0.0-beta.8
2018-06-12 17:54:55 -07:00
David Glasser
df8e487368
v2.0.0-beta.7
2018-06-11 18:45:23 -07:00
David Glasser
3e93524ac3
v2.0.0-beta.6
2018-06-11 15:54:01 -07:00
Martijn Walraven
4a068cff74
Add engines field with node >= 8 in package.json
2018-06-11 13:21:51 +02:00
Evans Hauser
4c6352aad7
v2.0.0-beta.5
2018-06-07 14:50:13 -07:00
Evans Hauser
5079246bc4
apollo-server,core,hapi,express: bump package to newest beta.4
2018-06-04 10:16:54 -07:00
Evans Hauser
ec7394d1b3
apollo-server,core,hapi,express: bump package to newest beta
2018-06-01 12:34:49 -07:00
Evans Hauser
712a562858
package.json: beta.2 for apollo-server, beta.1 for core/express, beta.0 for hapi
2018-05-22 11:16:59 -07:00
David Glasser
ae3fc36da0
Update all apollo-server-core dependencies
2018-05-21 20:27:57 -07:00
Evans Hauser
84e763358e
package.json: remove node and graphql types from root and unnecessary variants
2018-05-21 15:31:57 -07:00
David Glasser
b32e89c060
v1.3.6
2018-04-24 11:35:14 -07:00
Jesse Rosenberger
9d0e7b6866
v1.3.5
2018-04-18 16:10:04 +03:00
David Glasser
bd2504e04b
v1.3.4
2018-03-28 13:57:11 -07:00
Renovate Bot
273d5349b4
chore(deps): update dependency @types/graphql to v0.12.7
2018-03-28 07:03:40 +00:00
Jesse Rosenberger
19d04ff7f7
v1.3.3
2018-03-26 17:20:44 +03:00
Renovate Bot
a4e2e3e893
chore(deps): update dependency @types/graphql to v0.12.6
2018-03-23 07:02:17 +00:00
renovate[bot]
5eae20e92f
chore(deps): update dependency @types/graphql to v0.12.5 ( #887 )
2018-03-16 14:06:15 +02:00
Renovate Bot
d50b6b6fb2
chore(deps): update dependency graphql to v0.13.1
2018-03-13 16:01:14 +00:00
Sashko Stubailo
281392c3f0
Update to graphql@0.12 ( #726 )
...
* Update peer deps and tests for 0.12
* v1.3.2
2018-03-13 17:10:37 +02:00
Laurin Quast
df51fd90da
Setup prettier ( #724 )
...
* Setup prettier and precommit hooks
* Format code with prettier
* Use husky because it works...
* Move prettier config to .prettierrc file
* Implement fixing markdown file formatting when running lint-fix script
* Format markdown files
* Add .json file formatting
* Fixes json file formatting
* Add pretteir linting step
* Remove tslint
* Use gitignore for prettier
* Fix linting errors
* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Martijn Walraven
6685ecb458
v1.3.1
2017-12-18 07:34:48 +01:00
Renovate Bot
0c439cb35f
chore(deps): update dependency @types/graphql to v0.11.7
2017-12-12 20:31:42 +00:00
Martijn Walraven
9ba34306ed
v1.3.0
2017-12-12 09:45:49 +01:00
Tung Vu
4264114e20
chore: update peerDependencies version for micro ( #671 )
2017-12-04 14:42:31 +01:00
Martijn Walraven
3fecfcd321
v1.2.0
2017-10-24 09:14:51 -07:00
Martijn Walraven
65a642506d
v1.2.0-pre.1
2017-10-24 09:09:08 -07:00
Martijn Walraven
f5376afadf
v1.1.7
2017-10-16 07:59:23 -07:00
Martijn Walraven
0cf62cda51
v1.1.6
2017-10-09 21:12:08 +02:00
Martijn Walraven
92eea40203
v1.1.5
2017-10-09 20:34:10 +02:00
Martijn Walraven
9b8e9de2c4
v1.1.4
2017-10-09 20:21:29 +02:00
renovate[bot]
fd7973ff8d
chore(deps): update dependency @types/graphql to v0.11.5
2017-10-06 08:03:31 +00:00
Martijn Walraven
eb6bb7f5dd
v1.1.3
2017-10-05 06:46:38 +02:00
Martijn Walraven
b726f274eb
Add graphql ^0.11.0 to peerDependencies and remove redundant peerDependencies from server packages
...
Fixes #529 .
2017-10-02 13:39:31 +02:00
renovate[bot]
a62d25cbae
chore(deps): update dependency @types/graphql to v0.11.4
2017-09-19 07:31:38 +00:00
renovate[bot]
6904959bbc
chore(deps): update dependency microrouter to v2.2.3
2017-09-18 11:33:55 +00:00
renovate[bot]
4e302ef37c
chore(deps): update dependency @types/graphql to v0.11.3
2017-09-12 07:33:13 +00:00
renovate[bot]
4efa1254a4
chore(deps): update dependency @types/graphql to v0.11.1
2017-09-07 07:32:06 +00:00
renovate[bot]
6b0ca0a2e5
chore(deps): update dependency @types/graphql to v0.11.0
2017-09-04 10:29:21 +00:00
renovate[bot]
109e09f80b
chore(deps): update dependency micro to v8.0.4
2017-09-01 10:35:47 +00:00
renovate[bot]
163a1f007c
refactor(deps): renovate pin dependencies packages
2017-08-24 07:27:02 +00:00
Sashko Stubailo
2dddbc52b6
1.1.2 ( #515 )
...
* 1.1.2
* Add package lock to gitignore
* v1.1.2
* vundefined
2017-08-23 21:34:26 -07:00
Martijn Walraven
a750507fd6
v1.1.0
2017-08-09 21:12:51 +02:00