chore(deps): update dependency erlang to v24.3.4#215
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency erlang to v24.3.4#215renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
This file contains hidden or 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
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.
This PR contains the following updates:
24.1.7→24.3.4Release Notes
erlang/otp (erlang)
v24.3.4: OTP 24.3.4Compare Source
v24.3.3: OTP 24.3.3Compare Source
v24.3.2: OTP 24.3.2Compare Source
v24.3.1: OTP 24.3.1Compare Source
v24.3: OTP 24.3Compare Source
v24.2.2: OTP 24.2.2Compare Source
v24.2.1: OTP 24.2.1Compare Source
v24.2: OTP 24.2Compare Source
Erlang/OTP 24.2 is the second maintenance patch release for OTP 24, with mostly bug fixes as well as a few improvements.
Below are some highlights of the release:
Highlights
crypto: The
cryptoapp in OTP can now be compiled, linked and used with the newOpenSSL 3.0cryptolib. It has not yet been extensively tested, so only recommended for experiments and alpha testing in this release. There are not yet any guaranties that it works, not even together with other OTP applications like for example SSL and SSH, although there are no known errors.erts: An option for enabling dirty scheduler specific allocator instances has been introduced. By default such allocator instances are disabled. For more information see the documentation of the
+Mdaiargument to theerlcommanderl_docgen, erts: All predefined types have been added to the
erlangmodule together with documentation. Any reference to a predefined type now links to that documentation so that the user can view it.erts: Responsiveness of processes executing on normal or low priority could suffer due to code purging or literal area removal on systems with a huge amount of processes. This since during these operations all processes on the system were scheduled for execution at once. The new solution is to limit the number of outstanding purge and copy requests to 2 times the number of schedulers as default
For more details about the new features and potential incompatibilities see https://erlang.org/download/OTP-24.2.README
Online documentation can be browsed here: https://www.erlang.org/docs/24/
The Erlang/OTP source can also be found at GitHub on the official Erlang repository, https://github.com/erlang/otp
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.