Skip to content

Releases: snakemake/snakemake-interface-storage-plugins

v3.3.0

19 Aug 10:57
d3ef0af
Compare
Choose a tag to compare

3.3.0 (2024-08-19)

Features

  • add postprocess_query method for optionally modifying the query before a storage object is created (#51) (5590a90)

v3.2.4

14 Aug 07:50
235e32b
Compare
Choose a tag to compare

3.2.4 (2024-08-14)

Bug Fixes

  • in test suite, check that filepath exists after retrieval (b4585df)

v3.2.3

04 Jul 14:07
5274491
Compare
Choose a tag to compare

3.2.3 (2024-07-04)

Bug Fixes

  • fix name of touch operation attribute (a0556bc)
  • return type of local_suffix (#48) (31ef31d)

v3.2.2

17 Apr 10:36
bfe289b
Compare
Choose a tag to compare

3.2.2 (2024-04-17)

Bug Fixes

v3.2.1

16 Apr 07:38
11dcef8
Compare
Choose a tag to compare

3.2.1 (2024-04-16)

Bug Fixes

  • rm local dir before storage test (170a135)

v3.2.0

15 Apr 08:35
cc1dbbd
Compare
Choose a tag to compare

3.2.0 (2024-04-15)

Features

v3.1.1

07 Mar 10:09
fde0ed3
Compare
Choose a tag to compare

3.1.1 (2024-03-07)

Bug Fixes

v3.1.0

19 Feb 10:12
265690c
Compare
Choose a tag to compare

3.1.0 (2024-02-19)

Features

  • support for touching storage objects (updating their modification time) (#35) (a7db28b)

Bug Fixes

  • improved inventory test (a07d750)

v3.0.0

05 Dec 12:34
89d3635
Compare
Choose a tag to compare

3.0.0 (2023-12-05)

⚠ BREAKING CHANGES

  • require list of example queries (renamed method example_query into example_queries); this way, we support storage providers that need multiple examples to best explain how queries are structured

Features

  • require list of example queries (renamed method example_query into example_queries); this way, we support storage providers that need multiple examples to best explain how queries are structured (a2c4a70)
  • support checking whether plugin is read/write. (df1f4da)

v2.1.1

27 Nov 08:41
0e7698e
Compare
Choose a tag to compare

2.1.1 (2023-11-26)

Bug Fixes

  • fix property name in interface (89b48d5)