With a little help from my friends
This release changes:
- The signature of the
mutate
function which incorrectly took a single vector but now takes varargs in the same way asquery
#55 (thanks @loomis)
This release adds support for:
- Synchronous
mutate
andquery
(Clojure only) #56 (thanks @loomis) - Specifying the websocket sub-protocol #53 #62 (thanks @jmarca)
- Aborting operations via HTTP (experimental) #50
This release improves: