Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Dec 12, 2024
1 parent 35b310e commit 38a293c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ The following emojis are used to highlight certain changes:

### Added

- `bitswap/client/messagequeue`: Expose `DontHaveTimeoutConfig` to hold configuration values for dontHaveTimeoutMgr
- Provide function DefaultDontHaveTimeoutConfig to return a DontHaveTimeoutConfig populated with default values
- Bitswap client New has new option for caller to supply a DontHaveTimeoutConfig
- If the required onHaveTimeout function is nil, then disable the dontaHaveTimeoutMgr

### Changed

### Removed
Expand Down Expand Up @@ -65,7 +70,7 @@ The following emojis are used to highlight certain changes:
provider := provider.New(datastore, provider.Online(contentProvider)
// A wrapped providing exchange using the previous exchange and the provider.
exch := providing.New(bswap, provider)

// Finally the blockservice
bserv := blockservice.New(blockstore, exch)
...
Expand Down

0 comments on commit 38a293c

Please sign in to comment.