Hbc Versions Save

A Java HTTP client for consuming Twitter's realtime Streaming API

hbc-2.2.0

9 years ago

hbc-2.1.0

9 years ago

hbc-2.0.2

10 years ago
  • Allow for configuration of http ConnectionManager
  • Corrected code example in README

hbc-2.0.1

10 years ago

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

hbc-2.0.0

10 years ago

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.