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

release: v0.9.2 #1115

Merged
merged 2 commits into from
May 20, 2022
Merged

release: v0.9.2 #1115

merged 2 commits into from
May 20, 2022

Conversation

BrynCooke
Copy link
Contributor

[0.9.2] - 2022-05-20

❗ BREAKING ❗

Simplify Context::upsert() PR #1073

Removes the default parameter and requires inserted values to implement Default.

🚀 Features

DIY docker images PR #1106

The build_docker_image.sh script is now provided as a working example of how to build docker images from our GH release tarballs or from a commit hash/tag against the router repo.

🐛 Fixes

Return top __typename field when it's not an introspection query PR #1102

When __typename is used at the top of the query in combination with other fields it was not returned in the output.

Fix the installation and releasing script for Windows PR #1098

Do not put .exe for Windows in the name of the tarball when releasing new version

Aggregate usage reports in streaming and set the timeout to 5 seconds PR #1066

The metrics plugin was allocating chunks of usage reports to aggregate them right after, this was replaced by a streaming loop. The interval for sending the reports to spaceport was reduced from 10s to 5s.

Put back the ability to use environment variable expansion for telemetry endpoints PR #1092

Adds the ability to use environment variable expansion for the configuration of agent/collector endpoint for Jaeger, OTLP, Datadog.

Fix the introspection query detection PR #1100

Fix the introspection query detection, for example if you only have __typename in the query then it's an introspection query, if it's used with other fields (not prefixed by __) then it's not an introspection query.

🛠 Maintenance

Add well known query to PluginTestHarness PR #1114

Add call_canned on PluginTestHarness. It performs a well known query that will generate a valid response.

Remove the batching and timeout from spaceport PR #1080

apollo-router is already handling report aggregation and sends the
report every 5s. Now spaceport will put the incoming reports in a
bounded queue and send them in order, with backpressure.

📚 Documentation

Add CORS documentation (PR #1044)

We've updated the CORS documentation to reflect the recent CORS and CSRF updates.

@netlify
Copy link

netlify bot commented May 20, 2022

Deploy Preview for apollo-router-docs canceled.

Name Link
🔨 Latest commit c5bead6
🔍 Latest deploy log https://app.netlify.com/sites/apollo-router-docs/deploys/62879d4647287c0009cfe168

@BrynCooke BrynCooke marked this pull request as ready for review May 20, 2022 13:43
@BrynCooke BrynCooke requested review from a team, SimonSapin, bnjjj, o0Ignition0o, garypen and Geal and removed request for a team May 20, 2022 13:44
@BrynCooke BrynCooke merged commit ed3f16b into main May 20, 2022
@BrynCooke BrynCooke deleted the v0.9.2 branch May 20, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants