Commit Graph

1417 Commits

Author SHA1 Message Date
Chip Senkbeil
3eb45cbb3e
Bump 1.50.0 -> 1.51.0 2021-04-03 00:23:45 -05:00
Chip Senkbeil
68c74c3eb8
Bump 1.49.0 -> 1.50.0 2021-04-03 00:17:31 -05:00
Chip Senkbeil
748a6b41a6
Update README with proper version of Rust that is baseline 2021-04-03 00:11:23 -05:00
Chip Senkbeil
0deb9f9ad6
Add minimum rust version support in workflow 2021-04-03 00:09:58 -05:00
Sunli
1f0bd225d6 Release 2.7.4
async-graphql@2.7.4
async-graphql-actix-web@2.7.4
async-graphql-tide@2.7.4
async-graphql-warp@2.7.4

Generated by cargo-workspaces
2021-04-02 18:25:44 +08:00
Sunli
14718a2e4c Add the BuildHasher generic parameter to dataloader::HashMapCache to allow custom hashing algorithms. #455 2021-04-02 18:22:06 +08:00
Sunli
06bac3e0d4 Update CHANGELOG.md 2021-04-02 11:20:00 +08:00
Sunli
5392be7236 Release 2.7.3
async-graphql@2.7.3
async-graphql-actix-web@2.7.3
async-graphql-derive@2.7.3
async-graphql-tide@2.7.3
async-graphql-warp@2.7.3

Generated by cargo-workspaces
2021-04-02 11:17:41 +08:00
Sunli
659ddfa47e Add SelectionField::alias and SelectionField::arguments methods. 2021-04-02 11:04:59 +08:00
Sunli
67cc98da33 Update CHANGELOG.md 2021-04-01 20:57:31 +08:00
Sunli
2f9fb53688 Fix Schema::sdl() does not include subscription definitions. #464 2021-04-01 20:56:14 +08:00
Sunli
7ff4db8f1a Implements ScalarType for serde_json::Value. 2021-04-01 16:54:54 +08:00
Sunli
5a1cf631ae Merge branch 'master' of github.com:async-graphql/async-graphql 2021-04-01 15:53:46 +08:00
Sunli
c359ddaffe Update CHANGELOG.md 2021-04-01 15:53:23 +08:00
Sunli
3b43472448
Merge pull request #459 from D1plo1d/fix/warp-websocket-pings
Prevent Warp WS Close, Ping, and Pong messages from being parsed as GraphQL
2021-04-01 15:51:56 +08:00
Sunli
38e0153798 Add cache support for DataLoader. #455 2021-04-01 15:46:46 +08:00
D1plo1d
c0a26bb431 Fixed code formatting 2021-03-31 20:57:39 -04:00
D1plo1d
d8a9481d9f fix: Close, Ping, and Pong websocket messages should not be parsed as GraphQL 2021-03-31 19:40:32 -04:00
Sunli
77b86a0fe7 Remove useless use. 2021-03-31 19:32:41 +08:00
Sunli
07642f1a67 Release 2.7.2
async-graphql@2.7.2
async-graphql-actix-web@2.7.2
async-graphql-derive@2.7.2
async-graphql-tide@2.7.2
async-graphql-warp@2.7.2

Generated by cargo-workspaces
2021-03-31 19:30:29 +08:00
Sunli
04b9309f09 Add name and visible attributes for Newtype macro for define a new scalar. #437 2021-03-31 19:28:19 +08:00
Sunli
39609cf116 Remove SchemaBuilder::override_name method. #437 2021-03-31 16:54:57 +08:00
Sunli
a4888aef81
Merge pull request #457 from Punie/update-rocket-integration
Update rocket integration with new FromForm query parser
2021-03-31 14:47:27 +08:00
Hugo Saracino
3bd7b2d889 Update rocket integration with new FromForm query parser 2021-03-30 16:50:35 +02:00
Sunli
b88adc7cca Release 2.7.1
async-graphql@2.7.1
async-graphql-actix-web@2.7.1
async-graphql-derive@2.7.1
async-graphql-parser@2.7.1
async-graphql-tide@2.7.1
async-graphql-warp@2.7.1

