Skip to content

Commit

Permalink
Upcoming Release Changes (#5276)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Jul 24, 2024
1 parent c20907b commit 8a6d584
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .changeset/bright-lobsters-smell.md

This file was deleted.

29 changes: 29 additions & 0 deletions packages/libraries/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @graphql-hive/cli

## 0.39.0

### Minor Changes

- [#5237](https://github.com/kamilkisiela/graphql-hive/pull/5237)
[`c20907b`](https://github.com/kamilkisiela/graphql-hive/commit/c20907b7bf04a0289370e104f5c00371b71813a3)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Changes the default behavior of
`hive dev` command. Now schema composition is done locally, without substituting subgraphs
available in the registry.

We added `--remote` flag to the `hive dev` command to mimic the previous behavior.

**Breaking Change** The `$ hive dev` command is still a work in progress (as stated in the command
description). That's why we are not considering this a breaking change, but a minor change.

**_Before:_**

The `hive dev` command would substitute subgraphs available in the registry with their local
counterparts, performing schema composition over the network according to your project's
configuration.

**_After:_**

The `hive dev` command will now perform schema composition locally, without substituting subgraphs
available in the registry. This is the default behavior.

To mimic the previous behavior, you can apply the `--remote` flag and continue using the command
as before.

## 0.38.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-hive/cli",
"version": "0.38.5",
"version": "0.39.0",
"description": "A CLI util to manage and control your GraphQL Hive",
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a6d584

Please sign in to comment.