|
1 | 1 | # hive
|
2 | 2 |
|
| 3 | +## 6.1.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- [#6626](https://github.com/graphql-hive/console/pull/6626) |
| 8 | + [`2056307`](https://github.com/graphql-hive/console/commit/20563078449dbb6bf33bac3b2e5ac3d2c772fc6f) |
| 9 | + Thanks [@jdolle](https://github.com/jdolle)! - Add target breaking change setting to turn |
| 10 | + dangerous changes into breaking changes |
| 11 | + |
| 12 | +- [#6658](https://github.com/graphql-hive/console/pull/6658) |
| 13 | + [`e6a970f`](https://github.com/graphql-hive/console/commit/e6a970f790b388ff29f97709acdd73136a79dfb7) |
| 14 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Adjust GraphQL schema according to schema design |
| 15 | + policies. |
| 16 | + |
| 17 | +- [#6701](https://github.com/graphql-hive/console/pull/6701) |
| 18 | + [`f2fe6c8`](https://github.com/graphql-hive/console/commit/f2fe6c83a2467fcb77ca49c8ed5405d3f6256157) |
| 19 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Print dangerous schema changes as own section in |
| 20 | + github changes. |
| 21 | + |
| 22 | +- [#6662](https://github.com/graphql-hive/console/pull/6662) |
| 23 | + [`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022) |
| 24 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for |
| 25 | + `IMPLEMENTED_BY_INACCESSIBLE`. |
| 26 | + |
| 27 | +- [#6678](https://github.com/graphql-hive/console/pull/6678) |
| 28 | + [`8fd9ad0`](https://github.com/graphql-hive/console/commit/8fd9ad018a50d54eb61759ea3e178790172d82d6) |
| 29 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Deprecate `CriticalityLevel` scalar and fields |
| 30 | + referencing it in favor of the `SeverityLevelType` scalar. Expose `SchemaChange.severityLevel` and |
| 31 | + `SchemaChange.severityReason` via the public API endpoint. |
| 32 | + |
| 33 | +- [#6614](https://github.com/graphql-hive/console/pull/6614) |
| 34 | + [`c1d9c05`](https://github.com/graphql-hive/console/commit/c1d9c0568d5a4b4671aceb831883d348db5f9a55) |
| 35 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add new route `/graphql-public` to the `server` |
| 36 | + service which contains the public GraphQL API (fields and types will follow). |
| 37 | + |
| 38 | +- [#6675](https://github.com/graphql-hive/console/pull/6675) |
| 39 | + [`ed66171`](https://github.com/graphql-hive/console/commit/ed66171a4b40d439183c91600bd17044dceafcb7) |
| 40 | + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Updates the |
| 41 | + `@theguild/federation-composition` to `v0.18.1` that includes the following changes: |
| 42 | + |
| 43 | + - Support progressive overrides (`@override(label: "<value>")`) |
| 44 | + - Allow to use `@composeDirective` on a built-in scalar (like `@oneOf`) |
| 45 | + - Performance improvements (lazy compute of errors), especially noticeable in large schemas (2s -> |
| 46 | + 600ms) |
| 47 | + - Ensure nested key fields are marked as `@shareable` |
| 48 | + - Stop collecting paths when a leaf field was reached (performance improvement) |
| 49 | + - Avoid infinite loop when entity field returns itself |
| 50 | + |
| 51 | +- [#6665](https://github.com/graphql-hive/console/pull/6665) |
| 52 | + [`cb41478`](https://github.com/graphql-hive/console/commit/cb41478829e41695df686e47dd7673a9601d6008) |
| 53 | + Thanks [@kamilkisiela](https://github.com/kamilkisiela)! - Update |
| 54 | + `@theguild/federation-composition` to `v0.16.0`. |
| 55 | + |
| 56 | + - Support Apollo Federation `v2.7`, but without the progressive `@override`. |
| 57 | + - Support Apollo Federation `v2.8`, but without the `@context` and `@fromContext` directives. |
| 58 | + - Support Apollo Federation `v2.9`, including `@cost` and `@listSize` directives. |
| 59 | + |
| 60 | +- [#6683](https://github.com/graphql-hive/console/pull/6683) |
| 61 | + [`ab774b7`](https://github.com/graphql-hive/console/commit/ab774b72bea54b88a2fb2ed1ea01f17a84970fc5) |
| 62 | + Thanks [@jdolle](https://github.com/jdolle)! - Make url optional for subsequent federated schema |
| 63 | + publishes |
| 64 | + |
| 65 | +### Patch Changes |
| 66 | + |
| 67 | +- [#6716](https://github.com/graphql-hive/console/pull/6716) |
| 68 | + [`1767037`](https://github.com/graphql-hive/console/commit/17670374485c36ac459150286559cb3b9edba596) |
| 69 | + Thanks [@jdolle](https://github.com/jdolle)! - Improve slack alert error logs |
| 70 | + |
| 71 | +- [#6687](https://github.com/graphql-hive/console/pull/6687) |
| 72 | + [`349b78f`](https://github.com/graphql-hive/console/commit/349b78f39ad8fe28977f05e7542ca3e9c28092fd) |
| 73 | + Thanks [@jdolle](https://github.com/jdolle)! - Improve resource ID tooltip behavior |
| 74 | + |
| 75 | +- [#6685](https://github.com/graphql-hive/console/pull/6685) |
| 76 | + [`a107ad3`](https://github.com/graphql-hive/console/commit/a107ad363bf2aee2ffab9d03ecf61ba0e32fac53) |
| 77 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix failing schema contract composition. |
| 78 | + |
| 79 | +- [#6602](https://github.com/graphql-hive/console/pull/6602) |
| 80 | + [`df3e5a2`](https://github.com/graphql-hive/console/commit/df3e5a23e5cd505d346a6d5719a4a7308aba208d) |
| 81 | + Thanks [@jdolle](https://github.com/jdolle)! - Added directions for publishing on no schema |
| 82 | + component |
| 83 | + |
| 84 | +- [#6713](https://github.com/graphql-hive/console/pull/6713) |
| 85 | + [`4f9aeae`](https://github.com/graphql-hive/console/commit/4f9aeae78a0f8feaec225dd7398aeda3000036f5) |
| 86 | + Thanks [@jdolle](https://github.com/jdolle)! - Do not store empty metadata in db |
| 87 | + |
| 88 | +- [#6660](https://github.com/graphql-hive/console/pull/6660) |
| 89 | + [`5ff2aaa`](https://github.com/graphql-hive/console/commit/5ff2aaa624a6b9f6fe2a3633105ec7ce5ce188d5) |
| 90 | + Thanks [@jdolle](https://github.com/jdolle)! - fix schedule a meeting link |
| 91 | + |
| 92 | +- [#6718](https://github.com/graphql-hive/console/pull/6718) |
| 93 | + [`fd9b160`](https://github.com/graphql-hive/console/commit/fd9b160015ee139bf8f09a41d14fa5446d60b3f5) |
| 94 | + Thanks [@jdolle](https://github.com/jdolle)! - upgrade 'got' package to fix TimeoutError case |
| 95 | + |
| 96 | +- [#6632](https://github.com/graphql-hive/console/pull/6632) |
| 97 | + [`9b2bec6`](https://github.com/graphql-hive/console/commit/9b2bec6185f939b378aa898215c56bb82119d0b6) |
| 98 | + Thanks [@jdolle](https://github.com/jdolle)! - Capture Stripe.js load error to avoid raising an |
| 99 | + unhandled error |
| 100 | + |
| 101 | +- [#6706](https://github.com/graphql-hive/console/pull/6706) |
| 102 | + [`4435820`](https://github.com/graphql-hive/console/commit/4435820a2c666a39580156eea01a482768d61ab9) |
| 103 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Improve contract schema building for subgraphs |
| 104 | + using the `extend` keyword. |
| 105 | + |
3 | 106 | ## 6.0.0
|
4 | 107 |
|
5 | 108 | ### Major Changes
|
|
0 commit comments