File tree Expand file tree Collapse file tree 3 files changed +27
-2
lines changed
Expand file tree Collapse file tree 3 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "packages/synapse-sdk" : " 0.36.1 " ,
2+ "packages/synapse-sdk" : " 0.36.2 " ,
33 "packages/synapse-core" : " 0.1.4" ,
44 "packages/synapse-react" : " 0.1.4"
55}
Original file line number Diff line number Diff line change 44
55* add terminateDataSet functionality ([ #230 ] ( https://github.com/FilOzone/synapse-sdk/issues/230 ) ) ([ ffaacac] ( https://github.com/FilOzone/synapse-sdk/commit/ffaacac507b4882abfc33d3de72fe9fa98843cd2 ) )
66
7+ ## [ 0.36.2] ( https://github.com/FilOzone/synapse-sdk/compare/synapse-sdk-v0.36.1...synapse-sdk-v0.36.2 ) (2025-12-10)
8+
9+
10+ ### Features
11+
12+ * Add API for querying remaining egress ([ #430 ] ( https://github.com/FilOzone/synapse-sdk/issues/430 ) ) ([ c40d6b8] ( https://github.com/FilOzone/synapse-sdk/commit/c40d6b8df748f9e401b035d04a85f00353cc3c0c ) )
13+ * move ethers to peer dependencies ([ 242a2c1] ( https://github.com/FilOzone/synapse-sdk/commit/242a2c1ba7779147532ff33e995b84033cd058dc ) )
14+ * ** storage:** rename "pieces" callbacks, add piece info & dataSetId ([ #439 ] ( https://github.com/FilOzone/synapse-sdk/issues/439 ) ) ([ f1bd585] ( https://github.com/FilOzone/synapse-sdk/commit/f1bd58599c6dc6902c0543a36fb1249c5e66e2b6 ) )
15+
16+
17+ ### Bug Fixes
18+
19+ * cache clientDataSetId in StorageContext ([ #489 ] ( https://github.com/FilOzone/synapse-sdk/issues/489 ) ) ([ ec1345a] ( https://github.com/FilOzone/synapse-sdk/commit/ec1345abfee27a9732f8deb0f1ab443ae10cd0b4 ) )
20+ * createStorageContext without getClientDataSetsWithDetails ([ #438 ] ( https://github.com/FilOzone/synapse-sdk/issues/438 ) ) ([ 76e2439] ( https://github.com/FilOzone/synapse-sdk/commit/76e24391ebada6d70014f0bfa08d4474b04043df ) )
21+ * treat status code 202 for findPiece as a retry ([ 6b9e03f] ( https://github.com/FilOzone/synapse-sdk/commit/6b9e03f06cd469a0f8365f725881cd87a71f41dc ) )
22+
23+
24+ ### Chores
25+
26+ * fix test that randomly fails ([ 9752c76] ( https://github.com/FilOzone/synapse-sdk/commit/9752c76e5ea336a5705cb95589c25904078adcbf ) )
27+ * pnpm security and catalog ([ 123b89c] ( https://github.com/FilOzone/synapse-sdk/commit/123b89c178f2597a35168e7ebddb440d1dda0816 ) )
28+ * rename signerAddress to clientAddress ([ #488 ] ( https://github.com/FilOzone/synapse-sdk/issues/488 ) ) ([ 552d6fd] ( https://github.com/FilOzone/synapse-sdk/commit/552d6fd32083b462bd19cfd8fe4dd42b6b6fc01c ) )
29+ * update msw ([ #465 ] ( https://github.com/FilOzone/synapse-sdk/issues/465 ) ) ([ ea02a6d] ( https://github.com/FilOzone/synapse-sdk/commit/ea02a6dba86ad91a012c4ef6bb167c5fa774cc67 ) )
30+ * update viem/wagmi and markdown lint ([ #478 ] ( https://github.com/FilOzone/synapse-sdk/issues/478 ) ) ([ 3f023f6] ( https://github.com/FilOzone/synapse-sdk/commit/3f023f6bb426a67afca917b73d41ac063d158487 ) )
31+
732## [ 0.36.1] ( https://github.com/FilOzone/synapse-sdk/compare/synapse-sdk-v0.36.0...synapse-sdk-v0.36.1 ) (2025-12-04)
833
934
Original file line number Diff line number Diff line change 11{
22 "name" : " @filoz/synapse-sdk" ,
3- "version" : " 0.36.1 " ,
3+ "version" : " 0.36.2 " ,
44 "description" : " JavaScript SDK for Filecoin Onchain Cloud" ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments