File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
17
## Maintenance
18
18
## Documentation-->
19
19
20
+ # [ 1.27.0] ( https://crates.io/crates/apollo-compiler/1.26.0 ) - 2025-03-04
21
+
22
+ ## Features
23
+
24
+ - ** Add [ WebAssembly demo] - [ SimonSapin] , [ pull/954] **
25
+ - ** Add ` root_fields() ` and ` all_fields() ` to ` SelectionSet ` - [ SimonSapin] , [ pull/954] **
26
+
27
+ ## Fixes
28
+
29
+ - ** Avoid reprocessing named fragments - [ sachindshinde] [ goto-bus-stop] and [ SimonSapin] , [ pull/952] **
30
+
31
+ [ sachindshinde ] : https://github.com/sachindshinde
32
+ [ goto-bus-stop ] : https://github.com/goto-bus-stop
33
+ [ SimonSapin ] : https://github.com/SimonSapin
34
+ [ pull/952 ] : https://github.com/apollographql/apollo-rs/pull/952
35
+ [ pull/953 ] : https://github.com/apollographql/apollo-rs/pull/953
36
+ [ pull/954 ] : https://github.com/apollographql/apollo-rs/pull/954
37
+ [ WebAssembly demo ] : https://github.com/apollographql/apollo-rs/tree/main/examples/validation-wasm-demo
38
+
20
39
# [ 1.26.0] ( https://crates.io/crates/apollo-compiler/1.26.0 ) - 2025-01-23
21
40
22
41
## Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " apollo-compiler"
3
- version = " 1.26 .0" # When bumping, also update README.md
3
+ version = " 1.27 .0" # When bumping, also update README.md
4
4
authors = [
" Irina Shestak <[email protected] >" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/apollographql/apollo-rs"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Or add this to your `Cargo.toml` for a manual installation:
41
41
``` toml
42
42
# Just an example, change to the necessary package version.
43
43
[dependencies ]
44
- apollo-compiler = " 1.26 .0"
44
+ apollo-compiler = " 1.27 .0"
45
45
```
46
46
47
47
## Rust versions
You can’t perform that action at this time.
0 commit comments