Skip to content

Commit

Permalink
Merge pull request #264 from filecoin-project/release/v0.2.7
Browse files Browse the repository at this point in the history
docs(CHANGELOG): update changelog for 0.2.7
  • Loading branch information
hannahhoward committed May 20, 2020
2 parents 2f01d9e + 19255be commit 6a1508a
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,36 +64,49 @@ wait to see those messages on chain -- this allows us track whether we've alread

# go-fil-markets 0.2.1

# Changelog
### Changelog

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

# go-fil-markets 0.2.2

# Changelog
### Changelog

- V26 Params update
- Revert closing streams do to incompatibilities

# go-fil-markets 0.2.3

# Changelog
### Changelog

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

# go-fil-markets 0.2.4

# Changelog
### Changelog

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

# go-fil-markets 0.2.5

# Changelog
### Changelog

- Change data transfer request validator to support multiple stores
- Fix bug with deals failing before proposal is sent (causing connection close error)
- Fix bug with deals failing before proposal is sent (causing connection close error)

# go-fil-markets 0.2.6

### Changelog

- 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")

# go-fil-markets 0.2.7

### Changelog

- Cleanup 0.2.6 release
- Add provider option to customize deal decision logic

0 comments on commit 6a1508a

Please sign in to comment.