Skip to content

v0.3.19

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 06:02
· 2 commits to master since this release
6496791
Include data alongside errors for a service's partial success (#213)

* Bump nautilus/graphql to pick up partial success changes
* Add failing tests for partial success with one service
* Fix tests
    - Remove unused field
    - Extract channel sending from execution of a single step
    - Extract wait group handling from single step execution
    - Remove impossible condition with nil result

Fixes https://github.com/nautilus/gateway/issues/212