Generated by cargo-workspaces
2021-03-30 12:00:45 +08:00
Sunli
f62843cbd3 Add Request::disable_introspection method. #456 2021-03-30 11:59:57 +08:00
Sunli
a5a18824e7 Clippy clean 2021-03-26 21:07:45 +08:00
Sunli
f2f53330bf Release 2.7.0
async-graphql@2.7.0
async-graphql-actix-web@2.7.0
async-graphql-derive@2.7.0
async-graphql-tide@2.7.0
async-graphql-warp@2.7.0

Generated by cargo-workspaces
2021-03-26 12:07:02 +08:00
Sunli
c12f14bb2d Update CHANGELOG.md 2021-03-26 12:06:13 +08:00
Sunli
cc937b70b5 Rework Extension & TracingExtension & OpenTelemetryExtension 2021-03-26 12:03:10 +08:00
Sunli
845f6a514a Update CHANGELOG.md 2021-03-25 09:10:49 +08:00
Sunli
e652877d62
Merge pull request #452 from edkalina/master
Fix chrono-tz integration
2021-03-25 09:08:42 +08:00
Denis Nevmerzhitskii
876d78e188 Fix chrono-tz integration 2021-03-24 19:09:08 +02:00
Sunli
fc08f2c3d7
Update CHANGELOG.md 2021-03-24 19:27:19 +08:00
Sunli
f0a620b9b7 Release 2.6.5
async-graphql@2.6.5
async-graphql-actix-web@2.6.5
async-graphql-derive@2.6.5
async-graphql-parser@2.6.5
async-graphql-tide@2.6.5
async-graphql-value@2.6.5
async-graphql-warp@2.6.5
chat@2.6.5
graphql-benchmark@2.6.5
simple@2.6.5

Generated by cargo-workspaces
2021-03-24 17:29:00 +08:00
Sunli
e991ffb814 Fix internal context missing when there's no connection_init frame. #451 2021-03-24 17:24:12 +08:00
Sunli
d280978ccb Update dependencies 2021-03-24 12:25:03 +08:00
Sunli
2d13499013 Update ci.yml 2021-03-23 11:58:45 +08:00
Sunli
55407c06cd Release 2.6.4
async-graphql@2.6.4
async-graphql-actix-web@2.6.4
async-graphql-tide@2.6.4
async-graphql-warp@2.6.4

Generated by cargo-workspaces
2021-03-22 13:31:54 +08:00
Sunli
8b7c45dc58 Update CHANGELOG.md 2021-03-22 13:31:38 +08:00
Sunli
e9c4a5d189 Update docs 2021-03-22 13:27:24 +08:00
Sunli
7c1d90b8ad Release 2.6.3
async-graphql@2.6.3
async-graphql-actix-web@2.6.3
async-graphql-tide@2.6.3
async-graphql-warp@2.6.3

Generated by cargo-workspaces
2021-03-22 12:41:03 +08:00
Sunli
d6c79771d5 Remove TracingConfig
Now Request span always takes the current span as the parent, so this option is no longer needed.
2021-03-22 12:01:49 +08:00
Sunli
c4f8b5379c Update code-coverage.yml 2021-03-22 11:10:48 +08:00
Sunli
fe2f6dd3d0 Update CI 2021-03-22 10:55:28 +08:00
Sunli
fbc6b6e2dd Update examples 2021-03-22 10:43:58 +08:00
Sunli
8310fa4350 Now all features are not activated by default. 2021-03-22 10:39:17 +08:00
Sunli
6dfd660e6a Add extension::OpenTelemetry. 2021-03-22 09:36:14 +08:00
Sunli
abdcca21e0 Release 2.6.2
async-graphql@2.6.2
async-graphql-actix-web@2.6.2
async-graphql-tide@2.6.2
async-graphql-warp@2.6.2

Generated by cargo-workspaces
2021-03-20 17:23:50 +08:00
Sunli
aa1e72e68e Add SchemaBuilder::enable_subscription_in_federation method. #449 2021-03-20 17:22:18 +08:00