Commit graph

15 commits

Author SHA1 Message Date
Kai Ren
f172be5656
Fix operation_name not being set in juniper_hyper (#1169, #1187) 2023-09-12 14:45:56 +02:00
Kai Ren
72ed45a77c
Rework CI and project toolchain (#1043)
- remove `cargo-make` integration
- rework CI pipeline more granular and precise
- rework releasing process
- tune up project layout
- fill up new CHANGELOGs

Additionally:
- fix latest nightly/stable Rust inconsistencies
2022-04-08 17:44:50 +03:00
Christian Legnitto
439829b1f5 Release juniper_actix 0.4.0 2021-07-08 00:16:47 -07:00
Christian Legnitto
1aa68ee440
Update CHANGELOG.md 2021-07-06 16:25:39 -07:00
Christian Legnitto
ae199387fc Release juniper_actix 0.2.5 2021-06-07 19:43:43 -07:00
Christian Legnitto
6dc939febb Release juniper_actix 0.2.4 2021-04-03 15:43:50 -10:00
Christian Legnitto
19bfbf60fb Release juniper_actix 0.2.3 2021-01-27 21:35:55 -10:00
Christian Legnitto
c4c115ca97
Update CHANGELOG.md 2021-01-27 04:26:28 -10:00
Christian Legnitto
6f49085096 Release juniper_actix 0.2.2 2021-01-15 19:56:45 -10:00
Christian Legnitto
509438a5be Release juniper_actix 0.2.1 2020-12-12 09:53:43 -10:00
Christian Legnitto
7332065e60
Update CHANGELOG.md 2020-12-12 09:46:36 -10:00
Christian Legnitto
1c4497b66c Release juniper_actix 0.2.0 2020-12-09 20:11:02 -10:00
Kunjan Dalal
8b79f5b1f1
Update Actix to the latest version (#761)
* actix updated to latest version and actix rt removed

* actix rt added back as dev dep
2020-09-12 06:32:15 -10:00
Mihai Dinculescu
8d7ba8295c
Impl subscriptions for juniper_actix (#716)
* Impl subscriptions for juniper_actix

* Add random_human example subscription

* Add actix_subscriptions example to CI

* fixup! Add random_human example subscription

* Migrate actix subscriptions to juniper_graphql_ws

* Simplify error handling

* Change unwrap to expect

* Close connection on server serialization error

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2020-08-09 12:19:34 -10:00
Jordão Rodrigues Oliveira Rosario
a47d1c5430
Add actix-web integration (#603) 2020-04-20 20:21:02 -10:00