Skip to content

Releases: gwu-libraries/sfm-utils

Version 3.0.0

24 Apr 14:49
Compare
Choose a tag to compare

Bug/security fixes

  • Export of JSON limited fields fixed
  • petl upgraded to 1.6.8

Version 2.5.0

01 Nov 19:50
Compare
Choose a tag to compare
  • Upgrades the SFM base (Docker) image to Python 3.8 (sfm-ui #1071) and Debian 10 ("buster"). For SFM development, see comments in the ticket for instructions relevant to upgrading the virtual environment for use with Python 3.8.
  • Upgrades kombu to a version compatible with Python 3.8.
  • Fixes a bug in the BaseWarcIter class in warc_iter.py that prevented the flickr-warc_iter.py script from running at the command line.

Version 2.4.0

07 Jul 13:58
Compare
Choose a tag to compare
  • Implements fine-grained data directories and data volumes (sfm-ui #1051).
  • Updates pip upgrade step in Dockerfiles.
  • Fixes typos in docstrings. Thanks, @sebastian-nagel!

Version 2.3.0

04 May 13:48
Compare
Choose a tag to compare

Handles maintenance messages from Twitter filter stream connections rather than logging as error "Bad json" (#946).

2.2.0...2.3.0

Version 2.2.0

10 Sep 16:16
Compare
Choose a tag to compare
  • Python dependency upgrades
  • Fixed gosu installation in sfm-base Dockerfile

2.1.0...2.2.0

Version 2.1.0

03 Jan 15:51
Compare
Choose a tag to compare

Upgraded Python libraries

2.0.2...2.1.0

Version 2.0.2

13 Aug 21:02
Compare
Choose a tag to compare

No significant changes in this release.

Version 2.0.1

07 Aug 17:54
Compare
Choose a tag to compare

Fix to warcprox.

Version 2.0.0

24 Jul 15:12
Compare
Choose a tag to compare

Changes in this release:

  • Upgrade to python3 and various libraries.
  • Replaced IA warc library with warcio.

Version 1.12.0

12 Jun 13:38
Compare
Choose a tag to compare

Significant changes in this release:

  • Added support for paging in REST API client.
  • Added correct messages to support automatic seed deletion.
  • Add support for filtering by warc created date to REST API client.
  • For exporting, limited querying API by seed list to prevent malformed requests.
  • Unpinned transitive dependencies.