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!: use ip/port mapping #2840

Merged
merged 1 commit into from
Nov 25, 2024
Merged

fix!: use ip/port mapping #2840

merged 1 commit into from
Nov 25, 2024

Conversation

achingbrain
Copy link
Member

@achingbrain achingbrain commented Nov 22, 2024

Switch to the new public address mapping api in the address manager to ensure all host/port pairs are advertised with external ip addresses

BREAKING CHANGE: the autoConfirmAddress option has been removed

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation if necessary (this includes comments as well)
  • I have added tests that prove my fix is effective or that my feature works

Switch to the new public address mapping api in the address manager
to ensure all host/port pairs are advertised with external ip addresses
@achingbrain achingbrain requested a review from a team as a code owner November 22, 2024 17:02
this.autoConfirmAddress = init.autoConfirmAddress ?? false
this.onExternalAddressChange = init.onExternalAddressChange
this.started = false
Copy link
Member

Choose a reason for hiding this comment

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

isn't this a breaking change for this package?

Copy link
Member Author

Choose a reason for hiding this comment

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

Techinically, yes as the autoConfirmAddress has been removed

@achingbrain achingbrain changed the title fix: use ip/port mapping fix!: use ip/port mapping Nov 22, 2024
@achingbrain achingbrain merged commit a82b07d into main Nov 25, 2024
35 of 36 checks passed
@achingbrain achingbrain deleted the fix/use-ip-mapping branch November 25, 2024 08:59
@achingbrain achingbrain mentioned this pull request Nov 25, 2024
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.

2 participants