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

fix(deps): update rust crate iroh to 0.22.0 - autoclosed #269

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 25, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
iroh dependencies minor 0.12.0 -> 0.22.0

Release Notes

n0-computer/iroh (iroh)

v0.22.0

Compare Source

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
  • (iroh) Remove flume from iroh gossip (#​2542) - (2964569)
  • (iroh) Remove flume from iroh-cli and iroh (#​2543) - (347d45c)
  • (iroh-docs) Replace flume with async_channel in docs (#​2540) - (e7a7552)
  • (iroh-net) Replace flume in iroh-net with async_channel (#​2539) - (22314a1)
  • (iroh-net) Move more server code behind iroh-relay feature flag (#​2566) - (1dda2f7)
  • (iroh-net) [breaking] Improve server modules structure & rename structs (#​2568) - (29d2e82)
  • (iroh-net) Switch to (now stable) IpAddr::to_canonical (#​2569) - (7fdd6cb)
📚 Documentation
  • (iroh) Add documentations and examples for the iroh::node::Client (#​2582) - (55836fa)
  • (iroh-cli) Point to the configuration refernce from each iroh subcommand (#​2571) - (8e4e586)
  • Fix typos discovered by codespell (#​2534) - (8435a45)
  • Update description in cargo.toml - (7259ab5)
🧪 Testing
  • (iroh-blobs) Comment out ignored test (that is not a flaky test) (#​2559) - (15f36b3)
  • (iroh-cli) Update to new api (#​2549) - (f97c1c0)
  • (iroh-cli) Remove flaky mark from 5 tests and improve logs (#​2562) - (14fccee)
  • (iroh-cli) Reduce flakyness of cli_provide_file_resume (#​2563) - (f085e63)
  • (iroh-cli) Make cli resumption tests not flaky (#​2564) - (9e6b1e0)
  • (iroh-net) Increase timeout for local swarm discovery test (#​2574) - (605a85d)
⚙️ Miscellaneous Tasks
Ref
  • (iroh-net) Don't write the match as fully exhaustive (#​2585) - (43ef8b6)

v0.21.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (iroh-blobs) Properly handle Drop in local pool during shutdown (#​2517) - (b4506b2)
  • (iroh-docs) Do not dial invalid peers (#​2470) - (7579caa)
  • (iroh-metrics) Add the bind addr in errors for bind failures (#​2511) - (50a8b5c)
🚜 Refactor
  • (iroh) Make use of quic-rpc-derive macros to prettify the rpc declarations (#​2508) - (026baaa)
  • (iroh-net) [breaking] Move relay implemention in iroh-net behind iroh-relay cfg flag (#​2516) - (f37d9f9)
  • (iroh-net) Switch to new iroh-relay route /relay instead of /derp (#​2489) - (b7b493d)
  • (iroh-net) More renaming of endpoint to direct address (#​2515) - (0c03f6e)
  • (iroh-net) Remove random choice of direct addr (#​2509) - (c1c3539)
  • [breaking] Metrics (#​2464) - (09e9746)
📚 Documentation
🧪 Testing
  • (iroh-cli) Improve bao_store_migration test logging (#​2483) - (d17ffa3)
⚙️ Miscellaneous Tasks
  • (bytes) Bytes v1.6.0 was yanked so upgrade to bytes v1.6.1 (#​2503) - (ecfbed3)
  • Add a flaky tests failure report to our discord notification (#​2496) - (f84c06e)
  • Keep GitHub Actions up to date with GitHub's Dependabot (#​2498) - (538efbf)
  • Release - (1145b34)
Deprecation

v0.20.0

Compare Source

⛰️ Features
  • (iroh) Add rpc request to add an AddrInfo (#​2433) - (59e2719)
  • (iroh) Gossip client (#​2258) - (b0d5413)
  • (iroh) Add missing gossip reexports (#​2479) - (af36c2f)
  • (iroh-net) Implement websocket protocol upgrade in iroh-relay (#​2387) - (17c654e)
  • (iroh-net) [breaking] Make relay protocol configurable on ClientBuilder instead of defined by the relay url scheme (#​2446) - (ab2c7ea)
  • (iroh-net) [breaking] Add PkarrResolver and publish direct addresses in PkarrPublisher when relay is disabled (#​2417) - (5ba6855)
  • (iroh-net) Local swarm discovery (#​2376) - (3866b6f)
  • [breaking] Split relay configuration between production and staging (#​2425) - (d421ece)
  • Add Asia Pacific relay url to the default relay url list in production (#​2469) - (23790cb)
  • Docker images for iroh (#​2404) - (debc4fb)
🐛 Bug Fixes
  • (cli) Always respect the --metrics-port disabled option (#​2459) - (2c40984)
  • (iroh-bytes) Fix off-by-one error in Collection::load (#​2473) - (3002deb)
  • (iroh-docs) Ensure docs db write txn gets closed regularly under all circumstances (#​2474) - (235c69c)
  • (iroh-docs) [breaking] Add flush_store and use it to make sure the default author is persisted (#​2471) - (b88dfa5)
  • (iroh-gossip) Gossip dispatcher: reliable events on join, allow dropping sinks or streams (#​2482) - (998d29f)
  • (iroh-net) Delays of non-stun probes for subsequent relays (#​2445) - (b34587f)
  • (iroh-net) Use staging URL for pkarr publish in dev mode (#​2466) - (fe1d17f)
  • (iroh-net) Unexpected cfg condition values / possible fix on netbsd (#​2476) - (aff8152)
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
Deps

v0.19.0

Compare Source

⛰️ Features
  • (iroh) Allow to disable docs engine completely (#​2390) - (0e6d441)
  • (iroh) Allow setting the logging directory via config file (#​2391) - (600ba8c)
  • (iroh) [breaking] Expand ability to connect to RPC (#​2398) - (d30ed19)
🐛 Bug Fixes
🚜 Refactor
  • (iroh) [breaking] Use ref-cast instead of fields to get the subsystem clients (#​2374) - (be3e16e)
  • (iroh) Allow to register custom protocols (#​2358) - (13ded84)
  • (iroh) Move code from builder to node and make things nicer (#​2386) - (08f1fe0)
  • (iroh) Use boxed client to get rid of the C type parameter (#​2353) - (abc7f5e)
  • (iroh) [breaking] Eliminate the type parameter for the rpc service type (#​2405) - (52c96ba)
  • (iroh-net) [breaking] Rename Endpoint::my_relay to home_relay (#​2361) - (100d27d)
  • (iroh-net) [breaking] Rename Endpoint::my_addr to Endpoint::node_addr (#​2362) - (61d5109)
  • (iroh-net) [breaking] Do not use &NodeId in APIs as this is Copy (#​2363) - (e9075f3)
  • (iroh-net) [breaking] Rename Endpoint::local_addr to bound_sockets (#​2366) - (a5e5939)
  • (iroh-net) [breaking] Rename Endpoint::local_endpoints to direct_addresses (#​2369) - (2ac3d01)
  • (iroh-net) Improve magicsock module visibility (#​2371) - (3b0bb51)
  • (iroh-net) [breaking] Rework relay-server binary, more configurable, reverse-proxy support (#​2341) - (4ff1ec4)
  • (iroh_net) [breaking] Remove Endpoint::my_addr_with_endpoints (#​2359) - (3a2faea)
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
Deps

v0.18.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (docs) Prevent deadlocks with streams returned from docs actor (#​2346) - (98914ee)
  • (iroh-net) Fix extra delay (#​2330) - (77f92ef)
  • (iroh-net) Return Poll::Read(Ok(n)) when we have no relay URL or direct addresses in poll_send (#​2322) - (b2f0b0e)
🚜 Refactor
  • (iroh) [breaking] Replace public fields in iroh client with accessors and use ref-cast to eliminate them entirely (#​2350) - (35ce780)
  • (iroh) [breaking] Remove tags from downloader (#​2348) - (82aa93f)
  • (iroh-blobs) [breaking] Make TempTag non-Clone (#​2338) - (d0662c2)
  • (iroh-blobs) [breaking] Implement some collection related things on the client side (#​2349) - (b047b28)
  • Move docs engine into iroh-docs (#​2343) - (3772889)
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks

v0.17.0

Compare Source

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
  • (iroh-net) Minor tweaks in the public iroh_net::dns module (#​2289) - (3f6b8e7)
🧪 Testing
⚙️ Miscellaneous Tasks

v0.16.2: - the one that needed patching

Compare Source

🐛 Bug Fixes

v0.16.0

Compare Source

⛰️ Features
🐛 Bug Fixes
  • (iroh-net) Reconfirm best addr when receiving data on it (#​2255) - (6fbf4a9)
  • (iroh-net) Do not log as error if client disconnects from relay (#​2259) - (cdedc43)
🚜 Refactor
🧪 Testing
⚙️ Miscellaneous Tasks

v0.15.0

Compare Source

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
🧪 Testing
⚙️ Miscellaneous Tasks
Deps
  • (iroh-blake3) Upgrade to version fixing more symbol collions (#​2246) - (0c336c4)

v0.14.0

Compare Source

⛰️ Features
🐛 Bug Fixes
🚜 Refactor
📚 Documentation
⚡ Performance
🧪 Testing
  • (iroh-net) Expose run_relay_server and option to skip cert verification to tests (#​2145) - (fb4703a)
⚙️ Miscellaneous Tasks
Deps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.13.0 fix(deps): update rust crate iroh to 0.14.0 Apr 15, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.14.0 fix(deps): update rust crate iroh to 0.15.0 Apr 29, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.15.0 fix(deps): update rust crate iroh to 0.16.0 May 13, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.16.0 fix(deps): update rust crate iroh to 0.17.0 May 24, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.17.0 fix(deps): update rust crate iroh to 0.18.0 Jun 7, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.18.0 fix(deps): update rust crate iroh to 0.19.0 Jun 27, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.19.0 fix(deps): update rust crate iroh to 0.20.0 Jul 9, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.20.0 fix(deps): update rust crate iroh to 0.21.0 Jul 22, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.21.0 fix(deps): update rust crate iroh to 0.22.0 Aug 5, 2024
@renovate renovate bot changed the title fix(deps): update rust crate iroh to 0.22.0 fix(deps): update rust crate iroh to 0.22.0 - autoclosed Aug 13, 2024
@renovate renovate bot closed this Aug 13, 2024
@renovate renovate bot deleted the renovate/iroh-0.x branch August 13, 2024 21:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants