Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
Prepare 0.0.11 release (#258)
Browse files Browse the repository at this point in the history
- apollo-compiler update to release rust-only validation in router;
- #257 to support QP integration in router.
  • Loading branch information
goto-bus-stop committed Apr 12, 2024
1 parent 7e8e3e0 commit 26ab979
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation-->

# [0.0.11](https://crates.io/crates/apollo-federation/0.0.11) - 2024-04-12

## Fixes
- Forbid aliases in `@requires(fields:)` / `@key(fields:)` argument, by [duckki] in [pull/251]

## Features
- Expose subgraphs schemas to crate consumers, by [SimonSapin] in [pull/257]

## Maintenance
- Update `apollo-compiler`, by [goto-bus-stop]

[duckki]: https://github.com/duckki
[goto-bus-stop]: https://github.com/goto-bus-stop
[SimonSapin]: https://github.com/SimonSapin
[pull/251]: https://github.com/apollographql/federation-next/pull/251
[pull/257]: https://github.com/apollographql/federation-next/pull/257

# [0.0.10](https://crates.io/crates/apollo-federation/0.0.10) - 2024-04-09

## Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "cli"]

[package]
name = "apollo-federation"
version = "0.0.10"
version = "0.0.11"
authors = ["The Apollo GraphQL Contributors"]
edition = "2021"
description = "Apollo Federation"
Expand Down

0 comments on commit 26ab979

Please sign in to comment.