Skip to content

Latest commit

 

History

History
235 lines (106 loc) · 11 KB

CHANGELOG.md

File metadata and controls

235 lines (106 loc) · 11 KB

Changelog

3.3.0 (2024-08-19)

Features

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

3.2.4 (2024-08-14)

Bug Fixes

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

3.2.3 (2024-07-04)

Bug Fixes

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

3.2.2 (2024-04-17)

Bug Fixes

3.2.1 (2024-04-16)

Bug Fixes

  • rm local dir before storage test (170a135)

3.2.0 (2024-04-15)

Features

3.1.1 (2024-03-07)

Bug Fixes

3.1.0 (2024-02-19)

Features

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

Bug Fixes

  • improved inventory test (a07d750)

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)

2.1.1 (2023-11-26)

Bug Fixes

  • fix property name in interface (89b48d5)

2.1.0 (2023-11-23)

Features

  • add argument for stripping incomplete parts of constant prefix (d050377)

Bug Fixes

  • raise WorkflowError in case of failture during dir creation (ed38962)
  • remove superfluous method (30aeb9e)

2.0.1 (2023-11-15)

Miscellaneous Chores

2.0.0 (2023-11-15)

⚠ BREAKING CHANGES

  • add tmp_path to query methods in test suite

Features

  • add tmp_path to query methods in test suite (5cfcf62)

Bug Fixes

  • IOCache call in test suite (00abf1b)

Documentation

1.3.1 (2023-11-15)

Bug Fixes

  • create local storage prefix if it is not yet present (ec5ff76)

1.3.0 (2023-11-15)

Features

1.2.3 (2023-10-24)

Bug Fixes

  • adapt test suite to changes in snakemake 8 (a4cbefa)

1.2.2 (2023-10-24)

Bug Fixes

1.2.1 (2023-10-24)

Bug Fixes

1.2.0 (2023-10-17)

Features

  • migrate flagging code into main snakemake (974f05d)

Bug Fixes

1.1.2 (2023-10-13)

Bug Fixes

  • fix testcase for writable storage provider (32f473a)
  • remove superfluous dependency (12b9061)

1.1.1 (2023-10-11)

Bug Fixes

  • fix testcase for writable storage provider (32f473a)
  • update deps (856ba18)

1.1.0 (2023-10-11)

Features

  • extend test cases (6b49597)
  • require example query to be provided (f48b3f0)

Bug Fixes

  • adapt to changes in snakemake-interface-common (a7da931)
  • update deps (856ba18)

1.0.2 (2023-09-28)

Bug Fixes

  • remove object after test (b55c77c)

1.0.1 (2023-09-27)

Bug Fixes

1.0.0 (2023-09-27)

Miscellaneous Chores

0.1.0 (2023-09-26)

Features

  • add retry decorator (30bcaf3)
  • cleaned up and simplified API (243177e)
  • support tagged settings (1a64b4f)

Bug Fixes

  • bump min version of snakemake-interface-common (c50c9c1)