1.0.6 (2024-08-16)
1.0.5 (2024-07-04)
1.0.4 (2024-04-25)
- inherit ownership and permissions from "remote"/destination dir (289a739)
1.0.3 (2024-04-17)
- fix query validation (used deprecated API) (9bbeaaa)
1.0.2 (2024-04-16)
- release 1.0.2 (173ce62)
1.0.1 (2024-04-16)
- do not consider URL-like queries as valid (bb0cd39)
1.0.0 (2024-02-24)
- 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)
- 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)
0.2.0 (2024-02-19)
0.1.5 (2023-12-20)
0.1.4 (2023-12-08)
- refactor docs (aeeee93)
0.1.3 (2023-12-05)
- adapt to interface change (6b1bee0)
0.1.2 (2023-11-20)
0.1.1 (2023-11-17)
- fixed query validation (04aba41)
- adapt to interface changes, fix implementation (7883f07)