Releases: snakemake/snakemake-interface-storage-plugins
Releases · snakemake/snakemake-interface-storage-plugins
v3.3.0
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
3.2.4 (2024-08-14)
Bug Fixes
- in test suite, check that filepath exists after retrieval (b4585df)
v3.2.3
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
3.2.2 (2024-04-17)
Bug Fixes
v3.2.1
3.2.1 (2024-04-16)
Bug Fixes
- rm local dir before storage test (170a135)
v3.2.0
3.2.0 (2024-04-15)
Features
v3.1.1
3.1.1 (2024-03-07)
Bug Fixes
v3.1.0
3.1.0 (2024-02-19)
Features
- support for touching storage objects (updating their modification time) (#35) (a7db28b)
Bug Fixes
v3.0.0
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
2.1.1 (2023-11-26)
Bug Fixes
- fix property name in interface (89b48d5)