We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898e8b8 commit bfd2772Copy full SHA for bfd2772
crates/apollo-compiler/CHANGELOG.md
@@ -17,13 +17,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
17
## Maintenance
18
## Documentation-->
19
20
-# [x.x.x] (unreleased) - 2025-mm-dd
+# [1.30.0] (unreleased) - 2025-08-dd
21
22
## Features
23
24
- **Adds `ignore_builtin_redefinitions` option to `SchemaBuilder` to allow SDL to contain built-in
25
scalar definitions - [dariuszkuc], [pull/990]**
26
27
+## Fixes
28
+
29
+- **Fix possible stack overflow in validation of directive definition arguments with nested types - [dariuszkuc], [pull/987]**
30
+- **Fix `iter_origin()` to be a pub method- [duckki], [pull/989]**
31
32
# [1.29.0](https://crates.io/crates/apollo-compiler/1.29.0) - 2025-08-08
33
0 commit comments