Skip to content

Commit e0af9c5

Browse files
chore(master): release synapse-core 0.2.0
1 parent 9f8ea3e commit e0af9c5

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/synapse-sdk": "0.36.1",
3-
"packages/synapse-core": "0.1.4",
3+
"packages/synapse-core": "0.2.0",
44
"packages/synapse-react": "0.1.4"
55
}

packages/synapse-core/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/FilOzone/synapse-sdk/compare/synapse-core-v0.1.4...synapse-core-v0.2.0) (2026-01-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* replace `getMaxProvingPeriod()` and `getChallengeWindow()` with `getPDPConfig()` ([#526](https://github.com/FilOzone/synapse-sdk/issues/526))
9+
* use activePieceCount for accurate piece tracking ([#517](https://github.com/FilOzone/synapse-sdk/issues/517))
10+
11+
### refactor
12+
13+
* replace `getMaxProvingPeriod()` and `getChallengeWindow()` with `getPDPConfig()` ([#526](https://github.com/FilOzone/synapse-sdk/issues/526)) ([a4956c7](https://github.com/FilOzone/synapse-sdk/commit/a4956c7d3aa6f78573ed87153da2fcd4b8dc8254))
14+
15+
16+
### Features
17+
18+
* add the json rpc mock modules ([370b6ed](https://github.com/FilOzone/synapse-sdk/commit/370b6ed02950658a8fe4975565cf91f0ba2d029b))
19+
* use activePieceCount for accurate piece tracking ([#517](https://github.com/FilOzone/synapse-sdk/issues/517)) ([59fd863](https://github.com/FilOzone/synapse-sdk/commit/59fd8634c48df588460cf67b8518d81c4c171e4a))
20+
21+
22+
### Bug Fixes
23+
24+
* treat status code 202 for findPiece as a retry ([6b9e03f](https://github.com/FilOzone/synapse-sdk/commit/6b9e03f06cd469a0f8365f725881cd87a71f41dc))
25+
26+
27+
### Chores
28+
29+
* add docs build to packages ci ([810d7a8](https://github.com/FilOzone/synapse-sdk/commit/810d7a82a497bb9b2e788333d70a89a607e4db33)), closes [#468](https://github.com/FilOzone/synapse-sdk/issues/468)
30+
* improve documentation ([3d536ac](https://github.com/FilOzone/synapse-sdk/commit/3d536acc636229c15351295a7b6cc92f4b3c9484))
31+
* pnpm security and catalog ([123b89c](https://github.com/FilOzone/synapse-sdk/commit/123b89c178f2597a35168e7ebddb440d1dda0816))
32+
* remove outdated NETWORK_FEE mock ([#552](https://github.com/FilOzone/synapse-sdk/issues/552)) ([9f8ea3e](https://github.com/FilOzone/synapse-sdk/commit/9f8ea3ea2f3ebec8cd76b78d389d6f02c2837cb8))
33+
* update msw ([#465](https://github.com/FilOzone/synapse-sdk/issues/465)) ([ea02a6d](https://github.com/FilOzone/synapse-sdk/commit/ea02a6dba86ad91a012c4ef6bb167c5fa774cc67))
34+
* update viem/wagmi and markdown lint ([#478](https://github.com/FilOzone/synapse-sdk/issues/478)) ([3f023f6](https://github.com/FilOzone/synapse-sdk/commit/3f023f6bb426a67afca917b73d41ac063d158487))
35+
336
## [0.1.4](https://github.com/FilOzone/synapse-sdk/compare/synapse-core-v0.1.3...synapse-core-v0.1.4) (2025-12-02)
437

538

packages/synapse-core/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-core",
3-
"version": "0.1.4",
3+
"version": "0.2.0",
44
"description": "JavaScript Standard Library for Filecoin Onchain Cloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)