Skip to content

Commit

Permalink
docs: fed versions (#3171)
Browse files Browse the repository at this point in the history
Fix spacing and line breaks for Fed versions page

<!--
First, 🌠 thank you 🌠 for taking the time to consider a contribution to
Apollo!

Here are some important details to follow:

* ⏰ Your time is important
To save your precious time, if the contribution you are making will
take more than an hour, please make sure it has been discussed in an
        issue first. This is especially true for feature requests!

* 💡 Features
Feature requests can be created and discussed within a GitHub Issue.
Be sure to search for existing feature requests (and related issues!)
prior to opening a new request. If an existing issue covers the need,
please upvote that issue by using the 👍 emote, rather than opening a
        new issue.

* 🕷 Bug fixes
These can be created and discussed in this repository. When fixing a
bug,
please _try_ to add a test which verifies the fix. If you cannot, you
should
still submit the PR but we may still ask you (and help you!) to create a
test.

* Federation versions
Please make sure you're targeting the federation version you're opening
the PR for. Federation 2 (alpha) is currently located on the `main`
branch and prior versions of Federation live on the `version-0.x`
branch.

* 📖 Contribution guidelines
Follow
https:/apollographql/federation/blob/HEAD/CONTRIBUTING.md
when submitting a pull request. Make sure existing tests still pass, and
add
        tests for all new behavior.

* ✏️ Explain your pull request
Describe the big picture of your changes here to communicate to what
        your pull request is meant to accomplish. Provide 🔗 links 🔗 to
        associated issues!

We hope you will find this to be a positive experience! Open source
contribution can be intimidating and we hope to alleviate that pain as
much
as possible. Without following these guidelines, you may be missing
context
that can help you succeed with your contribution, which is why we
encourage
discussion first. Ultimately, there is no guarantee that we will be able
to
merge your pull-request, but by following these guidelines we can try to
avoid disappointment.

-->
  • Loading branch information
shorgi authored Oct 17, 2024
1 parent 3675afe commit c42d9c3
Showing 1 changed file with 41 additions and 63 deletions.
104 changes: 41 additions & 63 deletions docs/source/federation-versions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,22 @@ For a comprehensive changelog for Apollo Federation and its associated libraries

<div>

First release

First release<br/>
**August 2024**

</div>

<div>

Minimum router version
Available in GraphOS?<br/>
**Yes**

**1.53.0**
</div>

<div>

Minimum router version<br/>
**`1.53.0`**

</div>

Expand Down Expand Up @@ -108,25 +113,22 @@ directive @listSize(assumedSize: Int, slicingArguments: [String!], sizedFields:

<div>

First release

First release<br/>
**May 2024**

</div>

<div>

Available in GraphOS?

**No**
Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

**1.48.0**
Minimum router version<br/>
**`1.48.0`**

</div>

Expand Down Expand Up @@ -192,25 +194,22 @@ directive @fromContext(field: ContextFieldValue) on ARGUMENT_DEFINITION;

<div>

First release

First release<br/>
**February 2024**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

**1.39.0**
Minimum router version<br/>
**`1.39.0`**

</div>

Expand Down Expand Up @@ -257,25 +256,22 @@ directive @override(from: String!, label: String) on FIELD_DEFINITION

<div>

First release

First release<br/>
**November 2023**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

**1.35.0**
Minimum router version<br/>
**`1.35.0`**

</div>

Expand Down Expand Up @@ -354,24 +350,21 @@ Policy

<div>

First release

First release<br/>
**July 2023**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.29.1`**

</div>
Expand Down Expand Up @@ -474,24 +467,21 @@ Scope

<div>

First release

First release<br/>
**March 2023**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.13.1`**

</div>
Expand Down Expand Up @@ -535,24 +525,21 @@ Subscriptions

<div>

First release

**February 2023**
First release<br/>
**February 2023**<br/>

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.10.2`**

</div>
Expand Down Expand Up @@ -616,24 +603,21 @@ Can now be applied to interface definitions to support [entity interfaces](/grap

<div>

First release

First release<br/><br/>
**November 2022**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**No**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.6.0`**

</div>
Expand Down Expand Up @@ -683,24 +667,21 @@ Additionally, composition now throws an error if `@shareable` is applied to fiel

<div>

First release

First release<br/>
**August 2022**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.0.0`**

</div>
Expand Down Expand Up @@ -773,24 +754,21 @@ type Product @key(fields: "id") {

<div>

First release

First release<br/>
**April 2022**

</div>

<div>

Available in GraphOS?

Available in GraphOS?<br/>
**Yes**

</div>

<div>

Minimum router version

Minimum router version<br/>
**`1.0.0`**

</div>
Expand Down

0 comments on commit c42d9c3

Please sign in to comment.