Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(CHANGELOG): update changelog for 0.2.7 #264

Merged
merged 1 commit into from
May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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