Releases: redouane59/twittered
Releases · redouane59/twittered
v1.10
v1.9
- Fixing not closed connection
- Fixing stream endpoints
v1.8
- Sampled Stream endpoint : https://developer.twitter.com/en/docs/twitter-api/tweets/sampled-stream/api-reference/get-tweets-sample-stream
- Fix of premium endpoint (environment name variable)
- Fix bad info log in request helpers
v1.7
v1.6
- Renaming the repository to twittered (previously twitter-client)
- Renaming several classes & interfaces :
ITweet
becomes TweetUser
TweetDTOv1
becomesTweetV1
etc. - Splitting in several twitter client interfaces V1, V2 endpoints and archive methods
v1.5
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
- 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
)