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.19.1 #9791

Merged
merged 6 commits into from
Apr 5, 2023
Merged

Release: v0.19.1 #9791

merged 6 commits into from
Apr 5, 2023

Conversation

galargh
Copy link
Contributor

@galargh galargh commented Apr 4, 2023

This PR creates release v0.19.1

galargh and others added 4 commits April 4, 2023 08:17
* fix: remove timeout on default DHT operations

This removes the timeout by default for DHT operations. In particular
this causes issues with ProvideMany requests which can take an
indeterminate amount of time, but really these should just respect
context timeouts by default. Users can still specify timeouts here if
they want, but by default they will be set to "0" which means "no
timeout".

This is unlikely to break existing users of custom routing, because
there was previously no utility in configuring a router with timeout=0
because that would cause the router to immediately fail, so it is
unlikely (and incorrect) if anybody was using timeout=0.

* fix: remove 5m timeout on ProvideManyRouter

For context see
5fda291

---------

Co-authored-by: Marcin Rataj <lidel@lidel.org>
@Jorropo Jorropo marked this pull request as ready for review April 4, 2023 16:58
Copy link
Contributor

@MarcoPolo MarcoPolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to update off pubsub v0.9.0. Preferably the latest.

@galargh galargh requested a review from MarcoPolo April 5, 2023 15:58
@MarcoPolo
Copy link
Contributor

Still missing the pubsub update?

@galargh
Copy link
Contributor Author

galargh commented Apr 5, 2023

@MarcoPolo @ipfs/kubo-maintainers decided not to include the pubsub upgrade in this release. See https://filecoinproject.slack.com/archives/C03FW2RKK5Y/p1680681401866509

@galargh galargh requested a review from hacdias April 5, 2023 16:06
@galargh galargh dismissed MarcoPolo’s stale review April 5, 2023 16:09

Kubo Maintainers decided not to include the pubsub upgrade in this release.

@galargh
Copy link
Contributor Author

galargh commented Apr 5, 2023

Bypassing the required checks because the release branch still has workflows with old names.

@galargh galargh merged commit 958e586 into release Apr 5, 2023
@hacdias hacdias deleted the release-v0.19.1 branch April 5, 2023 16:14
@galargh galargh restored the release-v0.19.1 branch April 5, 2023 20:08
@hacdias hacdias mentioned this pull request May 3, 2023
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.

4 participants