Skip to content

Commit

Permalink
Merge pull request #9661 from ballerina-platform/release-2201.8.9
Browse files Browse the repository at this point in the history
Add Release 2201.8.9
  • Loading branch information
sm1990 authored Jan 6, 2025
2 parents 9deb541 + 1ebdd79 commit ddff235
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _data/swanlake_release_notes_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,27 @@
"api-docs":"ballerina-api-docs-2201.8.8.zip",
"release-notes":"ballerina-release-notes-2201.8.8.md"
},
{
"version":"2201.8.9",
"short-version":"2201.8.9",
"display-version":"2201.8.9 (Swan Lake Update 8)",
"release-date":"2025-01-02",
"windows-installer":"ballerina-2201.8.9-swan-lake-windows-x64.msi",
"windows-installer-size":"179mb",
"linux-installer":"ballerina-2201.8.9-swan-lake-linux-x64.deb",
"linux-installer-size":"204mb",
"macos-installer":"ballerina-2201.8.9-swan-lake-macos-x64.pkg",
"macos-installer-size":"239mb",
"macos-arm-installer":"ballerina-2201.8.9-swan-lake-macos-arm-x64.pkg",
"macos-arm-installer-size":"238mb",
"rpm-installer":"ballerina-2201.8.9-swan-lake-linux-x64.rpm",
"rpm-installer-size":"241mb",
"other-artefacts":[
"ballerina-2201.8.9-swan-lake.zip"
],
"api-docs":"ballerina-api-docs-2201.8.9.zip",
"release-notes":"ballerina-release-notes-2201.8.9.md"
},
{
"version":"2201.9.0",
"short-version":"2201.9.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: ballerina-left-nav-release-notes
title: Swan Lake Update 8 (2201.8.9)
permalink: /downloads/swan-lake-release-notes/2201.8.9/
active: 2201.8.9
---

## Overview of Ballerina Swan Lake Update 8 (2201.8.9)

<em>Swan Lake Update 8 (2201.8.9) is the ninth patch release of Ballerina 2201.8.0 (Swan Lake Update 8) and it includes a new set of bug fixes to the language.</em>

## Update Ballerina

Run the command below to update your current Ballerina installation directly to 2201.8.9 by using the [Ballerina Update Tool](/learn/update-tool/).

```
$ bal dist pull 2201.8.9
```

## 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 Swan Lake Update 8 (2201.8.9)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.8.9+is%3Aclosed+label%3ALang%2FExpressions%2FQuery+label%3AType%2FBug).
8 changes: 8 additions & 0 deletions utils/archived-lm.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
"url": "#2201.9.0",
"id": "2201.9.0v"
},
{
"dirName": "2201.8.9",
"level": 2,
"position": 1,
"isDir": false,
"url": "#2201.8.9",
"id": "2201.8.9v"
},
{
"dirName": "2201.8.8",
"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 @@ -130,6 +130,14 @@
"url": "/downloads/swan-lake-release-notes-2201.8",
"id": "swan-lake-2201.8",
"subDirectories": [
{
"dirName": "2201.8.9 (Swan Lake Update 8)",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/swan-lake-release-notes/swan-lake-2201.8.9",
"id": "swan-lake-2201.8.9"
},
{
"dirName": "2201.8.8 (Swan Lake Update 8)",
"level": 2,
Expand Down

0 comments on commit ddff235

Please sign in to comment.