<< April 7, 2009 | Home | April 9, 2009 >>

Twitter4J 1.1.8 released

Twitter4J 1.1.8 is now available for download.


This version is already available in the Maven central repository.
Here are the list of fixes included in version 1.1.8.
Recompilation of your project is suggested before you update your twitter4j library.
Release Notes - Twitter4J - Version 1.1.8

Bug

  • [TFJ-91] - null pointer exception getting user detail on users with no statuses
  • [TFJ-99] - getAuthenticatedUser() fails with TwitterException if login is done with email address and password
  • [TFJ-100] - Twitter.getUserDetail() fails with java.lang.NullPointerException
  • [TFJ-101] - getChildText() throws NullPointerException randomly

Improvement

  • [TFJ-86] - send User-Agent header
  • [TFJ-89] - System properties should win explicit setter methods
  • [TFJ-92] - introduce System properties override userid and password

New Feature

  • [TFJ-90] - support since_id with getFriendsTimeline() and getReplies()

Task

  • [TFJ-84] - add license term to each source file
  • [TFJ-85] - add JDK1.4.2 support