Skip to content

Releases: FilOzone/synapse-sdk

synapse-sdk: v0.31.1

Choose a tag to compare

@github-actions github-actions released this 10 Oct 05:54
5a6bd39

0.31.1 (2025-10-10)

Bug Fixes

  • resolves bug of using client address instead of signer for datsetId lookup (7320c2b)
  • Use clientAddress for next dataset ID (#299) (7320c2b)

synapse-sdk: v0.31.0

Choose a tag to compare

@github-actions github-actions released this 09 Oct 05:50
eeaf91d

0.31.0 (2025-10-09)

Features

  • sp-tool: add full PDP offering updates and capabilities (#294) (e71fb8c)

synapse-sdk: v0.30.1

Choose a tag to compare

@github-actions github-actions released this 09 Oct 02:01
5a35d43

0.30.1 (2025-10-09)

Bug Fixes

  • more careful checks for EIP-1193 provider (#290) (bfeee48)

synapse-sdk: v0.30.0

Choose a tag to compare

@github-actions github-actions released this 08 Oct 18:15
4c3170a

0.30.0 (2025-10-08)

Features

Bug Fixes

  • generate-abi from correct contracts git tag (#279) (742c041)

Chores

  • update mock service worker package version to 2.10.5 (e201a48)

synapse-sdk: v0.29.3

Choose a tag to compare

@github-actions github-actions released this 03 Oct 16:56
6ddbac3

0.29.3 (2025-10-03)

Bug Fixes

  • update package.json paths to use 'dist/src' directory (625b269)

synapse-sdk: v0.29.2

Choose a tag to compare

@github-actions github-actions released this 03 Oct 16:38
7cff497

0.29.2 (2025-10-03)

Bug Fixes

  • clean up synapse-sdk readme (8a7f949)

v0.29.1

Choose a tag to compare

@github-actions github-actions released this 26 Sep 07:22
6a9636c

0.29.1 (2025-09-26)

Bug Fixes

  • import constants (#246) (53e0c97)
  • resolve data sets in getClientDataSetsWithDetails without rail indirection (#235) (d0e8fb9)

v0.29.0

Choose a tag to compare

@github-actions github-actions released this 25 Sep 15:42
4cbdc02

0.29.0 (2025-09-24)

Features

Bug Fixes

Chores

  • ci: switch from semantic-release to release-please (#233) (9f84cc6)

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 10:03

0.28.0 (2025-09-19)

Features

v0.27.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 09:57

0.27.0 (2025-09-19)

Features

  • allow custom metadata for data sets & roots (fe41931), closes #201
  • expose metadata as Record<string,string>; check constraints (68ed29b)
  • match data set for auto-selection based on all metadata (unordered) (50eb97a)

Bug Fixes

  • exact match of metadata, ignoring order, when selecting data set to reuse (5f80a64)
  • pass metadata to context create, match cached contexts on metadata (967f272)