Skip to content

Aragon Connect 0.6.0

Compare
Choose a tag to compare
@bpierre bpierre released this 17 Aug 13:05
· 61 commits to master since this release
c3b5ac7

This release is moving away from using WebSocket subscriptions, and uses HTTP polling instead. This is because The Graph doesn’t officially support GraphQL subscriptions, and they recently became unreliable. One advantage is that we are now using the caching mechanism of urql, the library used internally for GraphQL requests, which will make requests often feel instant. See #203 for more details.

Another important change is that name is now optional when network is provided as an object to the connect() function. See #202 for more details.

Changes

  • Replace GraphQL subscriptions (WS) by queries with polling (HTTP) (#203)
  • toNetwork(): make the name optional (#202)
  • Add a global .prettierrc (#201)
  • Documentation updates (#200, #204)
  • Examples cleanup (#205)