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.8 release (#228)
Browse files Browse the repository at this point in the history
For API schema in router 🤞🏻 

## Features
- Support legacy `@core` link syntax, by [goto-bus-stop] in [pull/224]  
  This is not meant to be a long term feature, `@core()` is not intended
  to be supported in most of the codebase.

## Maintenance
- `@link(url: String!)` argument is non-null, by [SimonSapin] in
[pull/220]
- Enable operation normalization tests using `@defer`, by
[goto-bus-stop] in [pull/224]

[SimonSapin]: https://github.com/SimonSapin
[goto-bus-stop]: https://github.com/goto-bus-stop
[pull/220]: #220
[pull/223]: #223
[pull/224]: #224
  • Loading branch information
goto-bus-stop committed Mar 6, 2024
1 parent 7e97e24 commit 5bb60d6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Maintenance
## Documentation-->

# [0.0.8](https://crates.io/crates/apollo-federation/0.0.8) - 2024-03-06

## Features
- Support legacy `@core` link syntax, by [goto-bus-stop] in [pull/224]
This is not meant to be a long term feature, `@core()` is not intended
to be supported in most of the codebase.
- Continued work on core query planning implementation, by [SimonSapin], [goto-bus-stop] in [pull/172], [pull/175]

## Maintenance
- `@link(url: String!)` argument is non-null, by [SimonSapin] in [pull/220]
- Enable operation normalization tests using `@defer`, by [goto-bus-stop] in [pull/224]

[SimonSapin]: https://github.com/SimonSapin
[goto-bus-stop]: https://github.com/goto-bus-stop
[pull/172]: https://github.com/apollographql/federation-next/pull/172
[pull/175]: https://github.com/apollographql/federation-next/pull/175
[pull/220]: https://github.com/apollographql/federation-next/pull/220
[pull/223]: https://github.com/apollographql/federation-next/pull/223
[pull/224]: https://github.com/apollographql/federation-next/pull/224

# [0.0.7](https://crates.io/crates/apollo-federation/0.0.7) - 2024-02-22

## Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "apollo-federation"
version = "0.0.7"
version = "0.0.8"
authors = ["The Apollo GraphQL Contributors"]
edition = "2021"
description = "Apollo Federation"
Expand Down

0 comments on commit 5bb60d6

Please sign in to comment.