Skip to content

Commit c047dad

Browse files
committed
chore: prep v0.2.0 changelog
chore: prep v0.2.0 changelog
1 parent 8cece67 commit c047dad

File tree

1 file changed

+34
-6
lines changed

1 file changed

+34
-6
lines changed

CHANGELOG.md

Lines changed: 34 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
## [Unreleased]
77

88
### Added
9-
- **Payments**: Added ERC-3009 support with new deposit authorization functions ([#223](https://github.com/FilOzone/filecoin-services/pull/223))
9+
10+
### Changed
11+
12+
## [0.2.0] - 2025-10-06
13+
14+
### Added
15+
- feat: Allow deletion of terminated dataset, Add getDataSetStatus ([#255](https://github.com/FilOzone/filecoin-services/pull/255))
16+
- feat(ServiceProviderRegistry): add getProvidersByIds batch lookup function ([251](https://github.com/FilOzone/filecoin-services/pull/251))
17+
- perf(ServiceProviderRegistry): getProviderPayee helper for dataSetCreated ([#249](https://github.com/FilOzone/filecoin-services/pull/249))
18+
- Added ERC-3009 support with new deposit authorization functions ([#225](https://github.com/FilOzone/filecoin-services/pull/225))
1019
- `depositWithAuthorization()` for ERC-3009 compliant deposits
1120
- `depositWithAuthorizationAndApproveOperator()` for combined deposit and operator approval
1221
- `depositWithAuthorizationAndIncreaseOperatorApproval()` for combined deposit and operator allowance increase
22+
- feat: service registry: add providerId to ServiceInfo ([#209](https://github.com/FilOzone/filecoin-services/pull/209))
23+
- feat: owner beneficairy seperation without transfer ([#191](https://github.com/FilOzone/filecoin-services/pull/191))
24+
- feat: Add dataset termination and deletion status tracking for SDK usability ([#146](https://github.com/FilOzone/filecoin-services/pull/146))
25+
- Switch from PieceCIDv2 to v2 ([#123](https://github.com/FilOzone/filecoin-services/pull/123))
1326

1427
### Changed
28+
- Modify CDN payment rails and add methods for usage-based payments ([#237](https://github.com/FilOzone/filecoin-services/pull/237))
1529
- **BREAKING**: Updated Payments contract ABI with breaking changes ([#223](https://github.com/FilOzone/filecoin-services/pull/223))
16-
- **BREAKING**: `DepositRecorded` event removes `usedPermit` parameter - event listeners must be updated
17-
- **BREAKING**: `railCancel` function state mutability changed from `nonpayable` to `payable` - callers may need to handle potential token transfers
18-
- **BREAKING**: `PermitRecipientMustBeMsgSender` error replaced with `SignerMustBeMsgSender` error - error handling code must be updated
19-
30+
- `DepositRecorded` event removes `usedPermit` parameter - event listeners must be updated
31+
- `railCancel` function state mutability changed from `nonpayable` to `payable` - callers may need to handle potential token transfers
32+
- `PermitRecipientMustBeMsgSender` error replaced with `SignerMustBeMsgSender` error - error handling code must be updated
33+
- feat: remove provierId from ServiceProviderInfo struct ([#247](https://github.com/FilOzone/filecoin-services/pull/247))
34+
- Adds a `ServiceProviderInfoView` struct with `providerId` field for external consumption.
35+
- **Breaking**: feat!: FilCDN now is FilBeam ([#236](https://github.com/FilOzone/filecoin-services/pull/236))
36+
- **Breaking**: feat!: update service parameters ([#239](https://github.com/FilOzone/filecoin-services/pull/239))
37+
- The price changes was [temporiarily reverted for this release](https://github.com/FilOzone/filecoin-services/pull/261) until a upcoming feature is landed that warranted this change.
38+
- feat: remove dataset creation fee ([#245](https://github.com/FilOzone/filecoin-services/pull/245))
39+
- feat: update getClientDataSets to return dataSetId ([#242](https://github.com/FilOzone/filecoin-services/pull/242))
40+
- fix: update FilCDN Controller & Beneficiary addresses ([#230](https://github.com/FilOzone/filecoin-services/pull/230))
41+
- feat(subgraph): updates based on KV metadata and service provider registry ([#189](https://github.com/FilOzone/filecoin-services/pull/189))
42+
- Add emit pieceCid in PieceAdded event ([#207](https://github.com/FilOzone/filecoin-services/pull/207))
43+
- fix: Clear withCDN flag when terminating service ([#208](https://github.com/FilOzone/filecoin-services/pull/208))
44+
- fix: remove serviceName and serviceDescription properties ([#199](https://github.com/FilOzone/filecoin-services/pull/199))
45+
- feat: rename datset termination and emit events for dataset termination and add extradata ([#129](https://github.com/FilOzone/filecoin-services/pull/129))
46+
- feat: remove service provider registry as we're moving it to it's own contract ([#135](https://github.com/FilOzone/filecoin-services/pull/135))
2047

2148
## [0.1.0] - 2025-01-24
2249

@@ -105,5 +132,6 @@ This release contains breaking changes that rename core concepts throughout the
105132

106133
The underlying functionality remains unchanged; this release only updates terminology for consistency.
107134

108-
[Unreleased]: https://github.com/filozone/filecoin-services/compare/v0.1.0...HEAD
135+
[Unreleased]: https://github.com/filozone/filecoin-services/compare/v0.2.0...HEAD
136+
[0.2.0]: https://github.com/filozone/filecoin-services/releases/tag/v0.2.0
109137
[0.1.0]: https://github.com/filozone/filecoin-services/releases/tag/v0.1.0

0 commit comments

Comments
 (0)