Hi everyone,

I'm pleased to announce the release of re-graph 0.1.12 
<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.

This release in particular has had a lot of contributions from the 
community for which I am very thankful!

This release *changes*:

   - The signature of the mutate function which incorrectly took a single 
   vector but now takes varargs in the same way as query #55 
   <https://github.com/oliyh/re-graph/pull/55> (thanks @loomis 
   <https://github.com/loomis>)

This release *adds support for*:

   - Synchronous mutate and query (Clojure only) #56 
   <https://github.com/oliyh/re-graph/pull/56> (thanks @loomis 
   <https://github.com/loomis>)
   - Specifying the websocket sub-protocol #53 
   <https://github.com/oliyh/re-graph/issues/53> #62 
   <https://github.com/oliyh/re-graph/pull/62> (thanks @jmarca 
   <https://github.com/jmarca>)
   - Aborting operations via HTTP (experimental) #50 
   <https://github.com/oliyh/re-graph/issues/50>

This release *improves*:

   - Error handling will no longer overwrite the status or message from the 
   server if they are present #54 
   <https://github.com/oliyh/re-graph/pull/54> (thanks @loomis 
   <https://github.com/loomis>)
   - The examples in the readme #57 
   <https://github.com/oliyh/re-graph/pull/57> #61 
   <https://github.com/oliyh/re-graph/pull/61> (thanks @viebel 
   <https://github.com/viebel>)


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/0c46ad27-e07d-461b-8656-77d9a6b8b81e%40googlegroups.com.

Reply via email to