Commit Graph

579 Commits

Author SHA1 Message Date
Ivan Plesskih 2922c1bb4b Moved benchmark from side repo 2020-06-01 21:05:37 +05:00
Sunli b38130575c Release 1.14.10
async-graphql@1.14.10
async-graphql-tide@1.14.10

Generated by cargo-workspaces
2020-06-01 19:42:47 +08:00
Sunli 983b8bacf9 Add ability to exclude Subscription from _service.sdl #131 2020-06-01 19:36:19 +08:00
Sunli 27587dda8f
Merge pull request #134 from nm-infy/nm-infy-patch-2
Correct spelling in context.md
2020-06-01 19:16:26 +08:00
Sunli fd2c39292a
Merge pull request #135 from nm-infy/nm-infy-patch-3
Correct spellings and grammar in define_complex_object.md
2020-06-01 19:15:18 +08:00
Nilesh Mali 910ffc2726
correct spelling 2020-06-01 16:40:01 +05:30
Nilesh Mali e2f26f8996
correct statement grammar and spelling 2020-06-01 16:39:06 +05:30
Nilesh Mali 272ba99bb4
correct spelling in context.md 2020-06-01 16:31:04 +05:30
Sunli 89e70f2e3c
Merge pull request #133 from nm-infy/nm-infy-patch-1
Correct spelling in apollo_federation.md
2020-06-01 18:48:29 +08:00
Nilesh Mali 8b591952eb
correct spelling in apollo_federation.md 2020-06-01 15:55:19 +05:30
Sunli c25980bdf4 Update tests for async-graphql-tide. 2020-06-01 11:19:49 +08:00
Sunli cfc1a45992
Merge pull request #130 from lagudomeze/patch-1
upgrade tide -> 0.9.0
2020-06-01 11:04:36 +08:00
lagudomeze 34fea77135
Update graphql.rs 2020-06-01 10:53:34 +08:00
lagudomeze e543234550
Update lib.rs 2020-06-01 10:52:53 +08:00
lagudomeze 24c1f53bb6
change tide -> 0.9.0 2020-06-01 10:51:27 +08:00
Sunli 928ecba19c Update introduction.md 2020-06-01 10:49:43 +08:00
Sunli 2fb9fbe8bf Release 1.14.9
async-graphql@1.14.9
async-graphql-warp@1.14.9

Generated by cargo-workspaces
2020-06-01 10:40:55 +08:00
Sunli 467a6119bf Add async_graphql_warp::GQLResponseStream type 2020-06-01 10:40:07 +08:00
Sunli 9ca2ed6e2e Fix validators bug 2020-06-01 10:19:24 +08:00
Sunli cf537ad9a1
Merge pull request #128 from phated/notes-from-120
Improve stability message based on #120 feedback
2020-06-01 09:39:20 +08:00
Blaine Bublitz 89c3bdf3c2 Improve stability message based on #120 feedback 2020-05-31 12:00:19 -07:00
Sunli 45c0b39b34 Release 1.14.8
async-graphql@1.14.8
async-graphql-derive@1.14.8

Generated by cargo-workspaces
2020-05-31 11:59:20 +08:00
Sunli d932d30209 Fix incorrect variable substitution. #126 2020-05-31 11:54:07 +08:00
Sunli 9700d2bef9 Fix validators bug 2020-05-31 09:55:41 +08:00
Sunli 27c28cda41 Release 1.14.7
async-graphql@1.14.7
async-graphql-actix-web@1.14.7
async-graphql-derive@1.14.7
async-graphql-parser@1.14.7
async-graphql-tide@1.14.7
async-graphql-warp@1.14.7

Generated by cargo-workspaces
2020-05-29 17:35:49 +08:00
Sunli 74ae041426 Add #![forbid(unsafe_code)] to all sub crates 2020-05-29 17:33:19 +08:00
Sunli d407b2ca98 Remove unsafe code from tests 2020-05-29 17:29:15 +08:00
Sunli 82fe117d44 Remove unsafe code in SubscriptionStream 2020-05-29 14:42:14 +08:00
Sunli f197b5d638 Release 1.14.6
async-graphql@1.14.6

Generated by cargo-workspaces
2020-05-29 12:43:32 +08:00
Sunli e3577250eb Remove premature generic constraints of DataSource type. 2020-05-29 12:42:58 +08:00
Sunli 1780562043 Release 1.14.5
async-graphql@1.14.5

Generated by cargo-workspaces
2020-05-29 12:19:39 +08:00
Sunli fc5f5a9947 Add Connection::map and Connection::map_node functions 2020-05-29 12:19:08 +08:00
Sunli 7c9bfee446 Release 1.14.4
async-graphql@1.14.4

Generated by cargo-workspaces
2020-05-29 11:57:25 +08:00
Sunli 666c908ca1 Update connection_type.rs 2020-05-29 11:56:12 +08:00
Sunli cc37f2ace4 Update DataSource example 2020-05-29 11:54:16 +08:00
Sunli 778ff8d6e4 Update connection tests 2020-05-29 11:12:43 +08:00
Sunli 9c4b64dbfb Rename Connection::new_with_additional_fields to Connection::with_additional_fields and Edge::new_with_additional_fields to Edge::with_additional_fields 2020-05-29 10:28:18 +08:00
Sunli a336733616 Add Connection::try_append and Connection::try_append_stream 2020-05-29 09:24:31 +08:00
sunli 57d9593fd7 Release 1.14.3
async-graphql@1.14.3
async-graphql-actix-web@1.14.3
async-graphql-tide@1.14.3
async-graphql-warp@1.14.3

Generated by cargo-workspaces
2020-05-29 00:04:14 +08:00
sunli 3c97c76c60 update some docs 2020-05-29 00:01:04 +08:00
Иван Плесских 6d56c0157e
Added docs for `Interface` field `method` argument (#124)
* Added docs for `Interface` field `method` argument
2020-05-28 23:50:01 +08:00
sunli 313f3b7b2d Add cache-control header for http integrations. 2020-05-28 22:52:35 +08:00
sunli 3785bd3772 Update some docs 2020-05-28 22:18:15 +08:00
Sunli 19ed9a08f8 Release 1.14.2
async-graphql@1.14.2
async-graphql-derive@1.14.2
async-graphql-parser@1.14.2

Generated by cargo-workspaces
2020-05-28 15:02:23 +08:00
Sunli 18dacbdf17
Add MaybeUndefined type (#123)
* Add MaybeUndefined type
2020-05-28 15:00:55 +08:00
Sunli 174f354c9b Update integers.rs 2020-05-28 11:25:03 +08:00
Sunli 6e1623cd86 Release 1.14.1
async-graphql@1.14.1

Generated by cargo-workspaces
2020-05-28 10:29:02 +08:00
Sunli dfe381b2e0 Fix the problem that async-graphql cannot be compiled and passed in rust nightly-2020-05-25. #122 2020-05-28 10:26:07 +08:00
sunli 0dfbbc0261 Update book.yml 2020-05-28 08:37:21 +08:00
sunli 398354ebeb Release 1.14.0
async-graphql@1.14.0
async-graphql-actix-web@1.14.0
async-graphql-derive@1.14.0
async-graphql-lambda@1.14.0
async-graphql-tide@1.14.0
async-graphql-warp@1.14.0

Generated by cargo-workspaces
2020-05-28 08:26:25 +08:00