Releases: xolvio/federation-testing-tool
Releases · xolvio/federation-testing-tool
v3.0.2
3.0.2 (2020-06-11)
Bug Fixes
v3.0.1
3.0.1 (2020-06-11)
Bug Fixes
- Removes debug console logs (1c04a77)
v3.0.0
3.0.0 (2020-06-11)
Features
- work with graphql-tools 6.x (037f41d)
BREAKING CHANGES
- the library won't work with graphql-tools <=5.0 anymore.
Also, one of edge cases stop working. If you don't have a need for graphql-tools 6 don't update yet.
Let us know if you have any problems with this update.
v2.2.0
2.2.0 (2020-06-03)
Features
v2.1.1
2.1.1 (2020-03-08)
Bug Fixes
- release: manually release a patch version (deb3c67)
v2.1.0
2.1.0 (2019-08-15)
Features
- Allow for using separate contexts per service (6b50292)
v2.0.1
2.0.1 (2019-08-14)
Bug Fixes
- Work with top level schema query (fbf22ba)
v2.0.0
2.0.0 (2019-08-13)
Features
- simplify the API - mock by default when only typeDefs passed (8e713f2)
BREAKING CHANGES
- if you relied on the tool to auto add mocks for you, you will have to manually add addMocks: true to the services that need them.
If you set underTest: true for services that had resolvers defined you don't need to do anything - they will NOT be mocked by default now.
v1.2.0
1.2.0 (2019-06-19)
Features
v1.1.0
1.1.0 (2019-06-18)
Features