Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Releases: twitter/hbc

Hosebird Client v2.2.0

02 Jul 18:08
Compare
Choose a tag to compare
  • Add support for Gnip's PowerTrack streaming APIs.
  • Twitter4j - Fix user/message extraction for sitestreams (#118)

Hosebird Client v2.1.0

03 Jun 15:24
Compare
Choose a tag to compare
  • Replace configuration of ConnectionManager with configuration of SchemeRegistry to fix #113

Hosebird Client v2.0.2

28 Apr 18:32
Compare
Choose a tag to compare
  • Allow for configuration of http ConnectionManager
  • Corrected code example in README

Hosebird Client v2.0.1

24 Mar 21:46
Compare
Choose a tag to compare

Bug fix release for clients with later versions of Guava.

  • Stop using deprecated Guava method Closeables.closeQuietly (see pull #104)
  • Fix some static analysis warnings

Hosebird Client v2.0.0

19 Mar 03:31
Compare
Choose a tag to compare

This is a dependency update. That said, upgrades should be fairly straightforward for most clients.

Available in maven central via:

<groupId>com.twitter</groupId>
<artifactId>hbc-core</artifactId> <!-- or hbc-twitter4j -->
<version>2.0.0</version>

Changes:

  • Upgrade JOAuth to 6.0.2 from 4.0.1.
  • Removed transitive Scala dependency that was brought in via the previous versions of JOAuth.
  • Upgrade Guava dependency to 14.0.1.
  • Removed twitter4j 2.x support. The hbc-twitter4j module is now based on twitter4j 4.0.1. Removed the hbc-twitter4j-v3 module as part of this.