这是indexloc提供的服务,不要输入任何密码
Skip to content

v0.3.0

Compare
Choose a tag to compare
@hgiasac hgiasac released this 21 Sep 19:16
· 79 commits to master since this release
c37b892

This release includes bug fixes, improvements and documentation updates

  • introduce SubscribeRaw and wrap all subscriptions map access with lock to avoid race condition (#4) (thank @digitalcrab)
  • allow clients to receive all GraphQL errors from server (#8) (thank @totalys)
  • support raw JSON field with json.RawMessage type (#14) (thank @kwapik)
  • expose WebsocketHandler and custom WebSocket client documentation (#15)
  • misc: automation test with Github Action