Skip to content

Releases: DocNow/twarc

v2.14.0

04 Apr 13:01
Compare
Choose a tag to compare

What's Changed

Small fix to add missing fields for blue verified in both v1.1 and v2.

  • Add verified_type user field #682
  • Add include_ext_is_blue_verified #690
  • Updates to tutorial doc ae7a161

Full Changelog: v2.13.0...v2.14.0

v2.13.0

26 Dec 14:17
b0be0f6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.13.0

v2.12.0

01 Oct 16:35
40c2dae
Compare
Choose a tag to compare

What's Changed

  • Add additional expansions and fields for the new tweet edit related API parameters by @SamHames in #657

Full Changelog: v2.11.3...v2.12.0

v2.11.3

12 Sep 14:05
c65ef7a
Compare
Choose a tag to compare

What's Changed

  • Add __twarc metadata to list_lookup returned data by @SamHames in #654

Full Changelog: v2.11.2...v2.11.3

Release v2.11.2

16 Aug 04:45
f4232b4
Compare
Choose a tag to compare

This is a small bug fix release for an issue with progress bars being used incorrectly when reading data from stdin: #652.

v2.11.1

18 Jul 13:56
b09ba6e
Compare
Choose a tag to compare

What's Changed

  • Add sort_order parameter for search api by @mirkolenz in #645
  • Append matching rules from stream when flattening by @igorbrigadir in #646
  • Fix bug where --max-results could not be set with --no-context-annota… by @SamHames in #648

New Contributors

Full Changelog: v2.10.4...v2.11.1

v2.11.0

30 Jun 13:08
693691e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.10.4...v2.11.0

v2.10.4

29 Apr 03:05
36c2252
Compare
Choose a tag to compare

This release contains two bug fixes:

  • A fix to the ensure_flattened function that handles valid API responses that contain errors, but no data #627
  • A fix to the v1.1 user_lookup function that raises a useful error when a string is passed, preventing the lookup of single character usernames. Thanks to @hauselin.

v2.10.3

21 Apr 05:03
9092069
Compare
Choose a tag to compare

This release fixes two issues:

  • reports a meaningful error when the timeline command is called for a user that doesn't exist
  • correctly handles counts when querying for a user that doesn't exist

v2.10.2

01 Apr 10:25
a2306e2
Compare
Choose a tag to compare

What's Changed

  • Set daemon attribute instead of using setDaemon method that was deprecated in Python 3.10. by @tirkarthi in #617
  • Fix method name typo introduced by refactor by @SamHames in #621

New Contributors

Full Changelog: v2.10.1...v2.10.2