Skip to content

Finch GraphQL support for ports!

Compare
Choose a tag to compare
@jcblw jcblw released this 15 Jan 22:40
· 43 commits to master since this release

Finch v3.x makes some major changes on how the client scripts are able to connect to the FinchApi. Prior to v3 all connections would be via async messaging. This is still currently supported, but now the default behavior is to use port messaging. This not only removes some overhead of async messages but also will allow for things like GraphQL subscriptions now that the message passing allows pushing messages to the client.

Read more about the release

Support for these connections will be in version v1.7.x of the dev tools which should be available soon.