Skip to content

Commit

Permalink
Upcoming Release Changes (#5904)
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 Nov 12, 2024
1 parent 1a92d7d commit 3d59dd5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/twelve-moons-lie.md

This file was deleted.

15 changes: 13 additions & 2 deletions packages/libraries/router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,29 @@
# 16.10.2024

## 0.0.1

### Patch Changes

- [#5898](https://github.com/graphql-hive/console/pull/5898)
[`1a92d7d`](https://github.com/graphql-hive/console/commit/1a92d7decf9d0593450e81b394d12c92f40c2b3d)
Thanks [@dotansimha](https://github.com/dotansimha)! - Initial release of
hive-apollo-router-plugin crate

- Report enum values when an enum is used as an output type and align with JS implementation

# 19.07.2024

- Writes `supergraph-schema.graphql` file to a temporary directory (the path depends on OS), and this is now the default of `HIVE_CDN_SCHEMA_FILE_PATH`.
- Writes `supergraph-schema.graphql` file to a temporary directory (the path depends on OS), and
this is now the default of `HIVE_CDN_SCHEMA_FILE_PATH`.

# 10.04.2024

- `HIVE_CDN_ENDPOINT` and `endpoint` accept an URL with and without the `/supergraph` part

# 09.01.2024

- Introduce `HIVE_CDN_SCHEMA_FILE_PATH` environment variable to specify where to download the supergraph schema (default is `./supergraph-schema.graphql`)
- Introduce `HIVE_CDN_SCHEMA_FILE_PATH` environment variable to specify where to download the
supergraph schema (default is `./supergraph-schema.graphql`)

# 11.07.2023

Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/router/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "hive-apollo-router-plugin",
"version": "0.0.0",
"version": "0.0.1",
"private": true
}

0 comments on commit 3d59dd5

Please sign in to comment.