Skip to content

Commit

Permalink
Merge pull request #6807 from ballerina-platform/release-2201.4.2
Browse files Browse the repository at this point in the history
Sync `release-2201.4.2` branch with master
  • Loading branch information
praneesha committed May 2, 2023
2 parents b14be3f + 241a8c8 commit 95466f2
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
19 changes: 19 additions & 0 deletions _data/swanlake_release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Original file line number Diff line number Diff line change
@@ -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

<em>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.</em>

## 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+).
8 changes: 8 additions & 0 deletions utils/archived-lm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 8 additions & 0 deletions utils/rl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 95466f2

Please sign in to comment.