File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3- ## Version 9.0.xxx
3+ ## Version 9.0.507
44
5- - Fix ` promesa.core/wrap ` ; it now only wraps if the value is not a promise instance
65- Replace previously introduced ` ConcurrencyLimiter ` (java impl) with
76 ` Bulkhead ` (100% clojure impl; cljs not suported but contributions
87 welcome to port it to cljs if someone consider it can be useful).
8+ - Fix ` promesa.core/wrap ` ; it now only wraps if the value is not a promise instance
99- Add ` promesa.exec/pmap ` ; a simplified ` clojure.core/pmap ` analogous
1010 function that allows use a user specified executor (thanks to the
1111 dynamic vars) (EXPERIMENTAL)
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ Leiningen:
1010deps.edn:
1111
1212``` clojure
13- funcool/promesa {:mvn/version " 9.0.494 " }
13+ funcool/promesa {:mvn/version " 9.0.507 " }
1414```
1515
1616``` clojure
17- [funcool/promesa " 9.0.494 " ]
17+ [funcool/promesa " 9.0.507 " ]
1818```
1919
2020## Introduction
You can’t perform that action at this time.
0 commit comments