Spring Social LinkedIn 1.0.0 Release Candidate 3 (August 19, 2013) ================================================================== Improvements: - Added proper error handling for LinkedIn API errors. (SOCIALLI-27) - Expose email address as a property on LinkedInProfile and populate connection-time UserProfile's email address accordingly. (SOCIALLI-24) Bug Fixes: - Throw NotAuthorizedException for HTTP 401 responses instead of RestClientException. (SOCIALLI-29) - Properly encode url parameter when fetching a user profile by the profile's public URL. (SOCIALLI-18) Spring Social LinkedIn 1.0.0 Release Candidate 2 (July 8, 2013) =============================================================== Miscellaneous - Upgraded to Jackson 2 - Depends on Spring Social 1.1.0.M3 now. Spring Social LinkedIn 1.0.0 will be based on Spring Social 1.1.0. Improvements: - Authorization now based on OAuth 2 instead of OAuth 1.0a - Support for facet searching of people. (SOCIALLI-23) - Email address included in full profile. (SOCIALLI-25) Bug Fixes: - Don't clear headers when sending request to avoid clearing the 'x-li-format' parameter. (SOCIALLI-28) - Use POST instead of PUT for createNetworkUpdate(). (SOCIALLI-21) Spring Social LinkedIn 1.0.0 Release Candidate 1 (February 21, 2012) ==================================================================== Improvements: - Added start and count parameters to ConnectionOperations.getConnections() to support pagination of results. (SOCIALLI-13) - Changed JSON property names sent in request for invitation to connect-- CommunicationOperations.connectTo()--to better align with LinkedIn's API documentation. (SOCIALLI-17) Misc: - Renamed ApiStandardProfileRequest to ConnectionAuthorization - Added more JavaDoc Spring Social LinkedIn 1.0.0 Milestone 5 (January 23, 2012) =========================================================== Bug Fixes: - Fixed SearchParameters.Sort.RECOMMENDERS typo to fix big in people search. (SOCIALLI-14) - Fixed Spring 3.0 compatibility issue by using request factory wrapper when interceptors are not available. (SOCIALLI-15) New Features: - API binding now includes Group API. The API binding is now mostly complete. (SOCIALLI-10) Spring Social LinkedIn 1.0.0 Milestone 4 (December 15, 2011) ============================================================ - Now includes a more complete API binding (SOCIALLI-1) - Consume LinkedIn resources as JSON instead of XML. - Renamed LinkedInApi interface to LinkedIn. - Extracted Spring Social LinkedIn module from core Spring Social project. Refer to Spring Social's changelog for a history of the LinkedIn module prior to it being extracted into its own project.