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

v0.9.0 rc2 #8159

Merged
merged 11 commits into from May 27, 2021
Merged

v0.9.0 rc2 #8159

merged 11 commits into from May 27, 2021

Commits on May 27, 2021

  1. refactor(pinmfs): log error if pre-existing pin failed (#8056)

    * pinmfs: log error if pin failed
    * refactor: log pre-existing remote mfs pins
    
    This cleans up debug logging and ensures we use %q for data read from
    remote services. We log pre-existing pins for MFS root and print ERROR
    if pin for current root has status "failed", otherwise, we log to debug.
    
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    (cherry picked from commit 075cc8f)
    BogdanStirbat authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    37da950 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/ipfs/go-bitswap from 0.3.3 to 0.3.4

    Bumps [github.com/ipfs/go-bitswap](https://github.com/ipfs/go-bitswap) from 0.3.3 to 0.3.4.
    - [Release notes](https://github.com/ipfs/go-bitswap/releases)
    - [Commits](ipfs/go-bitswap@v0.3.3...v0.3.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 6a029a4)
    dependabot[bot] authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0b59e5e View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/libp2p/go-doh-resolver from 0.3.0 to 0.3.1

    Bumps [github.com/libp2p/go-doh-resolver](https://github.com/libp2p/go-doh-resolver) from 0.3.0 to 0.3.1.
    - [Release notes](https://github.com/libp2p/go-doh-resolver/releases)
    - [Commits](libp2p/go-doh-resolver@v0.3.0...v0.3.1)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    (cherry picked from commit 482d7ed)
    dependabot[bot] authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7a8126b View commit details
    Browse the repository at this point in the history
  4. fix: webui-2.12.3

    This bumps webui to bugfix release based on feedback from 0.9.0-rc1:
    https://github.com/ipfs/ipfs-webui/releases/tag/v2.12.3
    
    (cherry picked from commit 2c431eb)
    lidel authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    99b2242 View commit details
    Browse the repository at this point in the history
  5. chore: update deps

    (cherry picked from commit 3746c2d)
    aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    0aaf31d View commit details
    Browse the repository at this point in the history
  6. feat: add a text output encoding for the stats provide command

    (cherry picked from commit 37de3d0)
    aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f877b05 View commit details
    Browse the repository at this point in the history
  7. feat: humanized numbers in stat provide

    #8154 (comment)
    (cherry picked from commit c082c73)
    lidel authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7cb340b View commit details
    Browse the repository at this point in the history
  8. feat: humanized durations in stat provide

    (cherry picked from commit e5ac704)
    lidel authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ad26b27 View commit details
    Browse the repository at this point in the history
  9. refactor: improved humanNumber and humanSI

    This hides "(n)" when value is same as SI,
    and makes SI "3k" (instead of "3 k")
    
    (cherry picked from commit f40dc73)
    lidel authored and aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    8880c92 View commit details
    Browse the repository at this point in the history
  10. chore: update go-libp2p-yamux

    (cherry picked from commit 9c8b101)
    aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    7e8d873 View commit details
    Browse the repository at this point in the history
  11. Release v0.9.0-rc2

    aschmahmann committed May 27, 2021
    Configuration menu
    Copy the full SHA
    947d3d2 View commit details
    Browse the repository at this point in the history