Skip to content

Commit 19255be

Browse files
shannonwellshannahhoward
authored andcommitted
docs(CHANGELOG): update changelog for 0.2.7
1 parent 2f01d9e commit 19255be

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,36 +64,49 @@ wait to see those messages on chain -- this allows us track whether we've alread
6464

6565
# go-fil-markets 0.2.1
6666

67-
# Changelog
67+
### Changelog
6868

6969
- Update to data transfer 0.3.0
7070
- Bug fixes for status maps
7171
- Move to not keeping deal streams open in storage market
7272

7373
# go-fil-markets 0.2.2
7474

75-
# Changelog
75+
### Changelog
7676

7777
- V26 Params update
7878
- Revert closing streams do to incompatibilities
7979

8080
# go-fil-markets 0.2.3
8181

82-
# Changelog
82+
### Changelog
8383

8484
- Update our network layer to hold connections open for storage deals to prevent stream resets
8585

8686
# go-fil-markets 0.2.4
8787

88-
# Changelog
88+
### Changelog
8989

9090
- Go-Filecoin compatiblity release
9191
- Changed data transfer request validator to operate as unified validator
9292
- Minor bug fixes
9393

9494
# go-fil-markets 0.2.5
9595

96-
# Changelog
96+
### Changelog
9797

9898
- Change data transfer request validator to support multiple stores
99-
- Fix bug with deals failing before proposal is sent (causing connection close error)
99+
- Fix bug with deals failing before proposal is sent (causing connection close error)
100+
101+
# go-fil-markets 0.2.6
102+
103+
### Changelog
104+
105+
- remove namespace wrapping for datastores associated with markets except where unique keys are stored. In such case it removes all but the last part of a prefix (such as "pieces" or "cid-infos")
106+
107+
# go-fil-markets 0.2.7
108+
109+
### Changelog
110+
111+
- Cleanup 0.2.6 release
112+
- Add provider option to customize deal decision logic

0 commit comments

Comments
 (0)