Skip to content

Releases: pytroll/trollmoves

Version 0.15.0 (2024/05/27)

27 May 09:24
cba1068
Compare
Choose a tag to compare

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

  • PR 195 - Fix posttroll-based notifier for move it server (194)

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)

28 Feb 09:13
e9494a9
Compare
Choose a tag to compare

Issues Closed

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)

04 Sep 14:35
c9f33e6
Compare
Choose a tag to compare

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

05 Jun 06:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.0...v0.13.0

Version 0.12.0

27 Apr 05:51
Compare
Choose a tag to compare

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)

27 Mar 07:26
cf44f07
Compare
Choose a tag to compare

Issues Closed

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

11 Aug 06:53
Compare
Choose a tag to compare

###############################################################################

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

03 Dec 12:53
Compare
Choose a tag to compare

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

  • PR 108 - Refactor dispatcher
  • PR 99 - Prevent unnecessary listener reloads in Trollmoves Client (97)

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.

Version 0.8.1

04 Nov 06:53
Compare
Choose a tag to compare

Version 0.8.1 (2021/11/04)

Issues Closed

In this release 1 issue was closed.

Pull Requests Merged

Bugs fixed

  • PR 96 - Stop Publisher restarting when publisher parameters are not changed (85)

Features added

  • PR 96 - Stop Publisher restarting when publisher parameters are not changed (85)

In this release 2 pull requests were closed.

Version 0.8.0

01 Nov 06:57
Compare
Choose a tag to compare

Version 0.8.0 (2021/11/01)

Pull Requests Merged

Bugs fixed

  • PR 95 - Bugfix spare client requests

Features added

  • PR 95 - Bugfix spare client requests

In this release 2 pull requests were closed.