Skip to content

Latest commit

 

History

History
107 lines (70 loc) · 4.35 KB

changelog.md

File metadata and controls

107 lines (70 loc) · 4.35 KB

Change Log

This file contains all the notable changes done to the Ballerina postgresql package through the releases.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

[1.10.0] - 2023-06-30

Added

Changed

[1.7.0] - 2023-02-20

Changed

[1.6.2] - 2023-02-09

Changed

[1.6.1] - 2022-12-01

Changed

[1.6.0] - 2022-11-29

Changed

[1.5.0] - 2022-09-08

Changed

[1.4.1] - 2022-06-27

Changed

[1.4.0] - 2022-05-30

Added

Changed

[1.3.1] - 2022-03-01

Changed

[1.3.0] - 2022-01-29

Changed

[1.2.1] - 2022-02-03

Changed

[1.2.0] - 2021-12-13

Added

[1.1.0] - 2021-11-20

Changed

[1.0.0] - 2021-10-09

Changed

Added

[0.6.0-beta.2] - 2021-06-02

Added

  • Basic CRUD functionalities with an PostgreSQL database.
  • Insert functionality for PostgreSQL specific data types.
  • Select functionality for PostgreSQL specific data types.
  • Procedure and Function Operations for PostgreSQL specific data types.
  • Add array data types.
  • Make the Client class to isolated.