Skip to content

Commit 2e85fc0

Browse files
author
Karl Rieb
committed
ChangeLog/ReadMe: Update for 2.0-beta-6 release.
1 parent 0f0df66 commit 2e85fc0

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

ChangeLog.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
1+
2+
---------------------------------------------
3+
2.0-beta-6 (2016-02-22)
4+
- Updated to latest API specs.
15
- Use getter methods instead of public final fields.
26
- Rename exception classes to be consistent with Java practices (e.g. end in "Exception").
37
- Move DbxException inner classes out into their own files.
48
- Expose Retry-After backoff for rate limiting exceptions.
59
- Add configuration setting for automatically retrying failed requests.
610
- Fix bug that hid certain routes containing union request arguments.
7-
- Add Java packages that map to endpoint namespaces.
8-
- Break out nested classes into their own files in the appropriate packages.
11+
- Add new Java packages for v2 client.
12+
- Break out v2 nested classes into their own files in the appropriate packages.
913
- Change format of builder methods.
1014
- Prepend 'with' to method names
1115
- Change format of tagged union classes.
1216
- getTag() renamed to tag() to avoid naming conflicts
1317
- Tags without values now referenced as public static final singletons
14-
- Unions composed of only tags without values generated as enums
18+
- Unions of value-less tags generated as enums
1519
- Add builders for request and response classes.
1620
- Fix deserialization bug with Union containing tags with optional values.
1721
- Make read timeouts more easily configurable for StandardHttpRequestor.

ReadMe.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ If you're using Maven, then edit your project's "pom.xml" and add this to the `<
1414
<dependency>
1515
<groupId>com.dropbox.core</groupId>
1616
<artifactId>dropbox-core-sdk</artifactId>
17-
<version>2.0-beta-5</version>
17+
<version>2.0-beta-6</version>
1818
</dependency>
1919
```
2020

2121
If you aren't using Maven, here are the JARs you need:
22-
- [Dropbox Core SDK 2.0-beta-5](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-5/dropbox-core-sdk-2.0-beta-5.jar)
22+
- [Dropbox Core SDK 2.0-beta-6](https://oss.sonatype.org/content/repositories/releases/com/dropbox/core/dropbox-core-sdk/2.0-beta-6/dropbox-core-sdk-2.0-beta-6.jar)
2323
- [Jackson Core 2.6.1](https://oss.sonatype.org/content/repositories/releases/com/fasterxml/jackson/core/jackson-core/2.6.1/jackson-core-2.6.1.jar) (JSON parser)
2424

2525
## Get a Dropbox API key

0 commit comments

Comments
 (0)