Skip to content

Releases: snakemake/snakemake-storage-plugin-fs

v1.0.4

25 Apr 07:34
ce81a30
Compare
Choose a tag to compare

1.0.4 (2024-04-25)

Bug Fixes

  • inherit ownership and permissions from "remote"/destination dir (289a739)

v1.0.3

17 Apr 11:42
5122e85
Compare
Choose a tag to compare

1.0.3 (2024-04-17)

Bug Fixes

  • fix query validation (used deprecated API) (9bbeaaa)

v1.0.2

16 Apr 15:09
5b902e9
Compare
Choose a tag to compare

1.0.2 (2024-04-16)

Miscellaneous Chores

v1.0.1

16 Apr 14:57
653b910
Compare
Choose a tag to compare

1.0.1 (2024-04-16)

Bug Fixes

  • do not consider URL-like queries as valid (bb0cd39)

v1.0.0

28 Feb 06:58
7b3043b
Compare
Choose a tag to compare

1.0.0 (2024-02-24)

⚠ BREAKING CHANGES

  • remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. (#13)

Bug Fixes

  • remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. (#13) (1c78d88)
  • respect permissions of the target dir, especially setgid (#11) (2132a5a)

v0.2.0

19 Feb 14:21
8f13152
Compare
Choose a tag to compare

0.2.0 (2024-02-19)

Features

v0.1.5

20 Dec 18:24
16a3eb4
Compare
Choose a tag to compare

0.1.5 (2023-12-20)

Documentation

v0.1.4

08 Dec 11:42
46023bc
Compare
Choose a tag to compare

0.1.4 (2023-12-08)

Documentation

v0.1.3

05 Dec 15:17
a4fd7db
Compare
Choose a tag to compare

0.1.3 (2023-12-05)

Bug Fixes

  • adapt to interface change (6b1bee0)

v0.1.2

20 Nov 16:33
77b9ad5
Compare
Choose a tag to compare

0.1.2 (2023-11-20)

Bug Fixes

  • create directory if not yet existing (e8d959f)
  • fix inventory (25e56ba)