Skip to content

Commit 38aa17a

Browse files
committed
v2.9 release readme update
1 parent e1fefe6 commit 38aa17a

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# DigitalOcean API Client [![Build Status](https://travis-ci.org/jeevatkm/digitalocean-api-java.svg?branch=master)](https://travis-ci.org/jeevatkm/digitalocean-api-java) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
1+
# DigitalOcean API Client
2+
[![Build Status](https://travis-ci.org/jeevatkm/digitalocean-api-java.svg?branch=master)](https://travis-ci.org/jeevatkm/digitalocean-api-java) [![Version](https://img.shields.io/badge/version-2.9-blue.svg)](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg)](LICENSE)
23

3-
***v2.8 released and tagged on Dec 27, 2016***
4+
***v2.9 released and tagged on Mar 31, 2017***
45

56
Simple & Lightweight API client library for Enterprise Application or Utilities Integration around [DigitalOcean RESTful APIs][1]. You can use this library with project based (JVM hosted languages) on Java, Groovy, Scala, Clojure, etc.
67

@@ -17,22 +18,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
1718
<dependency>
1819
<groupId>com.myjeeva.digitalocean</groupId>
1920
<artifactId>digitalocean-api-client</artifactId>
20-
<version>2.8</version>
21+
<version>2.9</version>
2122
</dependency>
2223
```
2324
**Gradle/Grails dependency**
2425
```shell
25-
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.8'
26+
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.9'
2627
```
2728
**Groovy Grape**
2829
```groovy
2930
@Grapes(
30-
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.8')
31+
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.9')
3132
)
3233
```
3334
**Scala SBT**
3435
```shell
35-
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.8"
36+
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.9"
3637
```
3738

3839
**Note:** For Android projects, kindly include the `httpclient-android` library explicitly in your project dependencies.
@@ -136,6 +137,12 @@ DigitalOcean API Client uses [GitHub’s integrated issue tracking system][3] to
136137
* If you need to paste code, or include a stack trace use Markdown ``` escapes before and after your text.
137138

138139
# Supported API's and Revision Logs
140+
* **Released in v2.9**
141+
* Added new API support delete droplet by tag name [#61](https://github.com/jeevatkm/digitalocean-api-java/issues/61)
142+
* Droplet
143+
<pre>
144+
Delete deleteDropletByTagName(String tagName)
145+
</pre>
139146
* **Released in v2.8**
140147
* Added new endpoint support `/v2/snapshots/*` [#58](https://github.com/jeevatkm/digitalocean-api-java/issues/58), PR [#57](https://github.com/jeevatkm/digitalocean-api-java/pull/57) (@samuelfac)
141148
* Snapshots
@@ -323,7 +330,7 @@ DigitalOcean API Client - [MIT License][6].
323330

324331

325332
[1]: https://developers.digitalocean.com
326-
[2]: http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.8/
333+
[2]: http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.9/
327334
[3]: https://github.com/jeevatkm/digitalocean-api-java/issues
328335
[4]: https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
329336
[5]: http://myjeeva.com
@@ -337,4 +344,4 @@ DigitalOcean API Client - [MIT License][6].
337344
[13]: https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
338345
[14]: https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
339346
[15]: https://developers.digitalocean.com/documentation/changelog/api-v2/deprecate-final-snaphots/
340-
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.8/digitalocean-api-client-2.8.jar
347+
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.9/digitalocean-api-client-2.9.jar

0 commit comments

Comments
 (0)