Skip to content

Commit 072c6b7

Browse files
committed
readme update for v2.12 release
1 parent 72fe1ed commit 072c6b7

File tree

1 file changed

+20
-9
lines changed

1 file changed

+20
-9
lines changed

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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) [![Version](https://img.shields.io/badge/version-2.11-blue.svg)](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg)](LICENSE)
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) [![Version](https://img.shields.io/badge/version-2.12-blue.svg)](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) [![License](https://img.shields.io/github/license/jeevatkm/digitalocean-api-java.svg)](LICENSE)
22

3-
***v2.11 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on Jun 20, 2017***
3+
***v2.12 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on Jul 22, 2017***
44

55
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.
66

@@ -17,22 +17,22 @@ For handy use, DigitalOcean API Client library project dependency definition pro
1717
<dependency>
1818
<groupId>com.myjeeva.digitalocean</groupId>
1919
<artifactId>digitalocean-api-client</artifactId>
20-
<version>2.11</version>
20+
<version>2.12</version>
2121
</dependency>
2222
```
2323
**Gradle/Grails dependency**
2424
```shell
25-
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.11'
25+
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.12'
2626
```
2727
**Groovy Grape**
2828
```groovy
2929
@Grapes(
30-
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.11')
30+
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.12')
3131
)
3232
```
3333
**Scala SBT**
3434
```shell
35-
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.11"
35+
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.12"
3636
```
3737

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

138138
# Supported API's and Revision Logs
139+
* **Released in v2.12**
140+
* Added monitoring attribute to Create droplet [#70](https://github.com/jeevatkm/digitalocean-api-java/issues/70) @jeevatkm
141+
* Fixed bug - Not able to get Image (Snapshot) Size [#68](https://github.com/jeevatkm/digitalocean-api-java/issues/68) @jeevatkm
142+
* Added new endpoint support `/v2/certificates/*` [#71](https://github.com/jeevatkm/digitalocean-api-java/issues/71) @jeevatkm
143+
* Certificates
144+
<pre>
145+
Certificates getAvailableCertificates(Integer pageNo, Integer perPage)
146+
Certificate createCertificate(Certificate certificate)
147+
Certificate getCertificateInfo(String certificateId)
148+
Delete deleteCertificate(String certificateId)
149+
</pre>
139150
* **Released in v2.11**
140-
* Added new endpoint support `/v2/load_balancers/*` PR [#66](https://github.com/jeevatkm/digitalocean-api-java/issues/66) @tlehoux)
151+
* Added new endpoint support `/v2/load_balancers/*` PR [#66](https://github.com/jeevatkm/digitalocean-api-java/issues/66) @tlehoux
141152
* Load Balancers
142153
<pre>
143154
LoadBalancers getAvailableLoadBalancers(Integer pageNo, Integer perPage)
@@ -345,7 +356,7 @@ DigitalOcean API Client - [MIT License][6].
345356

346357

347358
[1]: https://developers.digitalocean.com
348-
[2]: http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.11/
359+
[2]: http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.12/
349360
[3]: https://github.com/jeevatkm/digitalocean-api-java/issues
350361
[4]: https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
351362
[5]: http://myjeeva.com
@@ -359,4 +370,4 @@ DigitalOcean API Client - [MIT License][6].
359370
[13]: https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
360371
[14]: https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
361372
[15]: https://developers.digitalocean.com/documentation/changelog/api-v2/deprecate-final-snaphots/
362-
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.11/digitalocean-api-client-2.11.jar
373+
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.12/digitalocean-api-client-2.12.jar

0 commit comments

Comments
 (0)