Skip to content

Commit 06f4232

Browse files
chore(release): 0.27.0 [skip ci]
## [0.27.0](v0.26.0...v0.27.0) (2025-09-19) ### Features * allow custom metadata for data sets & roots ([fe41931](fe41931)), closes [#201](#201) * expose metadata as Record<string,string>; check constraints ([68ed29b](68ed29b)) * match data set for auto-selection based on all metadata (unordered) ([50eb97a](50eb97a)) ### Bug Fixes * exact match of metadata, ignoring order, when selecting data set to reuse ([5f80a64](5f80a64)) * pass metadata to context create, match cached contexts on metadata ([967f272](967f272))
1 parent 858a51b commit 06f4232

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.27.0](https://github.com/FilOzone/synapse-sdk/compare/v0.26.0...v0.27.0) (2025-09-19)
2+
3+
### Features
4+
5+
* allow custom metadata for data sets & roots ([fe41931](https://github.com/FilOzone/synapse-sdk/commit/fe4193181e1af214e702f7ecd877713e16ba5964)), closes [#201](https://github.com/FilOzone/synapse-sdk/issues/201)
6+
* expose metadata as Record<string,string>; check constraints ([68ed29b](https://github.com/FilOzone/synapse-sdk/commit/68ed29bc0a2890b09d82990e4c983cc65768dab1))
7+
* match data set for auto-selection based on all metadata (unordered) ([50eb97a](https://github.com/FilOzone/synapse-sdk/commit/50eb97ac1098b2997f073487ea1ad7c3cbb738a6))
8+
9+
### Bug Fixes
10+
11+
* exact match of metadata, ignoring order, when selecting data set to reuse ([5f80a64](https://github.com/FilOzone/synapse-sdk/commit/5f80a64a43d2fe8c11727a4337b7939ec921985a))
12+
* pass metadata to context create, match cached contexts on metadata ([967f272](https://github.com/FilOzone/synapse-sdk/commit/967f2727aeacf4695d7e166276dcc58adb5dd1cd))
13+
114
## [0.26.0](https://github.com/FilOzone/synapse-sdk/compare/v0.25.1...v0.26.0) (2025-09-19)
215

316
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@filoz/synapse-sdk",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "A JavaScript interface to Filecoin Synapse",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)