|
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 | +- [#6662](https://github.com/graphql-hive/console/pull/6662) |
| 18 | + [`2b220a5`](https://github.com/graphql-hive/console/commit/2b220a560c4e4777a20ec0cf5f6ee68032055022) |
| 19 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Support federation composition validation for |
| 20 | + `IMPLEMENTED_BY_INACCESSIBLE`. |
| 21 | + |
| 22 | +- [#6614](https://github.com/graphql-hive/console/pull/6614) |
| 23 | + [`c1d9c05`](https://github.com/graphql-hive/console/commit/c1d9c0568d5a4b4671aceb831883d348db5f9a55) |
| 24 | + Thanks [@n1ru4l](https://github.com/n1ru4l)! - Add new route `/graphql-public` to the `server` |
| 25 | + service which contains the public GraphQL API (fields and types will follow). |
| 26 | + |
| 27 | +### Patch Changes |
| 28 | + |
| 29 | +- [#6602](https://github.com/graphql-hive/console/pull/6602) |
| 30 | + [`df3e5a2`](https://github.com/graphql-hive/console/commit/df3e5a23e5cd505d346a6d5719a4a7308aba208d) |
| 31 | + Thanks [@jdolle](https://github.com/jdolle)! - Added directions for publishing on no schema |
| 32 | + component |
| 33 | + |
| 34 | +- [#6660](https://github.com/graphql-hive/console/pull/6660) |
| 35 | + [`5ff2aaa`](https://github.com/graphql-hive/console/commit/5ff2aaa624a6b9f6fe2a3633105ec7ce5ce188d5) |
| 36 | + Thanks [@jdolle](https://github.com/jdolle)! - fix schedule a meeting link |
| 37 | + |
| 38 | +- [#6632](https://github.com/graphql-hive/console/pull/6632) |
| 39 | + [`9b2bec6`](https://github.com/graphql-hive/console/commit/9b2bec6185f939b378aa898215c56bb82119d0b6) |
| 40 | + Thanks [@jdolle](https://github.com/jdolle)! - Capture Stripe.js load error to avoid raising an |
| 41 | + unhandled error |
| 42 | + |
3 | 43 | ## 6.0.0
|
4 | 44 |
|
5 | 45 | ### Major Changes
|
|
0 commit comments