You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 1, 2019. It is now read-only.
Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-core/).
34
34
35
35
or Gradle:
36
36
```xml
37
-
compile 'io.parallec:parallec-core:0.9.1'
37
+
compile 'io.parallec:parallec-core:0.9.2'
38
38
```
39
39
40
40
@@ -144,6 +144,7 @@ Parallec is built on Akka actors and [Async HTTP Client](https://github.com/Asyn
144
144
- Flexible response handling and immediate processing embedded in other applications.
145
145
- Handle async APIs with auto progress polling for task level concurrency control.
146
146
- Support of other protocols, and [more](https://github.com/eBay/parallec/blob/master/README.md#features)..
147
+
- Anyone can write 20 lines to make his/her application become [REST Commander](http://www.restcommander.com/).
147
148
148
149
With the feedbacks, lessons, and improvements from the past year of internal usage and open source of **[REST Commander](http://www.restcommander.com)**, we now made the core of REST Commander as an easy to use standalone library. We added [**15+ new**](https://github.com/eBay/parallec/blob/master/README.md#compare) features, rewritten 70%+ of the code, with [**90%+ test coverage**](https://codecov.io/github/eBay/parallec) for confident usage and contribution. This time we also structure it better so that most internal development can be directly made here.
0 commit comments