Skip to content

Commit

Permalink
Merge pull request #510 from ipfs-force-community/chore/bump-v2.11.0-rc1
Browse files Browse the repository at this point in the history
chore: bump version to v2.11.0-rc1
  • Loading branch information
LinZexiao authored Mar 11, 2024
2 parents 1e81ea3 + 47e2990 commit e09d628
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# droplet changelog

## v2.11.0-rc1

* feat: import data by uuid [[#471](https://github.com/ipfs-force-community/droplet/pull/471)]
* fix: use the received deal uuid [[#472](https://github.com/ipfs-force-community/droplet/pull/472)]
* fix: peer id is nil [[#474](https://github.com/ipfs-force-community/droplet/pull/474)]
* fix: clean blockstore after retrieval completed [[#477](https://github.com/ipfs-force-community/droplet/pull/477)]
* fix: set deal id when import deal from boost [[#480](https://github.com/ipfs-force-community/droplet/pull/480)]
* chore: merge release v2.10 to master [[#490](https://github.com/ipfs-force-community/droplet/pull/490)]
* feat: retrieval trustless [[#486](https://github.com/ipfs-force-community/droplet/pull/486)]
* feat: add regular file check [[#492](https://github.com/ipfs-force-community/droplet/pull/492)]
* feat: retrieval padding piece [[#491](https://github.com/ipfs-force-community/droplet/pull/491)]
* fix: disable auth when off chain service [[#493](https://github.com/ipfs-force-community/droplet/pull/493)]
* opt: split into droplet and droplet-client [[#494](https://github.com/ipfs-force-community/droplet/pull/494)]
* feat: get deal by deal id [[#495](https://github.com/ipfs-force-community/droplet/pull/495)]
* Feat/ouput deal with json format [[#497](https://github.com/ipfs-force-community/droplet/pull/497)]
* chore: update doc about retrieval [[#498](https://github.com/ipfs-force-community/droplet/pull/498)]
* Feat/add more metrics [[#499](https://github.com/ipfs-force-community/droplet/pull/499)]
* opt: cmd: adjust display information [[#500](https://github.com/ipfs-force-community/droplet/pull/500)]
* feat: piecestorage support recursive lookup file [[#501](https://github.com/ipfs-force-community/droplet/pull/501)]
* chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 [[#505](https://github.com/ipfs-force-community/droplet/pull/505)]
* Feat/start dagstore in goroutine [[#506](https://github.com/ipfs-force-community/droplet/pull/506)]
* test: Querying files from a large number of files takes time [[#507](https://github.com/ipfs-force-community/droplet/pull/507)]
* chore(deps): bump github.com/quic-go/quic-go from 0.38.1 to 0.38.2 [[#508](https://github.com/ipfs-force-community/droplet/pull/508)]
* feat: implement direct deal [[#509](https://github.com/ipfs-force-community/droplet/pull/509)]

## v2.10.0

## v2.10.0-rc6
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
var (
CurrentCommit string

Version = "v2.10.0"
Version = "v2.11.0-rc1"
)

func UserVersion() string {
Expand Down

0 comments on commit e09d628

Please sign in to comment.