Skip to content

v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@gcurtis gcurtis released this 27 Oct 06:49

This is the first beta release of the SDK. It contains all the changes since v0.1 along with a few improvements around JSON handling and a new sample project.

Changes:

  • Shared links for folders. Shared links for folders can be created in the same way they are for files.
  • Sample project. A sample project can be found in src/example/java/com/box/sdk/example/Main.java that demonstrates the basics of how to use the SDK.
  • Improved handling of JSON updates. JSON update handling has been improved to support nested JSON objects.
  • Increased documentation.