diff --git a/_data/swanlake_release_notes_versions.json b/_data/swanlake_release_notes_versions.json index adb0e7b6113..75fe493a76c 100644 --- a/_data/swanlake_release_notes_versions.json +++ b/_data/swanlake_release_notes_versions.json @@ -742,5 +742,24 @@ ], "api-docs":"ballerina-api-docs-2201.4.1.zip", "release-notes":"ballerina-release-notes-2201.4.1.md" +}, +{ + "version":"2201.4.2", + "short-version":"2201.4.2", + "display-version":"2201.4.2 (Swan Lake Update 4)", + "release-date":"2023-05-02", + "windows-installer":"ballerina-2201.4.2-swan-lake-windows-x64.msi", + "windows-installer-size":"178mb", + "linux-installer":"ballerina-2201.4.2-swan-lake-linux-x64.deb", + "linux-installer-size":"195mb", + "macos-installer":"ballerina-2201.4.2-swan-lake-macos-x64.pkg", + "macos-installer-size":"235mb", + "rpm-installer":"ballerina-2201.4.2-swan-lake-linux-x64.rpm", + "rpm-installer-size":"238mb", + "other-artefacts":[ + "ballerina-2201.4.2-swan-lake.zip" + ], + "api-docs":"ballerina-api-docs-2201.4.2.zip", + "release-notes":"ballerina-release-notes-2201.4.2.md" } ] diff --git a/downloads/swan-lake-release-notes/swan-lake-2201.4.2/RELEASE_NOTE.md b/downloads/swan-lake-release-notes/swan-lake-2201.4.2/RELEASE_NOTE.md new file mode 100644 index 00000000000..73da74b3951 --- /dev/null +++ b/downloads/swan-lake-release-notes/swan-lake-2201.4.2/RELEASE_NOTE.md @@ -0,0 +1,45 @@ +--- +layout: ballerina-left-nav-release-notes +title: 2201.4.2 (Swan Lake) +permalink: /downloads/swan-lake-release-notes/2201-4-2/ +active: 2201-4-2 +redirect_from: + - /downloads/swan-lake-release-notes/2201-4-2 + - /downloads/swan-lake-release-notes/2201.4-2/ + - /downloads/swan-lake-release-notes/2201-4-2-swan-lake/ + - /downloads/swan-lake-release-notes/2201-4-2-swan-lake +--- + +## Overview of Ballerina Swan Lake 2201.4.2 + +Swan Lake 2201.4.2 is the second patch release of Ballerina 2201.4.0 (Swan Lake Update 4) and it includes a new set of improvements to the language and developer tooling. + +## Update Ballerina + +Update your currrent Ballerina installation directly to 2201.4.2 by using the [Ballerina Update Tool](/learn/cli-documentation/update-tool/) as follows. + +1. Run `bal update` to get the latest version of the Update Tool. + +2. Run `bal dist pull 2201.4.2` to update to this latest distribution. + +## Install Ballerina + +If you have not installed Ballerina, then, download the [installers](/downloads/#swanlake) to install. + +## Language updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for 2201.4.2 (Swan Lake)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.4.2+is%3Aclosed+label%3AType%2FBug). + +## Developer tools updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for 2201.4.2 (Swan Lake)](https://github.com/ballerina-platform/openapi-tools/issues?q=is%3Aissue+milestone%3A%22Swan+Lake+2201.4.2%22+is%3Aclosed+label%3AType%2FBug). + +## Standard library updates + +### Bug fixes + +To view bug fixes, see the [GitHub milestone for 2201.4.2 (Swan Lake)](https://github.com/ballerina-platform/ballerina-standard-library/issues?q=is%3Aissue+milestone%3A2201.4.2+label%3AType%2FBug+is%3Aclosed+). diff --git a/utils/archived-lm.json b/utils/archived-lm.json index ecc6816aa1f..335a469738e 100644 --- a/utils/archived-lm.json +++ b/utils/archived-lm.json @@ -22,6 +22,14 @@ "url": "https://lib.ballerina.io/", "id": "swan-lake-api-docs" }, + { + "dirName": "2201.4.2", + "level": 2, + "position": 1, + "isDir": false, + "url": "#2201.4.2", + "id": "2201.4.2v" + }, { "dirName": "2201.4.1", "level": 2, diff --git a/utils/rl.json b/utils/rl.json index f4bcf816f53..9d608ccde58 100644 --- a/utils/rl.json +++ b/utils/rl.json @@ -22,6 +22,14 @@ "url": "/downloads/swan-lake-release-notes/swan-lake-2201.5.0", "id": "swan-lake-2201.5.0" }, + { + "dirName": "2201.4.2 (Swan Lake Update 4)", + "level": 2, + "position": 1, + "isDir": false, + "url": "/downloads/swan-lake-release-notes/swan-lake-2201.4.2", + "id": "swan-lake-2201.4.2" + }, { "dirName": "2201.4.1 (Swan Lake Update 4)", "level": 2,