Skip to content

Releases: redouane59/twittered

v1.10

10 Sep 16:26
Compare
Choose a tag to compare

Features :

  • Get user timeline V1.1 : #66
  • Get mentions timeline V1.1 : #65
  • Fix getTweetType NPE #64

v1.9

08 Sep 20:58
892528c
Compare
Choose a tag to compare
  • Fixing not closed connection
  • Fixing stream endpoints

v1.8

05 Sep 08:21
66cfb8c
Compare
Choose a tag to compare

v1.7

02 Sep 17:27
14fce2c
Compare
Choose a tag to compare

Features :

  • Recent search using next_token to paginate : #53
  • Delete Tweet endpoint V1.1. : #54
  • Retweet Tweet endpoint V1.1 : #56

v1.6

30 Aug 09:46
3fcd43b
Compare
Choose a tag to compare
  • Renaming the repository to twittered (previously twitter-client)
  • Renaming several classes & interfaces :
    ITweet becomes Tweet IUser becomes User
    TweetDTOv1 becomes TweetV1
    etc.
  • Splitting in several twitter client interfaces V1, V2 endpoints and archive methods

v1.5

28 Aug 19:51
1f75bdb
Compare
Choose a tag to compare

Features :

  • Implementation of hide replies v2 endpoints (hideReply method)
  • Implementation of all filtered stream v2 endpoints (methods startFilteredStream addFilteredStreamRule deleteFilteredStreamRule retrieveFilteredStreamRules

Internal :

  • Updating the code indentation on the whole project
  • Renaming some classes and methods

v1.4

26 Aug 16:12
1651471
Compare
Choose a tag to compare
  • Migration of V2 endpoints on oauth2 authentication (accessToken & accessTokenSecret not needed anymore to call these endpoints)
  • Implementation of postTweet method
  • Implementation of unlikeTweet method
  • Cleaning of code (RequestHelper.java)