Hi everyone, I'm pleased to announce the release of re-graph 0.1.13 <https://github.com/oliyh/re-graph>. re-graph is a GraphQL client for Clojurescript and Clojure with re-frame bindings and support for queries, subscriptions and mutations over websocket or HTTP.
Many thanks to @loomis <https://github.com/loomis> for implementing the vast majority of the features in this release. This release *changes*: - Running on JDK 10 or lower will require the original Clojure implementation based on clj-http and gniazdo. See the README <https://github.com/oliyh/re-graph>for details - The options supplied in init have been reorganised to separate websocket and http parameters as follows: *Previously:* (re-frame/dispatch [::re-graph/init {:ws-url "wss://foo.io/graphql-ws" :connection-init-payload {} :http-url "http://bar.io/graphql"}]) *Now:* (re-frame/dispatch [::re-graph/init {:ws {:url "wss://foo.io/graphql-ws" :connection-init-payload {}} :http {:url "http://bar.io/graphql"}}]) See the README for all option parameters. This release *adds support for*: - Finer control over the http and websocket connections (:impl option) e.g. sharing a cookie store as per #58 <https://github.com/oliyh/re-graph/issues/58> This release *improves*: - Fewer dependencies on the JVM It's available now on Clojars. Thanks and enjoy, Oliy -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clojure/3d7e530e-40ed-4909-ab0d-a03d4e8a8384%40googlegroups.com.