Skip to content

Releases: redouane59/twittered

v2.13

04 Dec 10:19
Compare
Choose a tag to compare
  • fix: do not sign the request for POST oauth/access_token #328 (thanks @Juneezee )
  • feat: implement get list endpoints v2 #324
  • feat: add matching rules to Tweet #331
  • feat: add error log when adding existing rule #334

v2.12

13 Nov 15:48
Compare
Choose a tag to compare

v2.11

06 Nov 10:12
Compare
Choose a tag to compare
  • Allows use of bearerToken alone : #315 (thanks @PhantomYdn !)
  • Implements post and delete tweet v2 : #317

v2.10

16 Oct 10:17
Compare
Choose a tag to compare
  • implementing get muted users endpoint : #301
  • manage lists : #307
  • manage list members : #308
  • manage pin and unpin lists : #309
  • Update lists : #311
  • Follow lists : #312

v2.9

19 Sep 12:55
Compare
Choose a tag to compare
  • adds profile image url in User interface : #294
  • adds user fields to search endpoints : #297
  • adds tweet methods to converter : #298

v2.8

25 Aug 17:57
Compare
Choose a tag to compare
  • Adds a FilteredStreamRulePredicate to build syntactically correct stream rules : #279 (thanks @rzo1 )
  • Adds the alt_text field to media object in tweet object : #282
  • Adds Space object : #285
  • Adds Space lookup endpoints : #286
  • Adds space search endpoint : #288

v2.7

05 Aug 18:09
Compare
Choose a tag to compare
  • Fixing missing protected field in user object : #266
  • Basic entities management #272 thanks @rzo1
  • Basic media entities management #273 thanks @rzo1

v2.6

16 Jul 17:24
84715d0
Compare
Choose a tag to compare
  • Implementing new retweets v2 endpoints : #263
    -- Method List<String> getRetweetersId(String tweetId) is now replaced by UserList getRetweetingUsers(String tweetId)
    -- Method Tweet retweetTweet(String tweetId) is now replaced by RetweetResponse retweetTweet(String tweetId)
    -- Method RetweetResponse unretweetTweet(String tweetId) is now available
  • Fixing rate limit exceeded log : #261

v2.5

07 Jul 17:49
6c62b53
Compare
Choose a tag to compare
  • Fixing some log messages : #241
  • Fixing User and Twitter object serialization : #244
  • Fixing searchAllTweets method #255
  • Global code reformatting
  • Setting v1 search method as Deprecated and removing the old getFavorites() method

v2.4

03 Jul 13:52
16f7bd3
Compare
Choose a tag to compare
  • Implementing mute & unmute v2 endpoints : #233
  • Allowing raise of exceptions instead of sleeping when api limits are reached #236