Skip to content

Commit e2a1c87

Browse files
authored
chore(master): release synapse-core 0.7.0 (#833)
1 parent 94e2a0d commit e2a1c87

3 files changed

Lines changed: 27 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/synapse-sdk": "0.42.0",
3-
"packages/synapse-core": "0.6.1",
3+
"packages/synapse-core": "0.7.0",
44
"packages/synapse-react": "0.2.3"
55
}

packages/synapse-core/CHANGELOG.md

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

3+
## [0.7.0](https://github.com/FilOzone/synapse-sdk/compare/synapse-core-v0.6.1...synapse-core-v0.7.0) (2026-06-11)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **costs:** per-operation pricing price list ([#823](https://github.com/FilOzone/synapse-sdk/issues/823))
9+
* provider-relayed service termination as the default path ([#827](https://github.com/FilOzone/synapse-sdk/issues/827))
10+
11+
### Features
12+
13+
* **costs:** per-operation pricing price list ([#823](https://github.com/FilOzone/synapse-sdk/issues/823)) ([66af832](https://github.com/FilOzone/synapse-sdk/commit/66af8327430737437e96294a76210033efba9a45))
14+
* provider-relayed service termination as the default path ([#827](https://github.com/FilOzone/synapse-sdk/issues/827)) ([06152d0](https://github.com/FilOzone/synapse-sdk/commit/06152d0124bbb829592f37d729e8fa34ffb2238a))
15+
16+
17+
### Bug Fixes
18+
19+
* **synapse-core:** update filecoin-services ref to v1.3.0 ([#831](https://github.com/FilOzone/synapse-sdk/issues/831)) ([b500c44](https://github.com/FilOzone/synapse-sdk/commit/b500c4488f4b02900bd5abbdbf60eda50466676d))
20+
* update termination service error handling and response schemas ([#842](https://github.com/FilOzone/synapse-sdk/issues/842)) ([71b300f](https://github.com/FilOzone/synapse-sdk/commit/71b300f16a439f0378c04b72433e0b94bb31da44))
21+
22+
23+
### Chores
24+
25+
* **synapse-core:** update filecoin-services ref to final v1.3.0 deployments ([#844](https://github.com/FilOzone/synapse-sdk/issues/844)) ([94e2a0d](https://github.com/FilOzone/synapse-sdk/commit/94e2a0d4ca2b746b9be082208a0a359ed97a003f))
26+
* update to pnpm 11 and dependencies across multiple packages ([95a620c](https://github.com/FilOzone/synapse-sdk/commit/95a620c619fcfcde3d575895b1c0ae99092a5e5a))
27+
328
## [0.6.1](https://github.com/FilOzone/synapse-sdk/compare/synapse-core-v0.6.0...synapse-core-v0.6.1) (2026-06-09)
429

530

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.6.1",
3+
"version": "0.7.0",
44
"description": "JavaScript Standard Library for Filecoin Onchain Cloud",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)