Skip to content

Releases: SamHatoum/federation-testing-tool

v3.0.2

Choose a tag to compare

@lgandecki lgandecki released this 11 Jun 12:35
2113fc0

3.0.2 (2020-06-11)

Bug Fixes

v3.0.1

Choose a tag to compare

@lgandecki lgandecki released this 11 Jun 12:24
c10874f

3.0.1 (2020-06-11)

Bug Fixes

  • Removes debug console logs (1c04a77)

v3.0.0

Choose a tag to compare

@lgandecki lgandecki released this 11 Jun 09:44
56a165a

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

Choose a tag to compare

@lgandecki lgandecki released this 03 Jun 09:17

2.2.0 (2020-06-03)

Features

  • improve error handling. (d578858)

v2.1.1

Choose a tag to compare

@lgandecki lgandecki released this 08 Mar 18:54
deb3c67

2.1.1 (2020-03-08)

Bug Fixes

  • release: manually release a patch version (deb3c67)

v2.1.0

Choose a tag to compare

@lgandecki lgandecki released this 15 Aug 16:05
6b50292

2.1.0 (2019-08-15)

Features

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

v2.0.1

Choose a tag to compare

@lgandecki lgandecki released this 14 Aug 09:12
c2e9cad

2.0.1 (2019-08-14)

Bug Fixes

  • Work with top level schema query (fbf22ba)

v2.0.0

Choose a tag to compare

@lgandecki lgandecki released this 13 Aug 07:39
2e614a6

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

Choose a tag to compare

@lgandecki lgandecki released this 19 Jun 18:23
318bead

1.2.0 (2019-06-19)

Features

v1.1.0

Choose a tag to compare

@lgandecki lgandecki released this 18 Jun 09:57
3d6b78d

1.1.0 (2019-06-18)

Features