Skip to content

Commit 4d47a35

Browse files
FilOzzyhugomrdias
andauthored
chore(master): release synapse-sdk 0.40.3 (#716)
Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
1 parent cecc516 commit 4d47a35

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/synapse-sdk": "0.40.2",
2+
"packages/synapse-sdk": "0.40.3",
33
"packages/synapse-core": "0.4.0",
44
"packages/synapse-react": "0.2.3"
55
}

packages/synapse-sdk/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.40.3](https://github.com/FilOzone/synapse-sdk/compare/synapse-sdk-v0.40.2...synapse-sdk-v0.40.3) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **core:** preserve non-standard SP registry capabilities in PDPOffering ([#687](https://github.com/FilOzone/synapse-sdk/issues/687)) ([716e309](https://github.com/FilOzone/synapse-sdk/commit/716e3090885418c4903bc30d454c2a03237cc66b))
9+
10+
11+
### Bug Fixes
12+
13+
* **errors:** export StorageErrorOptions and enhance error constructors with documentation ([7ac439a](https://github.com/FilOzone/synapse-sdk/commit/7ac439adf8384a552e0c39a271535b0ed796d767))
14+
* keep the clone to new provider ids array ([7124ec9](https://github.com/FilOzone/synapse-sdk/commit/7124ec9b1a2771058b59dff054f373d187900c9f))
15+
* update getApprovedProviderIds and getEndorsedProviderIds with array return type ([e037cec](https://github.com/FilOzone/synapse-sdk/commit/e037ceca35a68d32dd55f1ec637e3d1e624b32f4))
16+
17+
18+
### Chores
19+
20+
* **types:** update PullStatus export and adjust StorageContext to use waitForPullPieces ([eb5566e](https://github.com/FilOzone/synapse-sdk/commit/eb5566e11c7a8b957d62b18d15a3ded9385458de))
21+
322
## [0.40.2](https://github.com/FilOzone/synapse-sdk/compare/synapse-sdk-v0.40.1...synapse-sdk-v0.40.2) (2026-03-30)
423

524

packages/synapse-sdk/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.40.2",
3+
"version": "0.40.3",
44
"description": "JavaScript SDK for Filecoin Onchain Cloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)