Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.

Releases: DanielaSfregola/twitter4s

5.2

28 Oct 17:55
Compare
Choose a tag to compare
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

15 Apr 11:37
Compare
Choose a tag to compare
5.1
  • Fix authentication bug related to akka_http version overriding ( #127 )

5.0

26 Feb 09:45
Compare
Choose a tag to compare
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

28 Jan 15:23
Compare
Choose a tag to compare
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 to ProfileImage (see #97 )
  • Fixed bug on entities.media not being populated (see #96 )
  • Improved test coverage (see #98 )

Contributors

@DanielaSfregola
@lachatak
@memoizr
@tpalanga

4.1

14 Jan 11:37
Compare
Choose a tag to compare
4.1
  • We can now close a stream ( see #68 )
  • We can now replace a stream ( see #67 )
  • Added documentation for new stream functionalities (see #85 )
  • Fixed bug on query encoding for TwitterRestClient.searchTweets ( #91 )
  • Fixed scaladoc for TwitterRestClient.searchTweets (see #84 )

4.0.1

07 Jan 12:18
Compare
Choose a tag to compare
  • Fix for EntityStreamSizeException when using the Streaming Client ( #83 )

4.0

05 Jan 18:48
Compare
Choose a tag to compare
4.0
  • Migrated to Akka-Http ( #55 )
  • Added support for Scala 2.12 ( #54 )

3.0

20 Dec 06:57
Compare
Choose a tag to compare
3.0
  • Changed style of the API by improving the functions names ( #74 )
  • Added filter by language support for all the streaming endpoints ( #72 and #70 )
  • Added support for different image resolution for the user profile ( #75 )

Contributors

@valydia
@lachatak
@DanielaSfregola

2.1

29 Nov 18:25
Compare
Choose a tag to compare
2.1
  • Fixed bug on twitter coordinates (#52 and #53)
  • Improved memory usage when running tests

Contributors

@DanielaSfregola
@lionetxue
@bbarker

2.0

30 Sep 16:29
Compare
Choose a tag to compare
2.0
  • Made Streaming usage easier with partial functions ( #45 ) and restructuring of the StreamMessages ( #44 )
  • Improved documentation on how to use the streaming client ( #49 )
  • Fixed unmarshalling of events and direct messages ( #46 )