Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 2.21 KB

NEXT_CHANGELOG.md

File metadata and controls

62 lines (36 loc) · 2.21 KB

Changelog for the next release

All notable changes to Router will be documented in this file.

This project adheres to Semantic Versioning.

[x.x.x] (unreleased) - 2022-mm-dd

❗ BREAKING ❗

🚀 Features

🐛 Fixes

Update our helm documentation to illustrate how to use our registry (PR #1649)

The helm chart never used to have a registry, so our docs were really just placeholders. I've updated them to reflect the fact that we now store the chart in our OCI registry.

By @garypen in apollographql#1649

Update router-bridge to query-planner v2.1.0 (PR #1650)

The 2.1.0 release of the query planner comes with fixes to fragment interpretation and reduced memory usage.

By @Geal in apollographql#1650

🛠 Maintenance

Remove cache layer (PR #1647)

We removed ServiceBuilderExt::cache in 0.16.0. That was the only consumer of the cache layer. This completes the removal by deleting the cache layer.

By @garypen in apollographql#1647

Refactor SupergraphService (PR #1615)

The SupergraphService code became too complex, so much that rsutfmt could not modify it anymore. This breaks up the code in more manageable functions.

By @Geal in apollographql#1615

📚 Documentation