Skip to content
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

Upcoming Release Changes #33

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/chilled-squids-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-hairs-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-bees-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-hounds-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-fans-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-hornets-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-fireants-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-planets-camp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-snails-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-flowers-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-boxes-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-steaks-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-roses-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-geese-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-ligers-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-maps-fold.md

This file was deleted.

67 changes: 67 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
# @theguild/federation-composition

## 0.7.0

### Minor Changes

- [`88a3fd0`](https://github.com/the-guild-org/federation/commit/88a3fd0bcda6f8f8fbd90c8829be6809c60d368e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Validate directive definitions

### Patch Changes

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix missing @join\_\_field on
non-external, but shareable fields, with @override in some graphs

- [`56b6c95`](https://github.com/the-guild-org/federation/commit/56b6c9526a071dd0676024c88a273f04e58968a7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix FIELD_TYPE_MISMATCH - support
[User!] vs [User] in output types

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Support @join\_\_field(usedOverridden:)

- [`ee34815`](https://github.com/the-guild-org/federation/commit/ee348151caf0d7fe0a3099c8765d2f89f714f584)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix ProvidedArgumentsOnDirectivesRule
and allow to use "[]" when "[String]" is expected

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - delete subgraph spec according to
schema definition/extension object

- [`88a3fd0`](https://github.com/the-guild-org/federation/commit/88a3fd0bcda6f8f8fbd90c8829be6809c60d368e)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - fix: allow to overwrite specified
directives

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Ignore inaccessible enum values in
ENUM_VALUE_MISMATCH rule

- [`56b6c95`](https://github.com/the-guild-org/federation/commit/56b6c9526a071dd0676024c88a273f04e58968a7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Improve SATISFIABILITY_ERROR - resolve
query path step by step

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix description of fields with
@override

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Allow @key(fields: ["a", "b"]) in
Federation v1

- [`56b6c95`](https://github.com/the-guild-org/federation/commit/56b6c9526a071dd0676024c88a273f04e58968a7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix unnecessary join\_\_field(external)
for extension type where field is not needed by the query planner

- [`56b6c95`](https://github.com/the-guild-org/federation/commit/56b6c9526a071dd0676024c88a273f04e58968a7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix unnecessary join\_\_field(external:
true) on key fields

- [`a8a253d`](https://github.com/the-guild-org/federation/commit/a8a253d9a7181f12583699652b3ecd4cfb2ed302)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - SATISFIABILITY_ERROR improvements

- [`a578a92`](https://github.com/the-guild-org/federation/commit/a578a9298a71c532a3f81234d182656e2a327091)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Fix @join\_\_field(external: true)
missing when field is overridden

- [`56b6c95`](https://github.com/the-guild-org/federation/commit/56b6c9526a071dd0676024c88a273f04e58968a7)
Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Improve SATISFIABILITY_ERROR - check
satisfiability of non-entity types

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theguild/federation-composition",
"version": "0.6.2",
"version": "0.7.0",
"type": "module",
"description": "Open Source Composition library for Apollo Federation",
"repository": {
Expand Down
Loading