Spring Social Twitter 1.0.0.RC3 (August 25, 2011) ================================================= Improvements: * Added support for Twitter's new media upload to enable photos to be uploaded with status updates. (SOCIALTW-6) * Changed signature of TimelineOperations.updateStatus() to return a Tweet object for the newly created status; previously it returned void. (SOCIALTW-8) * Added an inReplyToStatusId property to StatusDetails so that tweets may be posted that are in reply to an existing tweet. Spring Social Twitter 1.0.0 RC1 (July 26, 2011) =============================================== Improvements: * Support for paging and cursoring for operations that return paged or cursored data lists. (SOCIALTW-5 and SOCIALTW-4) Compatibility Note: * DuplicateTwitterException has been removed in favor of the more general DuplicateStatusException added in Spring Social Core 1.0.0.RC2. Spring Social Twitter 1.0.0 RC1 (June 7, 2011) ============================================== * Spring Social Twitter extracted into a standalone project that can progress and release independent of Spring Social releases. * More API bindings: * Block API Refer to Spring Social's changelog for a history of the Twitter module prior to it being extracted into its own project.