Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Update apollo-encoder#5

Merged
SimonSapin merged 1 commit into
mainfrom
update-apollo-rs
Nov 29, 2022
Merged

Update apollo-encoder#5
SimonSapin merged 1 commit into
mainfrom
update-apollo-rs

Conversation

@goto-bus-stop
Copy link
Copy Markdown
Member

the only breaking change is the apollo-parser update, which is not used by this crate.

SimonSapin pushed a commit to apollographql/router that referenced this pull request Nov 29, 2022
the change from `impl From` to `impl TryFrom<$ParserType> for $RustType`
affects the router. previously `parse_value` could panic because of
apollo-parser, now it will just return None if the inputs are wrong.

there are now two versions of apollo-encoder in the dep tree, until
apollographql/introspector-gadget#5 is merged
@SimonSapin SimonSapin merged commit 1e9b756 into main Nov 29, 2022
@SimonSapin SimonSapin deleted the update-apollo-rs branch November 29, 2022 13:57
garypen pushed a commit to apollographql/router that referenced this pull request Nov 30, 2022
the change from `impl From` to `impl TryFrom<$ParserType> for $RustType`
affects the router. previously `parse_value` could panic because of
apollo-parser, now it will just return None if the inputs are wrong.

there are now two versions of apollo-encoder in the dep tree, until
apollographql/introspector-gadget#5 is merged
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants