Skip to content

Commit 624c2d8

Browse files
committed
Prepare 0.16.2 release of juniper crate
1 parent ed2ef13 commit 624c2d8

17 files changed

+40
-40
lines changed

book/src/advanced/implicit_and_explicit_null.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl Mutation {
106106

107107

108108

109-
[`Nullable`]: https://docs.rs/juniper/0.16.1/juniper/enum.Nullable.html
109+
[`Nullable`]: https://docs.rs/juniper/0.16.2/juniper/enum.Nullable.html
110110
[GraphQL]: https://graphql.org
111111
[Juniper]: https://docs.rs/juniper
112112
[Rust]: https://www.rust-lang.org

book/src/advanced/lookahead.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@ See more available look-ahead features in the API docs of the [`LookAheadSelecti
213213

214214

215215

216-
[`DefaultScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/enum.DefaultScalarValue.html
217-
[`Executor`]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.Executor.html
218-
[`ScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/trait.ScalarValue.html
216+
[`DefaultScalarValue`]: https://docs.rs/juniper/0.16.2/juniper/enum.DefaultScalarValue.html
217+
[`Executor`]: https://docs.rs/juniper/0.16.2/juniper/executor/struct.Executor.html
218+
[`ScalarValue`]: https://docs.rs/juniper/0.16.2/juniper/trait.ScalarValue.html
219219
[GraphQL]: https://graphql.org
220220
[Juniper]: https://docs.rs/juniper
221221
[Rust]: https://www.rust-lang.org
@@ -224,6 +224,6 @@ See more available look-ahead features in the API docs of the [`LookAheadSelecti
224224
[1]: https://spec.graphql.org/October2021#sec-Execution
225225
[2]: https://spec.graphql.org/October2021#sec-Language.Operations\
226226
[3]: https://spec.graphql.org/October2021#sec-Language.Fields
227-
[20]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.Executor.html#method.look_ahead
228-
[21]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.LookAheadSelection.html
229-
[22]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.LookAheadChildren.html
227+
[20]: https://docs.rs/juniper/0.16.2/juniper/executor/struct.Executor.html#method.look_ahead
228+
[21]: https://docs.rs/juniper/0.16.2/juniper/executor/struct.LookAheadSelection.html
229+
[22]: https://docs.rs/juniper/0.16.2/juniper/executor/struct.LookAheadChildren.html

book/src/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This page will give you a short introduction to the concepts in [Juniper].
1414

1515
```toml
1616
[dependencies]
17-
juniper = "0.16.1"
17+
juniper = "0.16.2"
1818
```
1919

2020

@@ -229,4 +229,4 @@ fn main() {
229229
[schema-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#schema-first
230230

231231
[1]: https://spec.graphql.org/October2021#sec-Root-Operation-Types
232-
[2]: https://docs.rs/juniper/0.16.1/juniper/macro.graphql_object.html
232+
[2]: https://docs.rs/juniper/0.16.2/juniper/macro.graphql_object.html

book/src/schema/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,11 @@ fn main() {
159159

160160

161161

162-
[`EmptyMutation`]: https://docs.rs/juniper/0.16.1/juniper/struct.EmptyMutation.html
163-
[`EmptySubscription`]: https://docs.rs/juniper/0.16.1/juniper/struct.EmptySubscription.html
162+
[`EmptyMutation`]: https://docs.rs/juniper/0.16.2/juniper/struct.EmptyMutation.html
163+
[`EmptySubscription`]: https://docs.rs/juniper/0.16.2/juniper/struct.EmptySubscription.html
164164
[`juniper`]: https://docs.rs/juniper
165165
[`juniper-from-schema`]: https://docs.rs/juniper-from-schema
166-
[`RootNode`]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html
166+
[`RootNode`]: https://docs.rs/juniper/0.16.2/juniper/struct.RootNode.html
167167
[code-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#code-only
168168
[schema-first]: https://www.apollographql.com/blog/backend/architecture/schema-first-vs-code-only-graphql#schema-first
169169
[GraphQL]: https://graphql.org
@@ -179,7 +179,7 @@ fn main() {
179179
[4]: https://spec.graphql.org/October2021#sec-Objects
180180
[5]: https://spec.graphql.org/October2021#sec-Root-Operation-Types.Default-Root-Operation-Type-Names
181181
[6]: https://graphql.org/learn/schema#type-language
182-
[20]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html#method.as_sdl
182+
[20]: https://docs.rs/juniper/0.16.2/juniper/struct.RootNode.html#method.as_sdl
183183
[21]: https://docs.rs/crate/juniper/latest/source/src/introspection/query.graphql
184-
[22]: https://docs.rs/juniper/0.16.1/juniper/fn.introspect.html
184+
[22]: https://docs.rs/juniper/0.16.2/juniper/fn.introspect.html
185185
[30]: https://npmjs.com/package/graphql-json-to-sdl

book/src/schema/introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ fn main() {
7878
[3]: https://spec.graphql.org/October2021#sel-GAFRJDABABI5C
7979
[4]: https://spec.graphql.org/October2021#sel-GAFRJFABABMvpN
8080
[5]: https://spec.graphql.org/October2021#sec-Execution
81-
[9]: https://docs.rs/juniper/0.16.1/juniper/struct.RootNode.html#method.disable_introspection
81+
[9]: https://docs.rs/juniper/0.16.2/juniper/struct.RootNode.html#method.disable_introspection
8282
[10]: https://www.apollographql.com/blog/why-you-should-disable-graphql-introspection-in-production
8383
[11]: https://spec.graphql.org/October2021#sec-Validation

book/src/schema/subscriptions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ For information about serving [GraphQL subscriptions][9] over [WebSocket], see t
152152
[`Coordinator`]: https://docs.rs/juniper_subscriptions/0.17.0/juniper_subscriptions/struct.Coordinator.html
153153
[`Connection`]: https://docs.rs/juniper_subscriptions/0.17.0/juniper_subscriptions/struct.Connection.html
154154
[`Future`]: https://doc.rust-lang.org/stable/std/future/trait.Future.html
155-
[`GraphQLError`]: https://docs.rs/juniper/0.16.1/juniper/enum.GraphQLError.html
155+
[`GraphQLError`]: https://docs.rs/juniper/0.16.2/juniper/enum.GraphQLError.html
156156
[`Stream`]: https://docs.rs/futures/latest/futures/stream/trait.Stream.html
157-
[`SubscriptionCoordinator`]: https://docs.rs/juniper/0.16.1/juniper/trait.SubscriptionCoordinator.html
158-
[`SubscriptionConnection`]: https://docs.rs/juniper/0.16.1/juniper/trait.SubscriptionConnection.html
157+
[`SubscriptionCoordinator`]: https://docs.rs/juniper/0.16.2/juniper/trait.SubscriptionCoordinator.html
158+
[`SubscriptionConnection`]: https://docs.rs/juniper/0.16.2/juniper/trait.SubscriptionConnection.html
159159
[GraphQL]: https://graphql.org
160160
[Juniper]: https://docs.rs/juniper
161161
[Rust]: https://www.rust-lang.org

book/src/types/enums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ enum Episode<T> {
142142

143143
[0]: https://spec.graphql.org/October2021#sec-Enums
144144
[1]: https://spec.graphql.org/October2021#sec-Scalars
145-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLEnum.html
145+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLEnum.html
146146
[3]: https://doc.rust-lang.org/reference/items/enumerations.html
147147
[4]: https://spec.graphql.org/October2021#sec-Descriptions
148148
[5]: https://spec.graphql.org/October2021#sec--deprecated

book/src/types/input_objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct Point2D {
153153
[spec]: https://spec.graphql.org/October2021
154154

155155
[0]: https://spec.graphql.org/October2021#sec-Input-Objects
156-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLInputObject.html
156+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLInputObject.html
157157
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
158158
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
159159
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments

book/src/types/interfaces.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ trait Person {
397397
[Rust]: https://www.rust-lang.org
398398

399399
[0]: https://spec.graphql.org/October2021#sec-Interfaces
400-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLInterface.html
401-
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_interface.html
400+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLInterface.html
401+
[3]: https://docs.rs/juniper/0.16.2/juniper/attr.graphql_interface.html
402402
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
403403
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
404404
[6]: https://spec.graphql.org/October2021#sec-Non-Null

book/src/types/objects/complex_fields.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ impl Person {
217217

218218
[0]: https://spec.graphql.org/October2021#sec-Objects
219219
[1]: https://spec.graphql.org/October2021#sec-Execution
220-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLObject.html
221-
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_object.html
220+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLObject.html
221+
[3]: https://docs.rs/juniper/0.16.2/juniper/attr.graphql_object.html
222222
[4]: https://spec.graphql.org/October2021#sec-Language.Fields
223223
[5]: https://spec.graphql.org/October2021#sec-Language.Arguments
224224
[6]: https://doc.rust-lang.org/reference/items/implementations.html#inherent-implementations

book/src/types/objects/error/field.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,6 @@ And the specified structured error information will be included into the [error'
178178
[13]: https://doc.rust-lang.org/stable/std/macro.panic.html
179179
[14]: https://doc.rust-lang.org/book/ch09-02-recoverable-errors-with-result.html#a-shortcut-for-propagating-errors-the--operator
180180
[15]: https://doc.rust-lang.org/stable/std/fmt/trait.Display.html
181-
[21]: https://docs.rs/juniper/0.16.1/juniper/executor/type.FieldResult.html
182-
[22]: https://docs.rs/juniper/0.16.1/juniper/executor/struct.FieldError.html
183-
[23]: https://docs.rs/juniper/0.16.1/juniper/executor/trait.IntoFieldError.html
181+
[21]: https://docs.rs/juniper/0.16.2/juniper/executor/type.FieldResult.html
182+
[22]: https://docs.rs/juniper/0.16.2/juniper/executor/struct.FieldError.html
183+
[23]: https://docs.rs/juniper/0.16.2/juniper/executor/trait.IntoFieldError.html

book/src/types/objects/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Because `Person` is a valid [GraphQL] type, we can have a `Vec<Person>` in a [st
204204

205205

206206

207-
[`Nullable`]: https://docs.rs/juniper/0.16.1/juniper/enum.Nullable.html
207+
[`Nullable`]: https://docs.rs/juniper/0.16.2/juniper/enum.Nullable.html
208208
[GraphQL]: https://graphql.org
209209
[Juniper]: https://docs.rs/juniper
210210
[Rust]: https://www.rust-lang.org
@@ -213,8 +213,8 @@ Because `Person` is a valid [GraphQL] type, we can have a `Vec<Person>` in a [st
213213

214214
[0]: https://spec.graphql.org/October2021#sec-Objects
215215
[1]: https://spec.graphql.org/October2021#sec-Execution
216-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLObject.html
217-
[3]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_object.html
216+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLObject.html
217+
[3]: https://docs.rs/juniper/0.16.2/juniper/attr.graphql_object.html
218218
[4]: https://spec.graphql.org/October2021#sec-Non-Null
219219
[5]: https://spec.graphql.org/October2021#sec-Introspection
220220
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments

book/src/types/scalars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ mod date_scalar {
425425
[`ID`]: https://spec.graphql.org/October2021#sec-ID
426426
[`LocalTime`]: https://graphql-scalars.dev/docs/scalars/local-time
427427
[`rust_decimal`]: https://docs.rs/rust_decimal
428-
[`ScalarValue`]: https://docs.rs/juniper/0.16.1/juniper/trait.ScalarValue.html
428+
[`ScalarValue`]: https://docs.rs/juniper/0.16.2/juniper/trait.ScalarValue.html
429429
[`serde`]: https://docs.rs/serde
430430
[`time`]: https://docs.rs/time
431431
[`time::Date`]: https://docs.rs/time/latest/time/struct.Date.html
@@ -453,5 +453,5 @@ mod date_scalar {
453453
[5]: https://spec.graphql.org/October2021/#sec-Scalars.Built-in-Scalars
454454
[6]: https://serde.rs/container-attrs.html#transparent
455455
[7]: https://spec.graphql.org/October2021#sec-Value-Resolution
456-
[8]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLScalar.html
457-
[9]: https://docs.rs/juniper/0.16.1/juniper/attr.graphql_scalar.html
456+
[8]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLScalar.html
457+
[9]: https://docs.rs/juniper/0.16.2/juniper/attr.graphql_scalar.html

book/src/types/unions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ enum Character<S> {
159159

160160
[0]: https://spec.graphql.org/October2021#sec-Unions
161161
[1]: https://graphql.org/learn/schema
162-
[2]: https://docs.rs/juniper/0.16.1/juniper/derive.GraphQLUnion.html
162+
[2]: https://docs.rs/juniper/0.16.2/juniper/derive.GraphQLUnion.html
163163
[6]: https://doc.rust-lang.org/reference/comments.html#doc-comments
164164
[7]: https://spec.graphql.org/October2021#sec-Descriptions
165165
[10]: https://spec.graphql.org/October2021#sec-Objects

juniper/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ All user visible changes to `juniper` crate will be documented in this file. Thi
66

77

88

9-
## [0.16.2] · unreleased
9+
## [0.16.2] · 2025-06-25
1010
[0.16.2]: /../../tree/juniper-v0.16.2/juniper
1111

1212
[Diff](/../../compare/juniper-v0.16.1...juniper-v0.16.2) | [Milestone](/../../milestone/8)
1313

1414
### Fixed
1515

16-
- Non-pinned versions of [GraphiQL]-related libraries in HTML page returned by `graphiql_source()`. ([todo], [#1332])
16+
- Non-pinned versions of [GraphiQL]-related libraries in HTML page returned by `graphiql_source()`. ([ed2ef133], [#1332])
1717

1818
[#1332]: /../../issues/1332
19-
[todo]: /../../commit/todo
19+
[ed2ef133]: /../../commit/ed2ef13358a84bf9cc43835d4495b2b3395e7392
2020

2121

2222

juniper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "juniper"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
edition = "2021"
55
rust-version = "1.73"
66
description = "GraphQL server library."

juniper/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Juniper (GraphQL server library for Rust)
77
[![Rust 1.73+](https://img.shields.io/badge/rustc-1.73+-lightgray.svg "Rust 1.73+")](https://blog.rust-lang.org/2023/10/05/Rust-1.73.0.html)
88

99
- [Juniper Book] ([current][Juniper Book] | [edge][Juniper Book edge])
10-
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.1/juniper/CHANGELOG.md)
10+
- [Changelog](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.2/juniper/CHANGELOG.md)
1111

1212

1313
[GraphQL] is a data query language developed by [Facebook] and intended to serve mobile and web application frontends.
@@ -74,7 +74,7 @@ As an exception to other [GraphQL] libraries for other languages, [Juniper] buil
7474

7575
## License
7676

77-
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.1/juniper/LICENSE).
77+
This project is licensed under [BSD 2-Clause License](https://github.com/graphql-rust/juniper/blob/juniper-v0.16.2/juniper/LICENSE).
7878

7979

8080

0 commit comments

Comments
 (0)