Skip to content

Commit e0f09e8

Browse files
committed
readme update for v2.13 release
1 parent c3ea5d8 commit e0f09e8

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

README.md

Lines changed: 12 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.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)
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.13-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.12 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on Jul 22, 2017***
3+
***v2.13 [released](https://github.com/jeevatkm/digitalocean-api-java/releases/latest) and tagged on Nov 18, 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.12</version>
20+
<version>2.13</version>
2121
</dependency>
2222
```
2323
**Gradle/Grails dependency**
2424
```shell
25-
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.12'
25+
compile 'com.myjeeva.digitalocean:digitalocean-api-client:2.13'
2626
```
2727
**Groovy Grape**
2828
```groovy
2929
@Grapes(
30-
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.12')
30+
@Grab(group='com.myjeeva.digitalocean', module='digitalocean-api-client', version='2.13')
3131
)
3232
```
3333
**Scala SBT**
3434
```shell
35-
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.12"
35+
libraryDependencies += "com.myjeeva.digitalocean" % "digitalocean-api-client" % "2.13"
3636
```
3737

3838
**Note:** For Android projects, kindly include the `httpclient-android` library explicitly in your project dependencies.
@@ -136,6 +136,9 @@ 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.13**
140+
* Added support for creating volumes from a snapshot ID PR [#75](https://github.com/jeevatkm/digitalocean-api-java/issues/75) @benesch
141+
* DigitalOcean Rate-Limit headers handled gracefully PR [#74](https://github.com/jeevatkm/digitalocean-api-java/issues/74) @benesch
139142
* **Released in v2.12**
140143
* Added monitoring attribute to Create droplet [#70](https://github.com/jeevatkm/digitalocean-api-java/issues/70) @jeevatkm
141144
* Fixed bug - Not able to get Image (Snapshot) Size [#68](https://github.com/jeevatkm/digitalocean-api-java/issues/68) @jeevatkm
@@ -356,10 +359,10 @@ DigitalOcean API Client - [MIT License][6].
356359

357360

358361
[1]: https://developers.digitalocean.com
359-
[2]: http://docs.myjeeva.com/javadoc/digitalocean-api-client/2.12/
362+
[2]: https://docs.myjeeva.com/javadoc/digitalocean-api-client/2.13/
360363
[3]: https://github.com/jeevatkm/digitalocean-api-java/issues
361364
[4]: https://oss.sonatype.org/content/repositories/snapshots/com/myjeeva/digitalocean/digitalocean-api-client/
362-
[5]: http://myjeeva.com
365+
[5]: https://myjeeva.com
363366
[6]: https://github.com/jeevatkm/digitalocean-api-java/blob/master/LICENSE
364367
[7]: https://github.com/jeevatkm/digitalocean-api-java/blob/master/src/test/java/com/myjeeva/digitalocean/DigitalOceanIntegrationTest.java
365368
[8]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/1.5/digitalocean-api-client-1.5.jar
@@ -370,4 +373,4 @@ DigitalOcean API Client - [MIT License][6].
370373
[13]: https://raw.githubusercontent.com/darcyliu/google-styleguide/master/eclipse-java-google-style.xml
371374
[14]: https://developers.digitalocean.com/documentation/changelog/api-v2/add-status-to-account/
372375
[15]: https://developers.digitalocean.com/documentation/changelog/api-v2/deprecate-final-snaphots/
373-
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.12/digitalocean-api-client-2.12.jar
376+
[16]: http://search.maven.org/remotecontent?filepath=com/myjeeva/digitalocean/digitalocean-api-client/2.13/digitalocean-api-client-2.13.jar

0 commit comments

Comments
 (0)