Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: releasing for aarch64-apple-darwin is broken in CircleCI #136

Closed
EverlastingBugstopper opened this issue Jun 9, 2022 · 0 comments · Fixed by #137
Closed

bug: releasing for aarch64-apple-darwin is broken in CircleCI #136

EverlastingBugstopper opened this issue Jun 9, 2022 · 0 comments · Fixed by #137
Assignees

Comments

@EverlastingBugstopper
Copy link
Contributor

CircleCI configures the arm_macos executor with XTASK_TARGET but sets it to x86_64-apple-darwin instead of aarch64-apple-darwin

dingxiangfei2009 pushed a commit to dingxiangfei2009/federation-rs that referenced this issue Jun 23, 2022
dingxiangfei2009 pushed a commit to dingxiangfei2009/federation-rs that referenced this issue Jun 23, 2022
feat: Display schema parse errors.

With the previous apollo-rs dependency bump, we are now able to provide a bit more context and details when a schema parse failed.

This commit displays the schema errors that have been noticed during parsing.
dingxiangfei2009 pushed a commit to dingxiangfei2009/federation-rs that referenced this issue Jun 23, 2022
# [v0.1.0-alpha.3] 2022-01-11

## 🚀🌒 Public alpha release

> An alpha or beta release is in volatile, active development. The release might not be feature-complete, and breaking API changes are possible between individual versions.

## ✨ Features

- Trace sampling [apollographql#228](apollographql/router#228): Tracing each request can be expensive. The router now supports sampling, which allows us to only send a fraction of the received requests.

- Health check [apollographql#54](apollographql/router#54)

## 🐛 Fixes

- Schema parse errors [apollographql#136](apollographql/router#136): The router wouldn't display what went wrong when parsing an invalid Schema. It now displays exactly where a the parsing error occurred, and why.

- Various tracing and telemetry fixes [apollographql#237](apollographql/router#237): The router wouldn't display what went wrong when parsing an invalid Schema. It now displays exactly where a the parsing error occurred, and why.

- Query variables validation [apollographql#62](apollographql/router#62): Now that we have a schema parsing feature, we can validate the variables and their types against the schemas and queries.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant