This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
Releases: DanielaSfregola/twitter4s
Releases · DanielaSfregola/twitter4s
5.2
NEW FEATURES
- Added
TwitterAuthClient
(see #42 ) - Added giter8 support, welcome twitter4s.g8 (see #170 )
- Added support for all standard parameters for the Twitter Streaming API (see #165 )
- Updated scaladoc links to the new twitter documentation (see #49 )
- Uniformed logs backend with docs! (see #170 )
- Made every case class as final (see #132)
BUG FIXES
- Fixed bug on encoding for twitter search (see #133, #134, #136 )
- Fixed bug on UTF-8 encoding (see #139 )
- Fixed bug on media uploading (see #141 )
- Removed obsolete configs (see #150)
Contributors
@allantl
@andersschuller
@DanielaSfregola
@Gaarv
@guizmaii
@JesusMtnez
@lapmid
@mfirry
@npeters
@Ocete
@oschrenk
@sammyrulez
5.1
5.0
- Added support for Rate Limits in the REST API ( #80 )
- Simplified initialization by no longer need to pass an actor system ( #113 and #118 )
- Removed deprecated functions ( #112 )
- Improved source code by hiding implementation details ( #113 )
- Improved test coverage (#117 )
- Fixed bug on TwitterStreamingClient.filterStatuses serialization ( #122 )
- Fixed bug on direct messages related to wrong HTTP method call ( #119 )
4.2
- Added new
apply
functions to ease the creation of clients (see #104 ) - Added function
close
to shutdown the actor system associated to a client (see #103 ) - Added a
default
field toProfileImage
(see #97 ) - Fixed bug on
entities.media
not being populated (see #96 ) - Improved test coverage (see #98 )