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
Merge emqx otp 26.2.1 to emqx otp 26.2.2 #50
Merged
Merged
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 <mscame@gmail.com>
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 #20 from emqx/mnesia-post-commit-hook-emqx-OTP-24.1.5
…(OTP 25.1.2) Merge pull request #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
…a-hook-to-otp-25 Mnesia/port unregister mnesia hook to otp 25
Merge 25.1.2 to 25.3.2
Closes: EMQX-10390
…ta-mnesia-hook-log EMQX-10390 hide sensitive data in mnesia hook log
…-to-26-1-2-20231121
chore: merge `emqx-OTP-25.3.2` into `emqx-OTP-26.1.2` and prepare to tag `26.1.2-1`
fix: v/1 shell command not found in restricted_shell
Add mnesia match_delete/2
qzhuyan
changed the title
Merge emqx otp 26.2.2
Merge emqx otp 26.2.1 to emqx otp 26.2.2
Mar 6, 2024
zmstone
approved these changes
Mar 11, 2024
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.
fix EMQX-11975