- GRANT_TYPE_TOKEN_REFRESH now has the correct value
- User.SocialConnection now has a "url" field
- Previously, if User.SocialConnection returned a non-null "url" field, it would cause an error.
- Support for requesting optional fields from API objects which have them (Pledge, User). These fields will be null on the retrieved resource object unless specifically requested.
- Resource Objects now have
[Resource]Field
enums. These list all field, their names in the API, and whether they're retrieved by default. - Added
.editorconfig
- Support for specifying an alternate API endpoint, for testing.
- Java version is now 1.8
- Improvements to javadoc