Skip to content
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

Sync release-2201.4.2 branch with master #6807

Merged
merged 6 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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