Skip to content

Commit

Permalink
Merge pull request #6857 from ballerina-platform/release-2201.3.5
Browse files Browse the repository at this point in the history
Add information on Release `2201.3.5`
  • Loading branch information
praneesha committed May 8, 2023
2 parents 3cec9fd + 6d0931d commit 761a0d5
Show file tree
Hide file tree
Showing 4 changed files with 73 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 @@ -705,6 +705,25 @@
"api-docs":"ballerina-api-docs-2201.3.4.zip",
"release-notes":"ballerina-release-notes-2201.3.4.md"
},
{
"version":"2201.3.5",
"short-version":"2201.3.5",
"display-version":"2201.3.5 (Swan Lake Update 3)",
"release-date":"2023-05-08",
"windows-installer":"ballerina-2201.3.5-swan-lake-windows-x64.msi",
"windows-installer-size":"174mb",
"linux-installer":"ballerina-2201.3.5-swan-lake-linux-x64.deb",
"linux-installer-size":"193mb",
"macos-installer":"ballerina-2201.3.5-swan-lake-macos-x64.pkg",
"macos-installer-size":"232mb",
"rpm-installer":"ballerina-2201.3.5-swan-lake-linux-x64.rpm",
"rpm-installer-size":"235mb",
"other-artefacts":[
"ballerina-2201.3.5-swan-lake.zip"
],
"api-docs":"ballerina-api-docs-2201.3.5.zip",
"release-notes":"ballerina-release-notes-2201.3.5.md"
},
{
"version":"2201.4.0",
"short-version":"2201.4.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: ballerina-left-nav-release-notes
title: 2201.3.5 (Swan Lake)
permalink: /downloads/swan-lake-release-notes/2201-3-5/
active: 2201-3-5
redirect_from:
- /downloads/swan-lake-release-notes/2201-3-5
- /downloads/swan-lake-release-notes/2201.3.5/
- /downloads/swan-lake-release-notes/2201-3-5-swan-lake/
- /downloads/swan-lake-release-notes/2201-3-5-swan-lake
---

## Overview of Ballerina Swan Lake 2201.3.5

<em>Swan Lake 2201.3.5 is the fifth patch release of Ballerina 2201.3.0 (Swan Lake Update 3) and it includes a new set of bug fixes to the language, tooling, and standard library.</em>

## Update Ballerina

Update your currrent Ballerina installation directly to 2201.3.5 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.3.5` 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.3.5 (Swan Lake)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.3.5+is%3Aclosed+label%3AType%2FBug).

## Standard library updates

### Bug fixes

To view bug fixes, see the [GitHub milestone for 2201.3.5 (Swan Lake)](https://github.com/ballerina-platform/ballerina-standard-library/issues?q=is%3Aissue+milestone%3A2201.3.5+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 @@ -46,6 +46,14 @@
"url": "#2201.4.0",
"id": "2201.4.0v"
},
{
"dirName": "2201.3.5",
"level": 2,
"position": 1,
"isDir": false,
"url": "#2201.3.5",
"id": "2201.3.5v"
},
{
"dirName": "2201.3.4",
"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 @@ -46,6 +46,14 @@
"url": "/downloads/swan-lake-release-notes/swan-lake-2201.4.0",
"id": "swan-lake-2201.4.0"
},
{
"dirName": "2201.3.5 (Swan Lake Update 3)",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/swan-lake-release-notes/swan-lake-2201.3.5",
"id": "swan-lake-2201.3.5"
},
{
"dirName": "2201.3.4 (Swan Lake Update 3)",
"level": 2,
Expand Down

0 comments on commit 761a0d5

Please sign in to comment.