-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8373 from ballerina-platform/release-2201.8.4
Add Release 2201.8.4
- Loading branch information
Showing
5 changed files
with
83 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
{ | ||
"version":"2201.8.3", | ||
"short-version":"2201.8.3", | ||
"display-version":"2201.8.3 (Swan Lake Update 8)", | ||
"release-date":"2023-11-22", | ||
"windows-installer":"ballerina-2201.8.3-swan-lake-windows-x64.msi", | ||
"version":"2201.8.4", | ||
"short-version":"2201.8.4", | ||
"display-version":"2201.8.4 (Swan Lake Update 8)", | ||
"release-date":"2023-11-29", | ||
"windows-installer":"ballerina-2201.8.4-swan-lake-windows-x64.msi", | ||
"windows-installer-size":"178mb", | ||
"linux-installer":"ballerina-2201.8.3-swan-lake-linux-x64.deb", | ||
"linux-installer":"ballerina-2201.8.4-swan-lake-linux-x64.deb", | ||
"linux-installer-size":"200mb", | ||
"macos-installer":"ballerina-2201.8.3-swan-lake-macos-x64.pkg", | ||
"macos-installer":"ballerina-2201.8.4-swan-lake-macos-x64.pkg", | ||
"macos-installer-size":"236mb", | ||
"macos-arm-installer":"ballerina-2201.8.3-swan-lake-macos-arm-x64.pkg", | ||
"macos-arm-installer":"ballerina-2201.8.4-swan-lake-macos-arm-x64.pkg", | ||
"macos-arm-installer-size":"235mb", | ||
"rpm-installer":"ballerina-2201.8.3-swan-lake-linux-x64.rpm", | ||
"rpm-installer":"ballerina-2201.8.4-swan-lake-linux-x64.rpm", | ||
"rpm-installer-size":"238mb", | ||
"other-artefacts":[ | ||
"ballerina-2201.8.3-swan-lake.zip" | ||
"ballerina-2201.8.4-swan-lake.zip" | ||
], | ||
"api-docs":"ballerina-api-docs-2201.8.3.zip", | ||
"release-notes":"ballerina-release-notes-2201.8.3.md" | ||
"api-docs":"ballerina-api-docs-2201.8.4.zip", | ||
"release-notes":"ballerina-release-notes-2201.8.4.md" | ||
} |
This file contains 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
34 changes: 34 additions & 0 deletions
34
downloads/swan-lake-release-notes/swan-lake-2201.8.4/RELEASE_NOTE.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
layout: ballerina-left-nav-release-notes | ||
title: Swan Lake Update 8 (2201.8.4) | ||
permalink: /downloads/swan-lake-release-notes/2201.8.4/ | ||
active: 2201.8.4 | ||
--- | ||
|
||
## Overview of Ballerina Swan Lake Update 8 (2201.8.4) | ||
|
||
<em>Swan Lake Update 8 (2201.8.4) is the fourth patch release of Ballerina 2201.8.0 (Swan Lake Update 8) and it includes a new set of bug fixes to the runtime and developer tooling.</em> | ||
|
||
## Update Ballerina | ||
|
||
Run the command below to update your current Ballerina installation directly to 2201.8.4 by using the [Ballerina Update Tool](/learn/update-tool/) as follows. | ||
|
||
``` | ||
$ bal dist pull 2201.8.4 | ||
``` | ||
|
||
## Install Ballerina | ||
|
||
If you have not installed Ballerina, download the [installers](/downloads/#swanlake) to install. | ||
|
||
## Runtime updates | ||
|
||
### Bug fixes | ||
|
||
To view bug fixes, see the [GitHub milestone for 2201.8.4 (Swan Lake)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.8.4+label%3AType%2FBug+is%3Aclosed+label%3ATeam%2FjBallerina). | ||
|
||
## Compiler | ||
|
||
### Bug fixes | ||
|
||
To view bug fixes, see the [GitHub milestone for 2201.8.4 (Swan Lake)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.8.4+is%3Aclosed+label%3ATeam%2FCompilerFE). |
This file contains 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
This file contains 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