Skip to content

Releases: DocNow/twarc

v2.10.1

25 Mar 00:54
dbcbfee
Compare
Choose a tag to compare

This fixes the issue with the searches command not handling an empty file correctly reported in #612.

v2.10.0

23 Mar 04:42
af57b50
Compare
Choose a tag to compare

This release adds support for:

  • all of the list related endpoints via the twarc2 lists subcommands and associated client methods.
  • the new quote tweet endpoint via the twarc2 quotes command and associated client methods.

v2.9.5

04 Mar 11:55
cd03944
Compare
Choose a tag to compare

This release adds a workaround for a bug in Twitter's Counts API endpoint which was resulting in the twarc2 counts command stopping prematurely. Thanks to @melaniewalsh and @SamHames for the detective work! See #602 for the story.

v2.9.4

24 Feb 10:27
Compare
Choose a tag to compare

This release is functionally identical to v2.9.3, which contained a bugfix for an issue with the streaming API raising an exception and stopping early.

Due to a mistake in the release process v2.9.3 wasn't deployed to PyPI. Rather than edit history to re-release that version, this new release is being made instead.

v2.9.3

09 Feb 00:45
Compare
Choose a tag to compare

This version fixes a bug in the twarc2 sample command, that would cause an exception to be raised when trying to log a non-existent tweet ID.

v2.9.2

31 Jan 14:49
392c172
Compare
Choose a tag to compare

This release includes new functionality to provide a User-Agent HTTP header with all Twitter API requests. For example:

twarc/2.9.2 (Darwin x86_64) CPython/3.10.1

v2.9.1

31 Jan 14:47
Compare
Choose a tag to compare

Updated version number.

v2.9.0

27 Jan 23:25
a0afccb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.3...v2.9.0

v2.8.3

06 Jan 02:02
adec782
Compare
Choose a tag to compare

Fixes an issue where twarc was not correctly handling the 1 request/s rate limit for the search/all endpoint. Also includes better handling and error messages of situations when that rate limit is hit.

v2.8.2

04 Dec 15:25
b0a94fb
Compare
Choose a tag to compare

This release includes some improvements to how the mandatory the mandatory one
second sleep between requests to the search api is handled with some of the
twarc2 commands. See #575 for details.