This file contains all the notable changes done to the Ballerina java.jdbc package through the releases.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Improve API docs based on Best practices
- Fix JDBC compiler plugins failure when the diagnostic code is null
- Includes fixes from
sql:1.5.0
- Release module on top of Swan Lake Beta6 distribution
- Add support for queryRow
- Add support for configuring the retrieval of auto generated keys on query execution
- Change default rowType of the query remote method from
nil
to<>
- Remove support for string parameter in SQL APIs
- Make JDBC Client class isolated