From 19255befc60526a1e42939ae8b7c95c6213e6100 Mon Sep 17 00:00:00 2001 From: shannonwells Date: Mon, 18 May 2020 14:54:10 -0700 Subject: [PATCH] docs(CHANGELOG): update changelog for 0.2.7 --- CHANGELOG.md | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1284afba..33f2e179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,7 +64,7 @@ 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 @@ -72,20 +72,20 @@ wait to see those messages on chain -- this allows us track whether we've alread # 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 @@ -93,7 +93,20 @@ wait to see those messages on chain -- this allows us track whether we've alread # 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) \ No newline at end of file +- 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 \ No newline at end of file