Skip to content

Commit

Permalink
readme update for v2.15 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed May 5, 2018
1 parent 206eb4b commit f141db0
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DigitalOcean API Client [![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.14-blue.svg)](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg)](LICENSE)
# DigitalOcean API Client [![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.15-blue.svg)](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg)](LICENSE)

***v2.14 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on Mar 06, 2018***
***v2.15 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on May 05, 2018***

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.

Expand All @@ -17,22 +17,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
<dependency>
<groupId>com.myjeeva.digitalocean</groupId>
<artifactId>digitalocean-api-client</artifactId>
<version>2.14</version>
<version>2.15</version>
</dependency>
```
**Gradle/Grails dependency**
```shell
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.14'
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.15'
```
**Groovy Grape**
```groovy
@Grapes(
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.14')
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.15')
)
```
**Scala SBT**
```shell
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.14"
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.15"
```

**Note:** For Android projects, kindly include the `httpclient-android` library explicitly in your project dependencies.
Expand Down Expand Up @@ -137,6 +137,9 @@ DigitalOcean API Client uses [GitHub’s integrated issue tracking system][3] to

# Supported API's and Revision Logs

* **Released in v2.15**
* Added CAA support in `DomainRecord` [#81](https://github.com/jeevatkm/digitalocean-api-java/issues/81) @jeevatkm
* Bug fix: Pagination fix for `getAvailableRegions`, `getAvailableSizes`, `getAvailableDomains`, and `getAvailableKeys` [#80](https://github.com/jeevatkm/digitalocean-api-java/issues/80) @jeevatkm
* **Released in v2.14**
* Added TTL field to `DomainRecord` PR [#78](https://github.com/jeevatkm/digitalocean-api-java/pull/78) @rpardini
* Added disk resize option when resizing a droplet PR [#76](https://github.com/jeevatkm/digitalocean-api-java/pull/76) @majidalfifi
Expand Down Expand Up @@ -365,7 +368,7 @@ DigitalOcean API Client - [MIT License][6].


[1]: https://developers.digitalocean.com
[2]: https://docs.myjeeva.com/javadoc/digitalocean-api-client/2.14/
[2]: https://docs.myjeeva.com/javadoc/digitalocean-api-client/2.15/
[3]: https://github.com/jeevatkm/digitalocean-api-java/issues
[4]: https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
[5]: https://myjeeva.com
Expand All @@ -379,4 +382,4 @@ DigitalOcean API Client - [MIT License][6].
[13]: https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
[14]: https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
[15]: https://developers.digitalocean.com/documentation/changelog/api-v2/deprecate-final-snaphots/
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.14/digitalocean-api-client-2.14.jar
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.15/digitalocean-api-client-2.15.jar

0 comments on commit f141db0

Please sign in to comment.