Releases: gwu-libraries/sfm-utils
Releases · gwu-libraries/sfm-utils
Version 3.0.0
Bug/security fixes
- Export of JSON limited fields fixed
- petl upgraded to 1.6.8
Version 2.5.0
- 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 inwarc_iter.py
that prevented theflickr-warc_iter.py
script from running at the command line.
Version 2.4.0
- 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
Handles maintenance messages from Twitter filter stream connections rather than logging as error "Bad json" (#946).
Version 2.2.0
- Python dependency upgrades
- Fixed
gosu
installation in sfm-base Dockerfile
Version 2.1.0
Upgraded Python libraries
Version 2.0.2
No significant changes in this release.
Version 2.0.1
Fix to warcprox.
Version 2.0.0
Changes in this release:
- Upgrade to python3 and various libraries.
- Replaced IA warc library with warcio.
Version 1.12.0
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.