Skip to content

Releases: redouane59/twittered

v1.20

20 Feb 19:04
c703a8f
Compare
Choose a tag to compare
  • #141 : adding expansions to tweet lookup endpoint
  • #144 : setting up sonar on the project
  • #139 : improving stream methods (thanks @Greg-M73 )

v1.19

14 Feb 12:48
3668d96
Compare
Choose a tag to compare
  • #126 Refactoring and Switch to Scribejava (big thanks @PhantomYdn)
  • #132 Fixing oauthAccessToken method
  • #133 Adding extended tweet mode to getFavorites V1 endpoint
  • #136 Implementing Follow & Unfollow endpoints V2
  • #140 letting accessible some fields on TweetV2 object

v1.18

24 Jan 21:00
b9fd774
Compare
Choose a tag to compare
  • Downgrade to jdk8 to support more projects
  • Code cleaning and fixes

v1.17

17 Jan 12:19
Compare
Choose a tag to compare
  • Collections v1 : #114 (thanks @matbroughty !!)
  • Auto-populate tweet mentions v1 : #115
  • Fix of recent search endpoint : #118
  • Code cleaning : #117

v1.16

14 Jan 19:43
Compare
Choose a tag to compare
  • Upload media v1 endpoint
  • Tweet using mediaId argument v1 endpoint
  • Fixes on javadoc

v1.15

20 Dec 16:12
Compare
Choose a tag to compare
  • Move test ressources to have a lighter jar #97
  • Implementation of follow lookup V2 endpoint (followers & following) #101
  • Implementation of user tweets timeline V2 endpoint #102
  • Implementation of user mentions timeline V2 endpoint #104
  • Implementation of reply_settings field in tweet object #106

v1.14

17 Dec 18:38
422ce78
Compare
Choose a tag to compare
  • Upgrading to java 15 : #91
  • Cleaning dependencies : #92
  • Implementing full archive search (academic) : #93

v1.13

03 Dec 20:28
01d36e7
Compare
Choose a tag to compare
  • Adding missing displayed name attribute in User class (getDisplayedName() method)
  • Fixing equals() method between UserV1 and UserV2
  • Fixing other minor issues.
  • Cleaning code

v1.12

06 Nov 18:03
f959dc9
Compare
Choose a tag to compare
  • Adding extensions to sampled stream endpoint : #82
  • Cleaning code

v1.11

13 Sep 09:28
e4f8e2d
Compare
Choose a tag to compare

Features :

  • Post reply tweet : #68
  • Use 3rd-party authentication with getOAuth1AccessToken method : #70