Skip to content

Commit ecba86c

Browse files
committed
0.5.0-rc2
Updated byte-streams dep to 0.3.1
1 parent 3fe61b1 commit ecba86c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* Fix minor bug with redirects and `:method` key
1515
* Fix bug in idle state timeouts
1616
* Disable misleading logs during tests
17+
* Switch to Netty's `FastThreadLocalThread` for threads
1718

1819
Contributions by Arnaud Geiser, Moritz Heidkamp, Erik Assum, and Matthew Davidson
1920

project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
(def other-dependencies
1414
'[[org.clojure/tools.logging "1.1.0" :exclusions [org.clojure/clojure]]
1515
[manifold "0.2.4"]
16-
[org.clj-commons/byte-streams "0.3.0"]
16+
[org.clj-commons/byte-streams "0.3.1"]
1717
[org.clj-commons/primitive-math "1.0.0"]
1818
[potemkin "0.4.5"]])
1919

20-
(defproject aleph "0.5.0-rc1"
20+
(defproject aleph "0.5.0-rc2"
2121
:description "A framework for asynchronous communication"
2222
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2323
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}

0 commit comments

Comments
 (0)