Skip to content

Releases: relay-tools/react-relay-network-layer

1.4.0 (February 06, 2017)

06 Feb 06:39
Compare
Choose a tag to compare
  • feat(Mutation): Add support to multiple files upload relay#586. #38 (thanks to @giautm)
  • fix(Auth middleware): Only first request that failed during tokenRefresh was retries. #37 (thanks to @alexxv)
  • chore(Packages): Update dev packages. Add yarn.

1.3.9 (December 30, 2016)

30 Dec 04:40
Compare
Choose a tag to compare
  • Auth middleware: when client makes multiples relay requests with expired token, we only need to refresh token once for those requests. #32 (thanks to @alexxv)

1.3.8 (December 22, 2016)

22 Dec 12:46
Compare
Choose a tag to compare
  • Configurable header name for auth middleware #28 (thanks to @tehwalris)
    For auth middleware added header option: name of the HTTP header to pass the token in (default: 'Authorization').

1.3.7 (December 18, 2016)

18 Dec 04:22
Compare
Choose a tag to compare
  • Fix formatRequestErrors for Absinthe (GraphQL for Elixir) #27 (thanks to @redjohn)

1.3.6 (October 11, 2016)

11 Oct 15:57
Compare
Choose a tag to compare

Thanks to @kosmikko for his PR #21

  • Catch unhandled promises, (closes #7 Red screen for react-native when network problem occurs).
  • Add tests.
  • Remove unnecessary wrapping Promise.

1.3.5 (October 4, 2016)

04 Oct 12:19
Compare
Choose a tag to compare
  • Handle malformed or non existent JSON in response (#20). Thanks to @JonathanUsername
  • Return main promise. Thanks to @helfer graphql/express-graphql#99
    Returning the main promise will let you do things like time execution and perform some cleanups after the request is processed.

1.3.4 (August 29, 2016)

29 Aug 04:43
Compare
Choose a tag to compare

1.3.3 (August 5, 2016)

05 Aug 13:55
Compare
Choose a tag to compare
  • fix: batch express middleware. It should not call next middleware. Thanks @genbit issue #13

1.3.2 (July 28, 2016)

28 Jul 04:41
Compare
Choose a tag to compare
  • fix: gqErrors middleware, it does not display errors for single request (thanks to @jibingeo)

1.3.1 (July 12, 2016)

12 Jul 15:28
Compare
Choose a tag to compare
  • fix: catch react-native error, when network request fails, eg. offline (issue #7).