Skip to content

Commit

Permalink
Merge pull request #9200 from gabilang/add-update10-release-note
Browse files Browse the repository at this point in the history
Add update10 release note
  • Loading branch information
gabilang authored Aug 5, 2024
2 parents 8e0d122 + ba8bc9c commit ddb660e
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
---
layout: ballerina-left-nav-release-notes
title: 2201.10.0 (Swan Lake)
permalink: /downloads/swan-lake-release-notes/2201.10.0/
active: 2201.10.0
redirect_from:
- /downloads/swan-lake-release-notes/2201.10.0
- /downloads/swan-lake-release-notes/2201.10.0-swan-lake/
- /downloads/swan-lake-release-notes/2201.10.0-swan-lake
- /downloads/swan-lake-release-notes/
- /downloads/swan-lake-release-notes
---

## Overview of Ballerina Swan Lake Update 10 (2201.10.0)

<em> Swan Lake Update 10 (2201.10.0) is the tenth update release of Ballerina Swan Lake, and it includes a new set of features and significant improvements to the compiler, runtime, Ballerina library, and developer tooling. It is based on the 2024R1 version of the Language Specification.</em>

## Update Ballerina

Update your current Ballerina installation directly to 2201.10.0 using the [Ballerina Update Tool](/learn/update-tool/) as follows.

1. Run `bal update` to get the latest version of the Update Tool.
2. Run `bal dist update` to update to this latest distribution.

## Install Ballerina

If you have not installed Ballerina, download the [installers](/downloads/#swanlake) to install.

## Language updates

### New features

### Improvements

### Bug fixes

To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.0)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+label%3ATeam%2FCompilerFE+milestone%3A2201.10.0+is%3Aclosed+label%3AType%2FBug).

## Runtime updates

### New features

### Improvements

### Bug fixes

To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.0)](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+milestone%3A2201.10.0+label%3ATeam%2FjBallerina+label%3AType%2FBug+is%3Aclosed).

## Ballerina library updates

### Deprecations

### Bug fixes

To view bug fixes, see the [GitHub milestone for Swan Lake Update 10 (2201.10.0)](https://github.com/ballerina-platform/ballerina-standard-library/issues?q=is%3Aclosed+is%3Aissue+milestone%3A%222201.10.0%22+label%3AType%2FBug).

## Developer tools updates

### New features

#### Language Server

#### CLI

#### OpenAPI tool

### Improvements

#### Language Server

### Bug fixes

To view bug fixes, see the GitHub milestone for Swan Lake Update 10 (2201.10.0) of the repositories below.

- [Language server](https://github.com/ballerina-platform/ballerina-lang/issues?q=is%3Aissue+label%3ATeam%2FLanguageServer+milestone%3A2201.10.0+is%3Aclosed+label%3AType%2FBug+)
- [OpenAPI](https://github.com/ballerina-platform/openapi-tools/issues?q=is%3Aissue+label%3AType%2FBug+milestone%3A%22Swan+Lake+2201.10.0%22+is%3Aclosed)

## Ballerina packages updates

### New features

### Improvements

### Bug fixes

## Backward-incompatible changes
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.9.2",
"level": 2,
"position": 1,
"isDir": false,
"url": "#2201.9.2",
"id": "2201.9.2v"
},
{
"dirName": "2201.9.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 @@ -14,6 +14,14 @@
"url": "/downloads/swan-lake-release-notes",
"id": "swan-lake-release-notes",
"subDirectories": [
{
"dirName": "2201.10.0 (Swan Lake Update 10)",
"level": 2,
"position": 1,
"isDir": false,
"url": "/downloads/swan-lake-release-notes/swan-lake-2201.10.0",
"id": "swan-lake-2201.10.0"
},
{
"dirName": "2201.9.2 (Swan Lake Update 9)",
"level": 2,
Expand Down

0 comments on commit ddb660e

Please sign in to comment.