This bugfix release includes code to respect the 1 request / 1 second limit on the search/all endpoint 445 and also a fix for exceptions involving JSON decode errors 441
2.0.8
Pagination should guard against responses that lack a "meta" property.
2.0.7
Improved logging when error messages from Twitter are not JSON.
2.0.6
When users are searching the full archive the default --start-date is set to the Twitter Epoch (2006-03-21). Without this it will default to the month prior to whatever the --end-date is, which can lead to confusion when users think they are searching everything. See 434 for context.
2.0.5
This is a bugfix release to handle twarc configure when running on a brand new Ubuntu operating system as root when /root/.config doesn't exist yet. 431
2.0.4
This release includes a small enhancement to allow flattening already flattened data. It should turn `twarc.expansions.flatten` into a no-op when given already flattened data.