Skip to content

Commit

Permalink
Prepare for 0.36.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 1, 2019
1 parent a611beb commit 383a6ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Expand Up @@ -5,6 +5,11 @@ changed (this feature is still experimental).

The Lacinia execution model has changed slightly to support setting a timeout
on execution; most of the work now executes in a different thread.
We've also increased Lacinia's ability to split work across multiple threads, along
with some tiny performance improvements.

There's been an incompatible change to the way that timing data is reported
(this feature is still considered experimental).

[Closed Issues](https://github.com/walmartlabs/lacinia/milestone/24?closed=1)

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject com.walmartlabs/lacinia "0.36.0-alpha-1"
(defproject com.walmartlabs/lacinia "0.36.0-alpha-2"
:description "A GraphQL server implementation in Clojure"
:url "https://github.com/walmartlabs/lacinia"
:license {:name "Apache, Version 2.0"
Expand Down

0 comments on commit 383a6ee

Please sign in to comment.