Releases: mercurius-js/mercurius
Releases · mercurius-js/mercurius
v13.2.2
What's Changed
- bugfix: remove the extraa slash by @glg-satish-tripathi in #1042
Full Changelog: v13.2.1...v13.2.2
v13.2.1
What's Changed
- build(deps-dev): bump sinon from 16.1.3 to 17.0.0 by @dependabot in #1039
- bugfix: window.baseurl is not working in all the cases to fix this using window.location.pathname by @glg-satish-tripathi in #1041
Full Changelog: v13.2.0...v13.2.1
v13.2.0
What's Changed
- build(deps): bump actions/setup-node from 3.6.0 to 3.7.0 by @dependabot in #1007
- docs: improve custom directives doc with federation by @Puppo in #1009
- build(deps): bump actions/setup-node from 3.7.0 to 3.8.1 by @dependabot in #1015
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #1017
- build(deps-dev): bump sinon from 15.2.0 to 16.0.0 by @dependabot in #1021
- build(deps): bump actions/checkout from 3 to 4 by @dependabot in #1026
- add meta tags for page previews by @t-var-s in #1027
- Update errorFormatter in options.md by @linkthai in #1034
- Remove all listeners on close by @aldotms70 in #1031
- make url dynamic so even if the graphiql is deployed on baseUrl it can work. by @glg-satish-tripathi in #1037
New Contributors
- @Puppo made their first contribution in #1009
- @t-var-s made their first contribution in #1027
- @linkthai made their first contribution in #1034
- @aldotms70 made their first contribution in #1031
- @glg-satish-tripathi made their first contribution in #1037
Full Changelog: v13.1.0...v13.2.0
v13.1.0
What's Changed
- docs: custom directive examples and docs page by @brainrepo in #982
- Fix tests running on Node v20 by @mcollina in #993
- build(deps-dev): bump @types/node from 18.16.9 to 20.1.4 by @dependabot in #994
- test: Refactoring tests that check if an error has been thrown by @alcidesqueiroz in #996
- feat: added onExtendSchema application hook by @stearm in #985
- schema option: Better error handling when providing arrays with non-string schemas by @alcidesqueiroz in #992
- build(deps-dev): bump @graphql-tools/utils from 9.2.1 to 10.0.0 by @dependabot in #998
- build(deps-dev): bump @graphql-tools/merge from 8.4.2 to 9.0.0 by @dependabot in #1000
- build(deps-dev): bump @graphql-tools/schema from 9.0.19 to 10.0.0 by @dependabot in #999
- build(deps-dev): bump @sinonjs/fake-timers from 10.2.0 to 11.0.0 by @dependabot in #1001
- fix: move graphql dependency back to dev deps by @voxpelli in #1002
New Contributors
- @alcidesqueiroz made their first contribution in #996
- @stearm made their first contribution in #985
- @voxpelli made their first contribution in #1002
Full Changelog: 13.0.0...v13.1.0
13.0.0
What's Changed
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #969
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #970
- docs: fix code block by @bsdelf in #971
- build(deps-dev): bump typescript from 4.9.5 to 5.0.2 by @dependabot in #972
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #973
- build(deps-dev): bump concurrently from 7.6.0 to 8.0.1 by @dependabot in #974
- build(deps): bump tiny-lru from 10.4.1 to 11.0.0 by @dependabot in #976
- Docs: document schema by http header (#913) by @brainrepo in #979
- fix mutation over websocket/subscription by @tomi-bigpi in #986
- Update to @fastify/websocket v8 by @mcollina in #987
- add node 20, drop node 14 by @mcollina in #988
New Contributors
Full Changelog: v12.2.0...13.0.0
v12.2.0
What's Changed
- Use error formatter for subscription GQL errors by @LewisYearsley in #967
New Contributors
- @LewisYearsley made their first contribution in #967
Full Changelog: v12.1.0...v12.2.0
v12.1.0
What's Changed
- Feat/add contribute docs page by @codeflyer in #964
- feat: include subscription id in onSubscriptionEnd hook by @RomuloVitoi in #963
New Contributors
- @RomuloVitoi made their first contribution in #963
Full Changelog: v12.0.1...v12.1.0
v12.0.1
What's Changed
- build(deps): bump graphql-jit from 0.7.4 to 0.8.0 by @dependabot in #954
- build(deps): bump actions/setup-node from 3.5.1 to 3.6.0 by @dependabot in #955
- docs(): fix link for discord server nestjs by @Tony133 in #958
- fix: add __resolveReference support by @codeflyer in #960
New Contributors
Full Changelog: v12.0.0...v12.0.1
v12.0.0
Breaking Changes
In this release we have split out the federation support into two modules:
@mercuriusjs/federation
that provides the metadata for the individual service@mercurius/gateway
that provides the gateway support
This will simplify maintenance and reduce package size.
What's Changed
- build(deps-dev): bump @graphql-tools/utils from 8.13.1 to 9.1.4 by @dependabot in #943
- Feat/remove federation by @marco-ippolito in #942
- build(deps-dev): bump wait-on from 6.0.1 to 7.0.1 by @dependabot in #934
- Bumped tiny-lru to v10.x by @mcollina in #946
- build(deps-dev): bump tap from 16.3.0 to 16.3.4 by @dependabot in #949
Full Changelog: v11.5.0...v12.0.0