Skip to content

Releases: xolvio/federation-testing-tool

v3.0.2

11 Jun 12:35
2113fc0
Compare
Choose a tag to compare

3.0.2 (2020-06-11)

Bug Fixes

v3.0.1

11 Jun 12:24
c10874f
Compare
Choose a tag to compare

3.0.1 (2020-06-11)

Bug Fixes

  • Removes debug console logs (1c04a77)

v3.0.0

11 Jun 09:44
56a165a
Compare
Choose a tag to compare

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

03 Jun 09:17
Compare
Choose a tag to compare

2.2.0 (2020-06-03)

Features

  • improve error handling. (d578858)

v2.1.1

08 Mar 18:54
deb3c67
Compare
Choose a tag to compare

2.1.1 (2020-03-08)

Bug Fixes

  • release: manually release a patch version (deb3c67)

v2.1.0

15 Aug 16:05
6b50292
Compare
Choose a tag to compare

2.1.0 (2019-08-15)

Features

  • Allow for using separate contexts per service (6b50292)

v2.0.1

14 Aug 09:12
c2e9cad
Compare
Choose a tag to compare

2.0.1 (2019-08-14)

Bug Fixes

  • Work with top level schema query (fbf22ba)

v2.0.0

13 Aug 07:39
2e614a6
Compare
Choose a tag to compare

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

19 Jun 18:23
318bead
Compare
Choose a tag to compare

1.2.0 (2019-06-19)

Features

v1.1.0

18 Jun 09:57
3d6b78d
Compare
Choose a tag to compare

1.1.0 (2019-06-18)

Features