File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
17
### 0.4.7
2
18
3
19
Contributions by (in alphabetical order):
Original file line number Diff line number Diff line change 17
17
[org.clj-commons/primitive-math " 1.0.0" ]
18
18
[potemkin " 0.4.5" ]])
19
19
20
- (defproject aleph " 0.4.7 "
20
+ (defproject aleph " 0.5.0-SNAPSHOT "
21
21
:description " A framework for asynchronous communication"
22
22
:repositories {" jboss" " https://repository.jboss.org/nexus/content/groups/public/"
23
23
" sonatype-oss-public" " https://oss.sonatype.org/content/groups/public/" }
You can’t perform that action at this time.
0 commit comments