Skip to content

Releases: felixdorn/twitter-stream-api

2.2.1

25 May 08:11
Compare
Choose a tag to compare

What's Changed

  • Fixed Docs by @poldixd in #21
  • Support psr/http-message v1.0.1 by @uintaam in #25
  • Various bug fixes / Improvements

New Contributors

Full Changelog: 2.2.0...2.2.1

Release 2.2.0

04 Oct 19:37
Compare
Choose a tag to compare

Harden error handling.

Release 2.1.1

11 Sep 15:40
c5a7f3f
Compare
Choose a tag to compare
handle unauthorized error

Release 2.1.0

04 Sep 17:12
60e309b
Compare
Choose a tag to compare
  • Support for the GROUP operator, building cute (cats OR dogs) using the rule builder is now possible. Note, this rule can be written as cute cats OR dogs. Don't use a group for that.
  • Can negate þoint_radius and bounding_box.
  • Various bug fixes
  • More tests

Release 2.0.0

01 Sep 13:44
Compare
Choose a tag to compare

This version has some major improvements:

This package can now be used with small streams.

  • Reduced default buffer size: this package was unusable with small streams, now, it works.
  • New withTweetLimit(), timeElapsedInSeconds() and withBufferSize() method for advanced usage only
  • 429s are now handled correctly
  • Validate rules without creating them.

PLEASE READ THE UPGRADE GUIDE.

Release 1.0.2

05 Jul 21:14
e680d32
Compare
Choose a tag to compare
Merge pull request #10 from adam-riha/master

Fix logic operands + Twitter error response message

Release 1.0.1

05 Jul 20:19
Compare
Choose a tag to compare
fix stream being stuck forever

Release 1.0.0

05 Jul 12:16
Compare
Choose a tag to compare
update docs

Release 0.3.1

30 May 12:46
Compare
Choose a tag to compare
fix tests

Release 0.3.0

26 May 09:20
Compare
Choose a tag to compare
rename rule->add to rule->save