Open
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:
23.1->23.3.4Release Notes
erlang/otp (erlang)
v23.3.4: OTP 23.3.4Compare Source
v23.3.3: OTP 23.3.3Compare Source
v23.3.2: OTP 23.3.2Compare Source
v23.3.1: OTP 23.3.1Compare Source
v23.3: OTP 23.3Compare Source
Erlang/OTP 23.3 is the third maintenance patch release for OTP 23, with mostly bug fixes as well as a few improvements.
A full list of bug fixes and improvements in the readme.
Download and documentation
Online documentation can be browsed here:
https://erlang.org/documentation/doc-11.2/doc
Pre-built versions for Windows can be fetched here:
https://erlang.org/download/otp_win32\_23.3.exe\
https://erlang.org/download/otp_win64\_23.3.exe
The Erlang/OTP source can also be found at GitHub on the official Erlang repository:
https://github.com/erlang/otp
v23.2.7: OTP 23.2.7Compare Source
v23.2.6: OTP 23.2.6Compare Source
v23.2.5: OTP 23.2.5Compare Source
v23.2.4: OTP 23.2.4Compare Source
v23.2.3: OTP 23.2.3Compare Source
v23.2.2: OTP 23.2.2Compare Source
v23.2.1: OTP 23.2.1Compare Source
v23.2: OTP 23.2Compare Source
Erlang/OTP 23.2 is the second maintenance patch release for OTP 23, with mostly bug fixes as well as a few improvements.
A few of the changes and highlights are:
SSL
Handle extraneous certs in certificate chains as well as chains that are incomplete but can be reconstructed or unordered chains. The cert and certfile options will now accept a list of certificates so that the user may specify the chain explicitly.
Potential incompatibility
stdlib
Improved the API and documentation of the uri_string module. Added a new chapter to the Users Guide about Uniform Resource Identifiers and their handling with the new API. Added two new API functions: uri_string:allowed_characters/0 and uri_string:percent_decode/1.
This change has been marked as potentially incompatible as uri_string:normalize/2 used to decode percent-encoded character triplets that corresponded to characters not in the reserved set. After this change, uri_string:normalize/2 will only decode those percent-encoded triplets that correspond to characters in the unreserved set (ALPHA / DIGIT / "-" / "." / "_" / "~").
A full list of bug fixes and improvements in the readme.
Download and documentation
Online documentation can be browsed here:
https://erlang.org/documentation/doc-11.1.4/doc
Pre-built versions for Windows can be fetched here:
https://erlang.org/download/otp_win32\_23.2.exe\
https://erlang.org/download/otp_win64\_23.2.exe
The Erlang/OTP source can also be found at GitHub on the official Erlang repository:
https://github.com/erlang/otp
v23.1.5: OTP 23.1.5Compare Source
v23.1.4: OTP 23.1.4Compare Source
v23.1.3: OTP 23.1.3Compare Source
v23.1.2: OTP 23.1.2Compare Source
v23.1.1: OTP 23.1.1Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.