Skip to content

Commit 6a88b4d

Browse files
committed
Release 0.5.0-SNAPSHOT
1 parent 36b2859 commit 6a88b4d

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
### 0.5.0-SNAPSHOT
2+
3+
* Add initial clj-kondo hooks
4+
* Minor bugfix in examples code
5+
* Add pipeline-transform test
6+
* Add missing type hint in websocket-server-handler
7+
* Correctly handle too large headers/URIs
8+
* Add doc for undocumented response-executor parameter
9+
* Minor bugfix for keep-alive? false
10+
* Fixed major memory leak when sending InputStreams
11+
* Fixed bug when sending empty files
12+
* Fix returned filename in multipart uploads for clj-http parity
13+
* Ensure client exceptions handled and channel closed on invalid input
14+
15+
Contributions by Arnaud Geiser, Moritz Heidkamp, and Matthew Davidson
16+
117
### 0.4.7
218

319
Contributions by (in alphabetical order):

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[org.clj-commons/primitive-math "1.0.0"]
1818
[potemkin "0.4.5"]])
1919

20-
(defproject aleph "0.4.7"
20+
(defproject aleph "0.5.0-SNAPSHOT"
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)