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

Releases: DanielaSfregola/twitter4s

8.0

21 May 09:13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1...v8.0

v7.1

21 May 09:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0...v7.1

7.0

05 Sep 15:51
Compare
Choose a tag to compare
7.0
v7.0

6.2

31 Oct 13:20
Compare
Choose a tag to compare
6.2
  • Upgrade to Scala 2.13.0 ( #275 )
  • Several dependency upgrades by ScalaSteward

Contributors

@rtyley
@ticofab
@DanielaSfregola

6.1

12 May 10:19
Compare
Choose a tag to compare
6.1
  • Upgrade to AkkaHttp 10.1.8 (#240 )

Contributors

@Humblehound

6.0.1

20 Mar 19:10
Compare
Choose a tag to compare
  • Made constructors public to allow workaround on application-only bearer token (#239 )

Contributors

@rtyley

6.0

15 Mar 17:36
Compare
Choose a tag to compare
6.0

NOTE: This release contains API breaking changes!

  • Replaced java.util.Date with java.time.Instant ( #210 )
  • Forcing to use apply when instantiating clients ( #211 )
  • Replaced LookupTweet with Tweet ( #202 )
  • Added tweet_mode to tweetLookup ( #203 )
  • Fixed location filter parameters for streaming client ( #171 )

Contributors

@allantl
@broilogabriel
@DanielaSfregola

5.5

19 Feb 17:15
Compare
Choose a tag to compare
5.5
  • Add ‘extended_tweet’ field to Tweet Class ( #206 )
  • Allowing to use external actor system for clients and added shutdown function ( #208 )
  • Fixed bug on killSwitch returning too soon when streaming ( #198 )
  • Fixed encoding issues ( #174 and #188 )
  • Fixed thread explosion when running tests ( #209 )
  • Upgrade to SBT 1.1.0 ( #193 )

Contributors

@DanielaSfregola
@ryamaguchi0220

5.4

28 Jan 13:49
Compare
Choose a tag to compare
5.4
  • Added support for tweet_mode extended (see #186 )
  • Added support for tweet_volume in Trend (see #189 )
  • Improved test coverage for User serialization (see #183 )
  • Upgrade to SBT 1.0.4 and Scala 2.12.4 (see #184 )
  • Added Scalafmt support (see #192 )

Contributors

@carolinadominguez
@catalin-ursachi
@DanielaSfregola
@ElfoLiNk
@smrnv

5.3

04 Dec 11:32
Compare
Choose a tag to compare
5.3
  • Added support for video_info for Media object (see #182 )
  • Improved tests around media upload (see #175 )
  • Changed travis-ci settings to make sure compatibility with JDK 7 is maintained (see #178 )

Contributors

@allantl
@broilogabriel
@DanielaSfregola