forked from erlang/otp
-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: merge emqx-OTP-25.3.2
into emqx-OTP-26.1.2
and prepare to tag 26.1.2-1
#43
Merged
thalesmg
merged 29 commits into
emqx:emqx-OTP-26.1.2
from
thalesmg:merge-25-3-2-to-26-1-2-20231121
Nov 22, 2023
Merged
chore: merge emqx-OTP-25.3.2
into emqx-OTP-26.1.2
and prepare to tag 26.1.2-1
#43
thalesmg
merged 29 commits into
emqx:emqx-OTP-26.1.2
from
thalesmg:merge-25-3-2-to-26-1-2-20231121
Nov 22, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In this commit, a new option `ipv6_probe` is added for gen_tcp:connect API. The option can either be a proplist boolean flag or a timeout non-neg-integer or `infinity` When this option is provided, gen_tcp will try to connect the target with ipv6, then fallback to default options if failed to connect.
Acked-by: William Yang <[email protected]>
When a new node is added to the mnesia cluster, it selects a random node to copy the table from if no 'master' node is defined (set master node is not mandatory). by setting arg: 'copy_from_node', operator is now free to choice which node to copy from. default is 'undefined', means disable. note, if the specified node is not in the candidates list, it will fallback to default behavior.
Merge pull request erlang#20 from emqx/mnesia-post-commit-hook-emqx-OTP-24.1.5
…(OTP 25.1.2) Merge pull request erlang#25 from thalesmg/ocsp-stapling-tmg-otp24
chore: port relevant `emqx-OTP-24.3.4` patches to `emqx-OTP-25.1.2`
feat(ssl): no warning log when using verify_none
They are legal `Address`es to connect to.
fix(ipv6_probe): handle local sockets properly
fix(vsn): bump OTP version to 25.1.2-2
…-mnesia-hook-to-otp-25 Mnesia/port unregister mnesia hook to otp 25
Merge 25.1.2 to 25.3.2
Closes: EMQX-10390
…ive-data-mnesia-hook-log EMQX-10390 hide sensitive data in mnesia hook log
thalesmg
force-pushed
the
merge-25-3-2-to-26-1-2-20231121
branch
3 times, most recently
from
November 21, 2023 17:17
2a5c46b
to
4feedc8
Compare
…-to-26-1-2-20231121
thalesmg
force-pushed
the
merge-25-3-2-to-26-1-2-20231121
branch
from
November 21, 2023 18:39
4feedc8
to
eed9fec
Compare
zmstone
reviewed
Nov 21, 2023
zmstone
approved these changes
Nov 21, 2023
tagged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.