Hi everyone,

I'm pleased to announce the release of re-graph 0.1.4 
<https://github.com/oliyh/re-graph/releases/tag/0.1.4>. re-graph is a 
GraphQL client for Clojurescript with re-frame bindings and support for 
queries, subscriptions and mutations over websocket or HTTP.

This release *adds support for*:

   - Providing arbitrary parameters to the underlying cljs-http request 
   used with the HTTP transport. This allows, among other things, 
   authorisation. See #13 <https://github.com/oliyh/re-graph/pull/13> for 
   details, thanks to @chrisbetz <https://github.com/chrisbetz>
   - Ability to destroy the re-graph state, including stopping all 
   subscriptions and closing the websocket first. See #12 
   <https://github.com/oliyh/re-graph/issues/12> for details.

This release *improves*:

   - Subscriptions are deduplicated by id, helping to reduce workload on 
   servers which do not support deduplication #16 
   <https://github.com/oliyh/re-graph/issues/16>
   - Unsuccessful reconnection attempts no longer add messages to the 
   websocket queue #17 <https://github.com/oliyh/re-graph/issues/17>
   - Should work better with advanced compilation #15 
   <https://github.com/oliyh/re-graph/issues/15>


   
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to