-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix(deps): update all non-major dependencies #638
base: main
Are you sure you want to change the base?
Conversation
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
1254ecf
to
42662ec
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
42662ec
to
b76d160
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
b76d160
to
adce65c
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
adce65c
to
c20a0fe
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
c20a0fe
to
7b97678
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
7b97678
to
8f5ec49
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
8f5ec49
to
895b388
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
895b388
to
d95b8e3
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
d95b8e3
to
9a8d845
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
9a8d845
to
435b892
Compare
Apollo Federation Subgraph Compatibility Results
|
435b892
to
538886d
Compare
Apollo Federation Subgraph Compatibility Results
|
538886d
to
3a1c46b
Compare
Apollo Federation Subgraph Compatibility Results
|
3a1c46b
to
063bcbb
Compare
Apollo Federation Subgraph Compatibility Results
|
063bcbb
to
ec5af4a
Compare
Apollo Federation Subgraph Compatibility Results
|
559dc0b
to
e046b82
Compare
Apollo Federation Subgraph Compatibility Results
|
e046b82
to
a6ee6f7
Compare
Apollo Federation Subgraph Compatibility Results
|
a6ee6f7
to
f5a0c53
Compare
Apollo Federation Subgraph Compatibility Results
|
f5a0c53
to
1f5ed59
Compare
Apollo Federation Subgraph Compatibility Results
|
1f5ed59
to
b2bfc95
Compare
Apollo Federation Subgraph Compatibility Results
|
b2bfc95
to
bb7fa23
Compare
Apollo Federation Subgraph Compatibility Results
|
bb7fa23
to
6819742
Compare
Apollo Federation Subgraph Compatibility Results
|
6819742
to
aa8849f
Compare
Apollo Federation Subgraph Compatibility Results
|
aa8849f
to
ed4436f
Compare
Apollo Federation Subgraph Compatibility Results
|
ed4436f
to
395cb62
Compare
Apollo Federation Subgraph Compatibility Results
|
395cb62
to
75bce1e
Compare
Apollo Federation Subgraph Compatibility Results
|
75bce1e
to
ae3b8b2
Compare
Apollo Federation Subgraph Compatibility Results
|
ae3b8b2
to
0aa5f29
Compare
0aa5f29
to
266310e
Compare
Apollo Federation Subgraph Compatibility Results
|
1 similar comment
Apollo Federation Subgraph Compatibility Results
|
This PR contains the following updates:
^0.25.0
->^0.26.0
18.19.44
->18.19.68
0.38.1
->0.38.3
0.2.0
->0.3.0
7.2.2
->7.9.0
7.2.0
->7.7.2
7.2.2
->7.9.0
13.5.1
->13.9.14
13.5.1
->13.9.14
6.0.101
->6.0.428
8.57.0
->8.57.1
2.29.1
->2.31.0
3.3.3
->3.4.2
5.5.4
->5.7.2
Release Notes
apollographql/rover (@apollo/rover)
v0.26.2
Compare Source
🐛 Fixes
Avoid misleading warning when
--output
is not specified - @glasser #2100In the release of v0.26.1 logic was added to disable the output flag if the Federation version was less than 2.9, however this was being printed even when the
--output
flag was not supplied. This has been corrected.Improve
--graph-ref
option - @glasser #2101In the release of v0.26.0 the
--graph-ref
option was added tosupergraph compose
as well asrover dev
. However, the behaviour when--graph-ref
was used in conjunction with--config
did not work as documented. This is now fixed. Furthermore, bothrover dev
andsupergraph compose
, when using only the--graph-ref
option, respect the graph ref's Federation version.Further improve
--graph-ref
option - @glasser #2105Improves on the above by fixing some corner cases that prevented #2101 from working as intended
🛠 Maintenance
eslint
to v9.10.0 - @jonathanrainer #2106concurrently
to v9.0.0 - @jonathanrainer #2108manylinux
CI Docker Image to v2024.09.09 - @jonathanrainer #2110tower
for use with HTTP/GraphQL clients - @dotdat #2067📚 Documentation
v0.26.1
Compare Source
🚀 Features
Respect the use of
--output
flag in the supergraph binary - @aaronArinder PR #2045In testing to attempt to reduce the runtime of
supergraph compose
we noticed that a very large proportion of the time spent (in the case of large supergraphs) was spent printing the result tostdout
. With this change we add an--output
flag to thesupergraph
binary which means this time can be reduced significantly, leading to much faster compositions.Add
--license
flag torover dev
- @loshz PR #2078Adds the ability to pass along an offline enterprise licence to the router when running
rover dev
Remove Rayon and reduce usage of Crossbeam - @jonathanrainer PR #2081
Now that
rover
has transitioned to using an asynchronous runtime we don't need to use Rayon any more. This also resolves a bug wherebyrover dev
could lock up if passed asupergraph.yaml
file with lots of subgraphs in.Introduce new print macros - @loshz PR #2090
Adds three new macros to the codebase so that we can still visually distinguish between INFO, WARNING and ERROR log lines without the use of emoji
Use new print macros in place of emoji - @loshz PR #2096
Updates the locations that previously used emoji to utilise the new macros defined in the previous PR
🐛 Fixes
Stop Windows Installer failing if whitespace is accidentally passed to the
rover install
command - @jonathanrainer PR #1975In some situations it was possible for whitespace to be passed to the
rover install
command which then caused the installer to fail. A guard has now been added to strip whitespace out before it is passed to the install command.🛠 Maintenance
Move CI to using newly create Ubuntu images - @jonathanrainer PR #2080
CircleCI is removing support for older Ubuntu machine images, this brings us up to date but does not change any of our
glibc
support etc.Add check for aarch-64-unknown-linux-musl to installers - @loshz PR #2079
Update node.js packages - @jonathanrainer PR #2070
Includes
eslint
to v9.9.1 andnode
to 20.17.0Update
node
CircleCI orb to v5.3.0 - @jonathanrainer PR #2071Update
apollographql/federation-rs
to v2.9.0 - @jonathanrainer PR #1983Update
apollographql/router
to v1.52.1 - @jonathanrainer PR #2077Update
node
Docker Image to v20.17.0 - @jonathanrainer PR #2072Update
apollographql/router
to v1.53.0 - @jonathanrainer PR #2084Update
npm
to v10.8.3 - @jonathanrainer PR #2091Update
slackapi/slack-github-action
to v1.27.0 - @jonathanrainer PR #2092Update
node
CircleCI orb to v6.1.0 - @jonathanrainer PR #2093Fix some bugs in the smoke tests - @jonathanrainer PR #2094
📚 Documentation
cloud config
docs - @loshz PR #2066v0.26.0
Compare Source
❗ BREAKING ❗
The --client-timeout flag now represents the period over which we allow retries - @aaronArinder PR #2019
The documentation for this flag indicated that this was the period over which Rover would retry a command if there were retryable HTTP errors. However, this was not the case due to complexities in how the client was instantiated. This has now been corrected, so the documented behaviour matches the actual behaviour.
🚀 Features
Make
rover
operate asynchronously - @aaronArinder @Geal PR #2035Removes the use of the
reqwest
blocking client allowingrover
to operate using an asynchronoustokio
runtime. This will bring performance improvements, particularly where working with large sets of subgraphs.Add
--graph-ref
tosupergraph compose
- @jonathanrainer PR #2001Adds the same capabilities to
supergraph compose
as were added torover dev
in 0.25.0. You can now specify an existing Studio graphref and the command will run composition over the subgraphs specified in the graphref, as well as any overrides specified in a given supergraph config.Add new
rover cloud
command - @loshz PR #2008Adds a new command to allow you to push or pull the Router config to a Cloud Router that is running in Studio
Add new
rover cloud config validate
subcommand - @loshz PR #2055Adds a new command enabling you to validate the Router config for a Cloud Router
🐛 Fixes
Don't run IsFederatedGraph before running SubgraphFetchQuery - @glasser PR #2004
Previously we were checking IsFederatedGraph before running SubgraphFetch, but the same check is actually performed in SubgraphFetch anyway so the first call to IsFederatedSubgraph is unnecessary.
Allow
--graph-ref
to support contract variants - @jonathanrainer PR #2036There was a bug where using the graphref of a contract variant would cause an error about non-federated graphs. This has been resolved and now contract variant graphrefs can also be used.
Remove last reference to blocking
reqwest
client - @loshz PR #2050One reference to the blocking
reqwest
client had been leftover from the move toasync
operation in #2035, this was removed.Ensure NPM installer on Windows works correctly - @jonathanrainer PR #2059
The NPM installer on Windows had been broken because it was attempt to rename a binary from
rover
to its correct name, rather than fromrover.exe
to its correct name. This has been corrected and extra CI and unit tests added to prevent a recurrence.Make sure a message is returned to the user when cloud config is updated correctly - @loshz PR #2063
Fix a regression in
rover dev
where it would no longer watch subgraphs correctly - @jonathanrainer PR #2065🛠 Maintenance
Integrate the Smoke Tests Into Integration Test Framework To Allow Easier Extension - @jonathanrainer PR #1999
Add nicer names to GitHub actions workflow - @jonathanrainer PR #2002
Add test for subgraph introspect - @jonathanrainer PR #2003
Update node.js packages - @jonathanrainer PR #2006
Includes
eslint
to v9.8.0 andnode
to v20.16.0Update Rust to v1.80.0 - @jonathanrainer PR #2007
Fix up CODEOWNERS to bring us inline with standard - @jonathanrainer PR #2016
Add E2E test for
supergraph compose
- @aaronArinder PR #2005Add E2E test for
subgraph fetch
- @jonathanrainer PR #2015Update Rust crates - @aaronArinder PR #2011
Includes
apollo-parser
to v0.8 andoctocrab
to v0.39.0Update apollographql/router to v1.52.0 - @aaronArinder PR #2010
Add E2E test for
supergraph compose
- @aaronArinder PR #2005Rename a test and add a
#[once]
macro to a fixture - @aaronArinder PR #2017Add E2E tests for
graph introspect
- @jonathanrainer PR #2020Add missing inherit for secrets - @jonathanrainer PR #2021
Add E2E tests for
whoami
- @jonathanrainer PR #2022Update rstest to v0.22.0 - @jonathanrainer PR #2030
Add E2E tests for
config clear
- @aaronArinder PR #2029Add E2E tests for
subgraph lint
- @aaronArinder PR #2023Add E2E tests for
subgraph publish
- @jonathanrainer PR #2031Add E2E tests for
graph fetch
- @aaronArinder PR #2026Add E2E tests for
supergraph fetch
- @aaronArinder PR #2024Add E2E tests for
subgraph list
- @aaronArinder PR #2027Add E2E tests for
graph check
andsubgraph check
- @aaronArinder PR #2025Add E2E tests for
install plugin
- @aaronArinder PR #2028Make E2E tests account for changes in #2019 - @jonathanrainer PR #2032
Deprecate the use of Emoji - @loshz PR #2034
Let E2E tests message Slack if there are nightly failures - @jonathanrainer PR #2033
Tighten up Slack Messaging for E2E tests - @jonathanrainer PR #2039
Update
axios-mock-adapter
to v2.0.0 - @jonathanrainer PR #2043Update
derive-getters
to v0.5.0 - @jonathanrainer PR #2042Update
eslient
to v9.9.0 - @jonathanrainer PR #2041Update Rust to v1.80.1 - @jonathanrainer PR #2040
Update axios to v1.7.4 - @jonathanrainer PR #2048
Update CODEONWERS - @aaronArinder PR #2052
Update termimad to v0.30.0 - @jonathanrainer PR #2054
Add step to fail workflow if matrix branch fails - @jonathanrainer PR #2044
Increase test coverage for operations/cloud/config - @loshz PR #2057
Update
gh
CircleCI Orb to v2.4.0 - @jonathanrainer PR #2062Update
mockito
to v1.5.0 - @jonathanrainer PR #2061Update
dircpy
to v0.3.19 - @jonathanrainer PR #2060📚 Documentation
--graph-ref
to supergraph compose docs - @jackonawalk PR #2037vercel/ncc (@vercel/ncc)
v0.38.3
Compare Source
Bug Fixes
--asset-builds
to cli help message (#1228) (84f8c52)v0.38.2
Compare Source
Bug Fixes
Huge thanks to @theoludwig 🎉
apollographql/federation-hotchocolate (ApolloGraphQL.HotChocolate.Federation)
v0.3.0
Minor Changes
@authenticated
and@requiresScopes
(#33) @dariuszkucOther Changes
graphql-dotnet/graphql-dotnet (GraphQL)
v7.9.0
Compare Source
What's Changed
GetOrAdd*Loader
by @macco3k in https://github.com/graphql-dotnet/graphql-dotnet/pull/3942New Contributors
Full Changelog: graphql-dotnet/graphql-dotnet@7.8.0...7.9.0
v7.8.0
Compare Source
What's Changed
GraphQLTelemetryOptions.Filter
delegate to not create any downstream traces whenfalse
by @gao-artur in https://github.com/graphql-dotnet/graphql-dotnet/pull/3850New Contributors
Full Changelog: graphql-dotnet/graphql-dotnet@7.7.2...7.8.0
v7.7.2
Compare Source
What's Changed
Full Changelog: graphql-dotnet/graphql-dotnet@7.7.1...7.7.2
v7.7.1
Compare Source
What's Changed
Full Changelog: graphql-dotnet/graphql-dotnet@7.7.0...7.7.1
v7.7.0
Compare Source
What's New
Big shoutout to @gao-artur for his incredible work adding .NET analyzers into GraphQL.NET 7.7.0, a game-changer for developers upgrading from older versions! 👏 We also welcome @gao-artur as a new maintainer of GraphQL.NET, and his thoughts and contributions are already making a significant impact for the community. 🥇
What's Changed
New Contributors
Full Changelog: graphql-dotnet/graphql-dotnet@7.6.1...7.7.0
v7.6.1
Compare Source
What's Changed
Full Changelog: graphql-dotnet/graphql-dotnet@7.6.0...7.6.1
v7.6.0
Compare Source
What's Changed
Full Changelog: graphql-dotnet/graphql-dotnet@7.5.0...7.6.0
v7.5.0
Compare Source
What's Changed
async
modifier to method in dataloader code example by @dprcoles in https://github.com/graphql-dotnet/graphql-dotnet/pull/3601New Contributors
Full Changelog: graphql-dotnet/graphql-dotnet@7.4.1...7.5.0
v7.4.1
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.