Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlna authored Aug 16, 2022
1 parent 980d47a commit 8ae7494
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion crates/apollo-parser/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation -->
# [0.2.10](https://crates.io/crates/apollo-parser/0.2.10) - 2022-08-16
## Fixes
- **unterminated string value in list and object values - [bnjjj], [pull/267] & [pull/274] closes [issue/266]**

Create and pop errors with unterminated string values in list and object
values. Stops infinite loop when searching for a Value in the parser.

[bnjjj]: https://github.com/bnjjj
[pull/267]: https://github.com/apollographql/apollo-rs/pull/267
[issue/266]: https://github.com/apollographql/apollo-rs/issues/266


# [0.2.9](https://crates.io/crates/apollo-parser/0.2.9) - 2022-07-27
## Features
Expand All @@ -29,7 +40,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

# [0.2.8](https://crates.io/crates/apollo-parser/0.2.8) - 2022-06-10

## Fix
## Fixes
- **Use recursion limit both for selection set and field parsing - [garypen] and [lrlna], [pull/244]**

This properly unifies the limits around recursion for both:
Expand Down
2 changes: 1 addition & 1 deletion crates/apollo-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-parser"
version = "0.2.9"
version = "0.2.10"
authors = ["Irina Shestak <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/apollographql/apollo-rs"
Expand Down

0 comments on commit 8ae7494

Please sign in to comment.