Releases: redouane59/twittered
Releases · redouane59/twittered
v2.21
Implementation of the new V2 endpoints for Direct Messages (lookup + create)
v2.19
- Use try with resources, improve logging #401
- Replace concatenation with placeholders in logging #402
- Extract object mapper, optimize user enrichment #403
- Add Variant media field #404
- Added TwitterClient.stopFilteredStream() variant with a timeout #406
v2.18
- fix: typo predicate with url #388
- Add FilteredStreamRulePredicate.empty() to allow building of complex queries #391
- Fix Lombok default value null on UserList data field #395
- Expand UrlEntityV2 with media_key field #397
- Add list tweets endpoint #399
thanks to @blizniukov and @rzo1 !
v2.16
- #354 : adding get list members endpoint
- #357 : adding places to Tweet includes
v2.15
- #348 : better manage streaming json exceptions
- #352 : adds geo_id to expansions
- #353 : implementing pagination for get Liking users and get Retweeting users
v2.14
- add user objects in TweetList data #336
- add user timelines missing fields #341
- Fix Wrong FilteredStreamRulePredicate#and(FilteredStreamRulePredicate) implementation #345
- implement oAuth2.0 user context #343
- implement get space buyers endpoint #325