dependabot[bot]
c1a916dc87
Update GraphiQL from 3.5.0 to 3.6.0 version ( #1276 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-16 01:20:06 +00:00
Sebastian Goll
681d242823
Correct GraphQL scalars compliance for third-party crates even more ( #1277 )
...
- rename `ObjectId` scalar to `ObjectID` in `bson::oid::ObjectId` type
- add missing `@specifiedBy` URLs for `chrono` and `time` crates' types
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-16 02:17:30 +02:00
Kai Ren
b3a7ffc6a2
Correct GraphQL scalars compliance for third-party crates ( #1275 )
...
- switch `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in `chrono::NaiveDateTime` and `time::PrimitiveDateTime` types
- switch from `Date` scalar to `LocalDate` scalar in `chrono::NaiveDate` and `time::Date` types
- switch from `UtcDateTime` scalar to `DateTime` scalar in `bson::DateTime` type
- correct `TimeZone` scalar in `chrono_tz::Tz` type
- rename `Url` scalar to `URL` in `url::Url` type
- rename `Uuid` scalar to `UUID` in `uuid::Uuid` type
2024-08-16 01:30:05 +02:00
Sebastian Goll
2756260000
Integrate jiff
date/time types ( #1271 , #1270 )
...
- represent `jiff::civil::Date` as `LocalDate` GraphQL scalar
- represent `jiff::civil::Time` as `LocalTime` GraphQL scalar
- represent `jiff::civil::DateTime` as `LocalDateTime` GraphQL scalar
- represent `jiff::Timestamp` as `DateTime` GraphQL scalar
- represent `jiff::Span` as `Duration` GraphQL scalar
2024-08-15 12:38:20 +02:00
dependabot[bot]
975da450fe
Updated GraphiQL from 3.4.1 to 3.5.0 version ( #1274 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-15 09:39:34 +00:00
dependabot[bot]
6b82d1d80e
Upgrade derive_more
crate from 0.99.8 to 1.0 version ( #1272 )
...
- bump up MSRV to 1.75
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 23:31:39 +02:00
dependabot[bot]
256e6bc13c
Update GraphiQL from 3.4.0 to 3.4.1 version ( #1273 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 20:01:58 +02:00
dependabot[bot]
b1f4ecb1e0
Update GraphiQL from 3.3.2 to 3.4.0 version ( #1269 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-02 09:55:50 +00:00
tyranron
7db44c0b28
Tune lints for 1.80 Rust
2024-07-26 19:13:47 +03:00
tyranron
5447cc63de
Prepare 0.6.0 release of juniper_actix
crate
2024-07-23 16:08:29 +03:00
dependabot[bot]
caa9495f01
Upgrade actix-ws
crate from 0.2 to 0.3 version ( #1267 )
...
- bump up MSRV to 1.75 in `juniper_actix` crate
Additionally:
- remove redundant `InterruptableStream` definitions in `juniper_graphql_ws` crate
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-07-23 14:43:02 +02:00
dependabot[bot]
a4974e179b
Update GraphiQL from 3.3.1 to 3.3.2 version ( #1265 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-07-04 13:49:28 +02:00
dependabot[bot]
b6e82ddc9c
Update GraphiQL from 3.2.3 to 3.3.1 version ( #1264 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-06-19 16:21:53 +02:00
tyranron
3571fd995f
Fix codegen failure tests
2024-06-19 13:56:22 +02:00
tyranron
a3a17bf6e5
Make Clippy happy for 1.79 Rust
2024-06-19 12:53:35 +02:00
dependabot[bot]
9bdf8cf379
Update GraphiQL from 3.2.2 to 3.2.3 version ( #1260 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-06-05 11:10:03 +00:00
dependabot[bot]
76b6b9023f
Update tokio-tungstenite
crate from 0.21 to 0.23 version ( #1261 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 12:51:10 +02:00
dependabot[bot]
3b4a187d61
Update itertools
crate from 0.12 to 0.13 version ( #1259 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 12:17:16 +02:00
dependabot[bot]
29e30ea786
Update GraphiQL from 3.2.1 to 3.2.2 version ( #1258 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-05-13 20:20:53 +02:00
dependabot[bot]
f96a3f4baa
Update GraphiQL from 3.2.0 to 3.2.1 version ( #1257 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-05-09 09:46:41 +00:00
tyranron
02e931b516
Fix codegen failure tests
2024-05-09 11:20:14 +02:00
tyranron
2682ee1418
Make Clippy happy for 1.78 Rust
2024-05-02 18:03:27 +02:00
tyranron
6ffbb66719
Update time
crate to 0.3.35 version
2024-04-10 15:28:54 +03:00
dependabot[bot]
6f9c5b1034
Upgrade peaceiris/actions-mdbook
GitHub Action from 1 to 2 version ( #1254 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 13:34:32 +02:00
dependabot[bot]
eac4e21c68
Upgrade peaceiris/actions-gh-pages
GitHub Action from 3 to 4 version ( #1255 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 13:33:17 +02:00
dependabot[bot]
e758ea0e91
Update GraphiQL from 3.1.2 to 3.2.0 version ( #1253 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-08 15:52:25 +00:00
dependabot[bot]
aade4c8c7c
Upgrade chrono-tz
crate from 0.8 to 0.9 version ( #1252 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-08 15:16:30 +00:00
tyranron
9c4ea327f9
Prepare 0.16.1 release of juniper
crate
2024-04-04 16:00:47 +03:00
Hofer-Julian
c674548e64
Fix sentence in introduction ( #1250 )
...
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-04 11:50:35 +00:00
dependabot[bot]
26c199f2f3
Upgrade GraphiQL from 3.1.1 to 3.1.2 version ( #1251 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-04 11:21:30 +00:00
dependabot[bot]
03c3b65bbb
Upgrade reqwest
crate from 0.11 to 0.12 version ( #1249 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-22 16:47:22 +00:00
tyranron
6d65dffd28
Fix codegen failure tests for 1.77.0 Rust
2024-03-22 17:59:31 +02:00
tyranron
aea0ef2549
Make Clippy happy for 1.77 Rust
2024-03-22 17:59:16 +02:00
tyranron
6cf1bb30da
Prepare 0.1.0 release of juniper_axum
crate ( #1198 )
2024-03-20 22:14:09 +02:00
tyranron
26bbd6d912
Prepare 0.8.0 release of juniper_warp
crate ( #1198 )
2024-03-20 21:21:21 +02:00
tyranron
27dbbcaef4
Prepare 0.9.0 release of juniper_rocket
crate ( #1198 )
2024-03-20 21:20:18 +02:00
tyranron
209e5e6d23
Prepare 0.9.0 release of juniper_hyper
crate ( #1198 )
2024-03-20 20:47:59 +02:00
tyranron
e3c1efd557
Prepare 0.5.0 release of juniper_actix
crate ( #1198 )
2024-03-20 20:06:02 +02:00
tyranron
731a1b0445
Prepare 0.4.0 release of juniper_graphql_ws
crate ( #1198 )
2024-03-20 18:53:22 +02:00
tyranron
9bb33525d4
Prepare 0.17.0 release of juniper_subscriptions
crate ( #1198 )
2024-03-20 18:29:20 +02:00
tyranron
8c74d9132d
Tune cargo-release
config for correct commit messages
2024-03-20 18:26:40 +02:00
tyranron
f0b63c4a63
Prepare 0.16.0 release of juniper
crate ( #1198 )
2024-03-20 18:13:23 +02:00
tyranron
5603e76dc0
Bikeshed CI jobs naming
2024-03-20 18:10:10 +02:00
tyranron
63f6f8fae4
Prepare 0.16.0 release of juniper_codegen
crate ( #1198 )
2024-03-20 17:07:43 +02:00
Kai Ren
ec0d7d8097
Rework Book ( #1230 )
...
- rework and update existing chapters
- mention correct case transformation for GraphQL enums (#1029 )
- document N+1 mitigation techniques and look-ahead features (#234 , #444 )
- mention all integration crates (#867 )
- fix Book links (#679 , #974 , #1056 )
- remove old version of Book (#1168 )
Additionally:
- disable `bson`, `url`, `uuid` and `schema-language` Cargo features by default in `juniper` crate
Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2024-03-20 15:53:25 +01:00
tyranron
86b5319315
Fix unit tests for latest nightly
2024-03-12 16:53:09 +02:00
dependabot[bot]
847a38a4c6
Upgrade softprops/action-gh-release
GitHub Action from 1 to 2 version ( #1248 )
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 14:18:14 +01:00
tyranron
ac6e60987f
Fix codegen failure tests for 1.76.0 Rust
2024-02-09 17:23:01 +02:00
tyranron
2ce7dae298
Fix minimal-versions
check for bson
crate integration
2024-02-09 16:46:27 +02:00
tyranron
b9fe911d1f
Make Clippy happy for 1.76 Rust
2024-02-09 16:22:13 +02:00