Skip to content

Commit 04ff097

Browse files
author
carycheng
authored
2.18 changelog (#596)
1 parent bb2ff9b commit 04ff097

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
## 2.17
3+
## 2.18.0
4+
- Fixed a bug where the the private key password should be passed into `setPrivateKetPassword()` instead of the private key. A big thank you to [breach10ck](https://github.com/breach10ck)
5+
for their pull request!
6+
- Added an additional check to ensure that the [request properties on the request object is not null in the `toString()` method](https://github.com/box/box-java-sdk/pull/595)
7+
- Added support to [fetch the content of the generated representation](./doc/files.md#get-representation-content) after it has been generated
8+
- Improved error messages for API response errors to allow for better debugging.
9+
10+
## 2.17.0
411
- Added support for assigning [Retention Policies to Metadata Templates](./doc/retention_policies.md#create-retention-policy-assignment)
512

613
## 2.16.1

0 commit comments

Comments
 (0)