- 2201.8.0 (Swan Lake Update 8)
- 2201.7.2 (Swan Lake Update 7)
- 2201.7.1 (Swan Lake Update 7)
- 2201.7.0 (Swan Lake Update 7)
- 2201.6.1 (Swan Lake Update 6)
- 2201.6.0 (Swan Lake Update 6)
- 2201.5.3 (Swan Lake Update 5)
- 2201.5.2 (Swan Lake Update 5)
- 2201.5.1 (Swan Lake Update 5)
- 2201.5.0 (Swan Lake Update 5)
- 2201.4.2 (Swan Lake Update 4)
- 2201.4.1 (Swan Lake Update 4)
- 2201.4.0 (Swan Lake Update 4)
- 2201.3.5 (Swan Lake Update 3)
- 2201.3.4 (Swan Lake Update 3)
- 2201.3.3 (Swan Lake Update 3)
- 2201.3.2 (Swan Lake Update 3)
- 2201.3.1 (Swan Lake Update 3)
- 2201.3.0 (Swan Lake Update 3)
- 2201.2.4 (Swan Lake Update 2)
- 2201.2.3 (Swan Lake Update 2)
- 2201.2.2 (Swan Lake Update 2)
- 2201.2.1 (Swan Lake Update 2)
- 2201.2.0 (Swan Lake Update 2)
- 2201.1.2 (Swan Lake Update 1)
- 2201.1.1 (Swan Lake Update 1)
- 2201.1.0 (Swan Lake Update 1)
- 2201.0.5 (Swan Lake)
- 2201.0.4 (Swan Lake)
- 2201.0.3 (Swan Lake)
- 2201.0.2 (Swan Lake)
- 2201.0.1 (Swan Lake)
- 2201.0.0 (Swan Lake)
- Swan Lake Beta6
- Swan Lake Beta5
- Swan Lake Beta4
- Swan Lake Beta3
- Swan Lake Beta2
- Swan Lake Beta1
- Swan Lake Alpha5
- Swan Lake Alpha4
- Swan Lake Alpha3
- Swan Lake Alpha2
- Swan Lake Alpha1
- Swan Lake Preview 8
- Swan Lake Preview 7
- Swan Lake Preview 6
- Swan Lake Preview 5
- Swan Lake Preview 4
- Swan Lake Preview 3
- Swan Lake Preview 2
- Swan Lake Preview 1
Overview of jBallerina 1.2.2
The jBallerina 1.2.2 patch release improves upon the 1.2.1 release by introducing the features listed below and addressing a number of bugs and improvements.
You can use the update tool to update to jBallerina 1.2.2 as follows. For existing users:
If you are already using jBallerina version 1.2.0, or above, you can directly update your distribution to jBallerina 1.2.2 by executing the following command:
ballerina dist update
However, you need to use the following commands instead of the above if you have installed:
- jBallerina 1.2.0 but switched to a previous version:
ballerina dist pull jballerina-1.2.2
- a jBallerina version below 1.1.0: install via the installers For new users:
If you have not installed jBallerina, then download the installers to install.
Standard library
- Attachment/MIME Support to Email Connector: Introduce email attachments with MIME entities where attachment(s) can be attached to an email with an array of MIME Entities and read attachment(s) by reading - an array of MIME Entities
- Improved API documentation
- Introduce a few status code specific error remote functions to
http:Caller
Dev tools
- Improvements to API Doc tool
- Fix remote debugging support for Ballerina test command
- Fix debug point issue for ballerina module source files inside nested directories
- Improvements to BindGen tool