Releases: pytroll/trollmoves
Releases · pytroll/trollmoves
Version 0.15.2 (2024/06/17)
Version 0.15.1 (2024/06/17)
Version 0.15.0 (2024/05/27)
Issues Closed
- Issue 194 - move it server fails to start when config uses listen instead of origin (PR 195 by @mraspaud)
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
Features added
- PR 199 - Replace utcnow (and fix style along the way)
- PR 198 - Add the fetcher functionality and documentation on rtd
In this release 3 pull requests were closed.
Version 0.14.0 (2024/02/28)
Issues Closed
- Issue 192 - Migrate away from
pyinotify
(PR 185 by @mraspaud) - Issue 189 - S3 mover passes all config items to
S3FileSystem()
(PR 190 by @pnuu)
In this release 2 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 190 - Fix connection parameter handling (189)
- PR 184 - Make sure unpack takes
delete
as a boolean - PR 183 - Update versioneer
Features added
- PR 193 - Use log file in tmp_path instead of 'somefile'
- PR 191 - Update python CI versions to cover 3.10 - 3.12
- PR 190 - Fix connection parameter handling (189)
- PR 185 - Replace pyinotify with watchdog (192)
In this release 7 pull requests were closed.
Version 0.13.1 (2023/09/04)
Issues Closed
- Issue 175 - urlparse in move_it function fails to parse destination parameter when destination parameter already is a urllib.parse.ParseResult (PR 176 by @TAlonglong)
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 176 - Handle destination as urlparse type. Add test. (175)
- PR 174 - Fix ftp mover using destination filename when provided
In this release 2 pull requests were closed.
Version 0.13.0
What's Changed
- Adding start to the Publisher by @TAlonglong in #172
- adding backup targets by @TAlonglong in #170
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 by @dependabot in #168
Full Changelog: v0.12.0...v0.13.0
Version 0.12.0
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.5 by @dependabot in #162
- Remove unnecessary codecov python package install in CI by @TAlonglong in #164
- Handle the distapcthing of a dataset (keeping the same filenames) by @adybbroe in #163
- Add S3 downloader by @TAlonglong in #124
- Make it possible to pass connection-parameters to the S3 mover by @adybbroe in #165
- Error in destination path when dispatching to S3 by @adybbroe in #166
- Fix installation of the S3 downloader script by @adybbroe in #167
Full Changelog: v0.11.0...v0.12.0
Version 0.11.0 (2023/03/27)
Issues Closed
- Issue 146 - Add timeout to ssh connect (PR 147 by @TAlonglong)
- Issue 141 - delete default set to bool False, but is handled as a string (PR 142 by @TAlonglong)
- Issue 111 - Decompression by Server fails the transfer
In this release 3 issues were closed.
Pull Requests Merged
Bugs fixed
- PR 152 - Do not transform local paths to ssh-uris
- PR 142 - Fix bug handling boolean as string (141)
- PR 140 - Add try/except around Message creation
- PR 128 - Add pyinotify a hard requirement
Features added
- PR 157 - Add file creation time as metadata
- PR 147 - Add timeout to ssh client connect (146)
- PR 134 - Import
netifaces
only if used - PR 133 - Refactor the logging
- PR 132 - Modernize sftp mover
- PR 130 - Add a skeleton documentation for Trollmoves
- PR 127 - Use dictionary config interfaces for publisher and subscriber creation
In this release 11 pull requests were closed.
Version 0.10.0
###############################################################################
Version 0.10.0 (2022/08/11)
Issues Closed
In this release 1 issue was closed.
Pull Requests Merged
Bugs fixed
- PR 113 - Fix dispatcher destination url creation and revert test config to intended value
Features added
- PR 119 - Add an option to disable target directory creation
- PR 117 - Use movers from the trollmoves package (116)
- PR 115 - Add a mover for s3:// protocol
- PR 112 - Remove Python 3.7 and add Python 3.10 for running unittests
In this release 5 pull requests were closed.
Version 0.9.0
Version v0.9.0 (2021/12/03)
Issues Closed
- Issue 107 - Possible to handle messages with dataset
- Issue 100 - Refactor unit tests (PR 101 by @pnuu)
- Issue 97 - Adjusting the config restarts Client listeners unnecessarily (PR 99 by @pnuu)
- Issue 80 - Move child classes of MoveItBase to respective modules within trollmoves library
In this release 4 issues were closed.
Pull Requests Merged
Bugs fixed
Features added
- PR 109 - Example end-to-end test
- PR 108 - Refactor dispatcher
- PR 106 - Refactor mirror
- PR 105 - Refactor server
- PR 104 - Refactor client
- PR 103 - Remove client listener callback
- PR 102 - Remove six usage, reorder imports and fix flake8 warnings
- PR 101 - Refactor unit tests (100)
- PR 99 - Prevent unnecessary listener reloads in Trollmoves Client (97)
In this release 11 pull requests were closed.