<< Twitter4J 2.0.0 released, now officially supports OAuth authorization scheme | Home | Twitter4J 2.0.2 released - adding trends api support, gzip support for faster performance >>

Twitter4J 2.0.1 released, confirmed Google App Engine compatibility

Twitter4J is an open-sourced, mavenized and Google App Engine safe New! Java library for the Twitter API which is released under the BSD license.

Twitter4J 2.0.1 is now available for download.



This version is already available in the Maven central repository.
http://repo1.maven.org/maven2/net/homeip/yusuke/twitter4j/


Here are the list of fixes included in version 2.0.1.
Release Notes - Twitter4J - Version 2.0.1

Improvement

  • [TFJ-110] - remove unnecessary synchronized modifier for better multi-thread performance
  • [TFJ-111] - support page and max_id parameters with getUserTimeline()
  • [TFJ-112] - introduce pagenation control class which replaces page, count, and since_id parameters
  • [TFJ-121] - support follow parameter with create() method
  • [TFJ-122] - need a way to get AccessToken in a stateless context where RequestToken instance is not available
  • [TFJ-126] - dispatcher thread should be held statically
  • [TFJ-130] - fix method name inconsistencies

New Feature

  • [TFJ-117] - support statuses/mentions
  • [TFJ-125] - introduce a System property that specifies number of dispatcher thread
  • [TFJ-128] - support pagination on social graph methods
  • [TFJ-129] - introduce async search method

Task

  • [TFJ-119] - rename follow() / leave() to enableNotification() / disableNotification(), create() / destoy() to createFriendship() / destroyFriendship()




Add a comment Send a TrackBack