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: enable pubsub #828

Merged
merged 2 commits into from
Apr 19, 2024
Merged

fix: enable pubsub #828

merged 2 commits into from
Apr 19, 2024

Conversation

achingbrain
Copy link
Member

Adds option for pubsub

@achingbrain achingbrain merged commit d6543a6 into master Apr 19, 2024
17 checks passed
@achingbrain achingbrain deleted the fix/enable-pubsub branch April 19, 2024 13:51
github-actions bot pushed a commit that referenced this pull request Apr 19, 2024
## [14.0.4](v14.0.3...v14.0.4) (2024-04-19)

### Bug Fixes

* enable pubsub ([#828](#828)) ([d6543a6](d6543a6))
Copy link

🎉 This PR is included in version 14.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@@ -66,6 +66,10 @@ export function buildStartArgs (options: KuboStartOptions): string[] {
args.push('--offline')
}

if (options.pubsub === true) {
args.push('---enable-pubsub-experiment')
Copy link

Choose a reason for hiding this comment

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

3 dashes rather than 2 @achingbrain

Copy link
Member Author

Choose a reason for hiding this comment

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

There was a test for this, but, well:

tests

Fixed in bb5f1a1 released in https://github.com/ipfs/js-ipfsd-ctl/releases/tag/v14.0.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants