Skip to content
This repository was archived by the owner on Jan 1, 2019. It is now read-only.

Commit 8b5eabd

Browse files
author
Jeff Pei
committed
bump version to 0.9.3; updated contributors and doc
1 parent 4540230 commit 8b5eabd

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

AUTHORS.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ Core developers (in order of appearance):
1010
Contributors:
1111

1212
- Lukasz Kryger http://stackoverflow.com/users/1240557/kryger
13+
- billzwu https://github.com/billzwu
14+
- faisal-hameed https://github.com/faisal-hameed
15+
- fivesmallq https://github.com/fivesmallq

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
Parallec Change Log
22
==========
33

4+
## Version 0.9.4
5+
6+
7+
_2016-??-??_
8+
9+
* TBD
10+
411
## Version 0.9.3
512

613

7-
_2015-??-??_
14+
_2016-06-23_
815

16+
* SSH: Allow run as super user for ssh: handle SSH commands where password is needed to sudo. Auto apply the password. Thanks [billzwu](https://github.com/billzwu)
917
* Test: add coverage: for get target hosts duplicate/empty for CMS.
1018
* Test/Build: update CI setting to enable test on process based Ping.
1119

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
![build status](https://img.shields.io/badge/build-info=>-green.svg) [![Build Status](https://travis-ci.org/eBay/parallec.svg?branch=master)](https://travis-ci.org/eBay/parallec) [![Coverage Status](https://img.shields.io/codecov/c/github/eBay/parallec.svg)](https://codecov.io/github/eBay/parallec) [![Apache V2.0 License](http://www.parallec.io/images/apache2.svg) ](https://github.com/eBay/parallec/blob/master/LICENSE)
55

66

7-
![latest 0.9.x](http://img.shields.io/badge/latest_stable-0.9.x=>-green.svg) [ ![latest beta maven central](https://maven-badges.herokuapp.com/maven-central/io.parallec/parallec-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.parallec|parallec-core|0.9.2|) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eBay/parallec?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
7+
![latest 0.9.x](http://img.shields.io/badge/latest_stable-0.9.x=>-green.svg) [ ![latest beta maven central](https://maven-badges.herokuapp.com/maven-central/io.parallec/parallec-core/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.parallec|parallec-core|0.9.3|) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/eBay/parallec?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
88

99
[![Javadoc](http://www.parallec.io/images/parallec-javadoc-blue.svg)](http://www.parallec.io/javadoc/index.html?io/parallec/core/ParallelClient.html) [![Documentation](http://www.parallec.io/images/parallec-documentation-red.svg)](http://www.parallec.io/docs/) [![Samples](http://www.parallec.io/images/parallec-samples-brightgreen.svg)](https://github.com/eBay/parallec-samples) [![Chinese](http://www.parallec.io/images/parallec-cnbrief-blue.svg)](https://github.com/eBay/parallec/blob/master/README-brief-cn.md)
1010

11-
[ [Get-Started](https://github.com/eBay/parallec/blob/master/README.md#get-started) | [Features](https://github.com/eBay/parallec/blob/master/README.md#features) | [Use Cases](https://github.com/eBay/parallec/blob/master/README.md#use-cases) | [Motivation](https://github.com/eBay/parallec/blob/master/README.md#motivation) | [Demos](https://github.com/eBay/parallec/blob/master/README.md#demos) | [Performance](https://github.com/eBay/parallec/blob/master/README.md#performance) | [Compare](https://github.com/eBay/parallec/blob/master/README.md#compare) | [Contributors](https://github.com/eBay/parallec/blob/master/README.md#contributors) | [About](https://github.com/eBay/parallec/blob/master/README.md#authors) | [News](http://www.parallec.io/blog/) | [Change Log](https://github.com/eBay/parallec/blob/master/CHANGELOG.md) | [中文介绍](https://github.com/eBay/parallec/blob/master/README-brief-cn.md) ]
11+
[ [Get-Started](https://github.com/eBay/parallec/blob/master/README.md#get-started) | [Features](https://github.com/eBay/parallec/blob/master/README.md#features) | [Use Cases](https://github.com/eBay/parallec/blob/master/README.md#use-cases) | [Samples](https://github.com/eBay/parallec-samples) | [Motivation](https://github.com/eBay/parallec/blob/master/README.md#motivation) | [Demos](https://github.com/eBay/parallec/blob/master/README.md#demos) | [Performance](https://github.com/eBay/parallec/blob/master/README.md#performance) | [Compare](https://github.com/eBay/parallec/blob/master/README.md#compare) | [Contributors](https://github.com/eBay/parallec/blob/master/README.md#contributors) | [About](https://github.com/eBay/parallec/blob/master/README.md#authors) | [News](http://www.parallec.io/blog/) | [Change Log](https://github.com/eBay/parallec/blob/master/CHANGELOG.md) | [中文介绍](https://github.com/eBay/parallec/blob/master/README-brief-cn.md) ]
1212

1313

1414
[ [API Overview](http://www.parallec.io/docs/api-overview/) | [Generate & Submit Task](http://www.parallec.io/docs/submit-task/) | [Track Status & Examine Responses](http://www.parallec.io/docs/track-status/) | [Configurations](http://www.parallec.io/docs/configurations/) ]
@@ -28,14 +28,14 @@ Donwload [the latest JAR](https://search.maven.org/remote_content?g=io.parallec&
2828
<dependency>
2929
<groupId>io.parallec</groupId>
3030
<artifactId>parallec-core</artifactId>
31-
<version>0.9.2</version>
31+
<version>0.9.3</version>
3232
</dependency>
3333
```
3434
Snapshots of the development version are available in [Sonatype's `snapshots` repository](https://oss.sonatype.org/content/repositories/snapshots/io/parallec/parallec-core/).
3535

3636
or Gradle:
3737
```xml
38-
compile 'io.parallec:parallec-core:0.9.2'
38+
compile 'io.parallec:parallec-core:0.9.3'
3939
```
4040

4141

@@ -226,6 +226,10 @@ For more related work review, please visit [here](http://www.ebaytechblog.com/20
226226
We deeply thank all contributors for their effort.
227227

228228
- Lukasz Kryger [http://stackoverflow.com/users/1240557/kryger](http://stackoverflow.com/users/1240557/kryger)
229+
- [billzwu](https://github.com/billzwu)
230+
- [faisal-hameed](https://github.com/faisal-hameed)
231+
- [fivesmallq](https://github.com/fivesmallq)
232+
229233

230234
## Authors
231235

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.parallec</groupId>
66
<artifactId>parallec-core</artifactId>
7-
<version>0.9.3-SNAPSHOT</version>
7+
<version>0.9.4-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>io.parallec:parallec-core</name>
1010
<url>https://github.com/eBay/parallec</url>

0 commit comments

Comments
 (0)