This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Releases: twitter/hbc
Releases · twitter/hbc
Hosebird Client v2.2.0
- Add support for Gnip's PowerTrack streaming APIs.
- Twitter4j - Fix user/message extraction for sitestreams (#118)
Hosebird Client v2.1.0
- Replace configuration of ConnectionManager with configuration of SchemeRegistry to fix #113
Hosebird Client v2.0.2
- Allow for configuration of http ConnectionManager
- Corrected code example in README
Hosebird Client v2.0.1
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
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. Thehbc-twitter4j
module is now based ontwitter4j 4.0.1
. Removed thehbc-twitter4j-v3
module as part of this.