Skip to content

Latest commit

 

History

History
106 lines (73 loc) · 3.55 KB

CHANGELOG.md

File metadata and controls

106 lines (73 loc) · 3.55 KB

Changelog

v0.3.8 - 2019-11-12

This release fixes handling of stopped periodic jobs

  • [#103] revoke scheduled celery restart jobs on stop

v0.3.7 - 2019-08-27

This release fixes a prefix handling bug when scanning S3.

  • [#98] Preserve trailing slash for S3 prefix

v0.3.6 - 2019-08-14

This release fixes a path registration bug when scanning S3 and updates a dependency.

  • Bump urllib3 from 1.24.1 to 1.24.2
  • [#95] Replaced lstrip with index and offset

v0.3.5 - 2019-04-10

This release adds support for non utf-8 filenames and tests for code coverage.

  • [#88] Limit Celery version
  • [#63] make easier to test against a non-default zone
  • [#63] Add more UnicodeEncodeError tests
  • [#51] Add tests for event handler PEPs
  • [#31] Handle invalid zone name in target coll
  • [#31] Add test for invalid zone name
  • [#76] Add max redis version and requirements.txt
  • [#40] Handle UnicodeEncodeError filenames for PUT
  • [#40] Add tests for non-encodeable filename
  • [#78] Add documentation around VM overcommitting

v0.3.4 - 2018-11-15

  • [#76] Pin redis version to 2.10.6

v0.3.3 - 2018-10-27

  • [#75] Honor SSL parameters in irods_environment.json

v0.3.2 - 2018-09-25

  • [#69] Don't follow symlinks to dirs

v0.3.1 - 2018-09-20

  • [#49] Fix S3 syncing dir and registering folder

v0.3.0 - 2018-09-19

This release adds support for scanning S3 in addition to locally mounted filesystems. To improve performance, a default Celery worker will now work on 50 files, rather than 1.

  • [#49] Add support for scanning S3
  • [#51] Fix policy points for syncing directories
  • [#52] Remove list_dir option

v0.2.2 - 2018-09-10

  • [#50] fixed invocation used for collection events

v0.2.1 - 2018-09-06

  • [#45] check permission before enqueueing a file/dir
  • [#46] add missing scandir dependency
  • [#47] only call cancel if timer is instantiated

v0.2.0 - 2018-09-03

  • Swap queueing technology to Celery from RedisQueue
  • Handles non-utf8-encodeable filenames
  • Allows filetype/filename/directory exclusions
  • Adds performance profiler
  • Adds a NO_OP operation

v0.1.0 - 2018-05-11

  • Initial release
  • Python3 required
  • Includes five operations
  • Includes logging
  • Nascent support for Docker, Kubernetes, and Helm