-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from box/history
Bump version to 1.1.0.
- Loading branch information
Showing
3 changed files
with
34 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. :changelog: | ||
Release History | ||
--------------- | ||
|
||
1.1.0 (2015-03-02) | ||
++++++++++++++++++ | ||
|
||
**Features** | ||
|
||
- The SDK now supports Box metadata. See the `metadata docs <https://developers.box.com/metadata-api/>`_ for | ||
more information. | ||
|
||
- The object paging API has been improved. SDK extensions that need fine-grained control over when the next "page" | ||
of API results will be fetched can now do that. | ||
|
||
**Example Code** | ||
|
||
- The example code has been improved to be more robust and to work with all Python versions supported by the SDK | ||
(CPython 2.6-2.7, CPython 3.3-3.4, and PyPy). | ||
|
||
- The example code has an example on how to use the new metadata feature. | ||
|
||
- The README has improved code examples. | ||
|
||
**Bugfixes** | ||
|
||
- Oauth2 redirect URIs containing non-ASCII characters are now supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters