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

Release: v0.24.0-rc1 #10190

Merged
merged 19 commits into from
Nov 1, 2023
Merged

Release: v0.24.0-rc1 #10190

merged 19 commits into from
Nov 1, 2023

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    9752747 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    c80a5a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    6dbae76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10166 from ipfs/merge-release-v0.23.0

    Merge Release: v0.23.0
    Jorropo authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1230301 View commit details
    Browse the repository at this point in the history
  3. chore: update deps

    I only updated otel to 1.17.0 since we need to handle breaking changes with newer releases (it doesn't build).
    I also didn't update go-multistream since it's touched by libp2p and break stuff.
    Jorropo committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    ecda7ae View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    a7c6518 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    a5668d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    4c04311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40d459b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    170686b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    4695fd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    89a4769 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    4f303d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. feat: built-in content blocking based on IPIP-383 (#10161)

    Fixes #8492
    
    This introduces "nopfs" as a preloaded plugin into Kubo
    with support for denylists from ipfs/specs#383
    
    It automatically makes Kubo watch *.deny files found in:
    
    - /etc/ipfs/denylists
    - $XDG_CONFIG_HOME/ipfs/denylists
    - $IPFS_PATH/denylists
    
    * test: Gateway.NoFetch and GatewayOverLibp2p
    
    adds missing tests for "no fetch" gateways one can expose,
    in both cases the offline mode is done by passing custom
    blockservice/exchange into path resolver, which means
    global path resolver that has nopfs intercept is not used,
    and the content blocking does not happen on these gateways.
    
    * fix: use offline path resolvers where appropriate
    
    this fixes the problem described in
    #10161 (comment)
    by adding explicit offline path resolvers that are backed
    by offline exchange, and using them in NoFetch gateways
    instead of the default online ones
    
    ---------
    
    Co-authored-by: Henrique Dias <hacdias@gmail.com>
    Co-authored-by: Marcin Rataj <lidel@lidel.org>
    3 people authored Oct 28, 2023
    Configuration menu
    Copy the full SHA
    a0f34b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. chore: bump boxo (#10188)

    hacdias authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    33bbee5 View commit details
    Browse the repository at this point in the history
  2. chore: migrate peering to ipfs/boxo (#10157)

    Co-authored-by: Henrique Dias <hacdias@gmail.com>
    gammazero and hacdias authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ab7630f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ccdf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. chore: bump to boxo 0.14.0

    hacdias committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e068f14 View commit details
    Browse the repository at this point in the history
  2. chore: update version

    hacdias committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3851311 View commit details
    Browse the repository at this point in the history