Release Notes - 1.0


1.0.4-funcrel

Enhancement/Improvements

Customer Ticket Id Technical Details Customer Details
Replace embedded jars used for resolution. Updated embedded libraries.

1.0.3-funcrel

Enhancement/Improvements

Customer Ticket Id Technical Details Customer Details
Updated the JDBI3 Core library to version 3.49.2. The JDBI3 Core library has been upgraded to version 3.49.2.
Introducing a new property physicalLink.triggeredBy with callLink to save triggered API used for CRUD operation. New details to explain which framework API has been triggered for CRUD Operations and queries.

1.0.2-funcrel

Other Updates

Details
A new object "JDBI Unknown SQL Query" has been added.

1.0.1-funcrel

Other Updates

Details
Added Vendor property to JDBI SQL Query objects.

1.0.0-funcrel

Note

Moving from beta to funcrel.

Thorough testing of applications is done to verify the implemented support of JDBI3 and JDBI V2, Fluent and Declarative APIs.

1.0.0-beta2

Other Updates

Details
Minor improvement made to provide support for SQLObject APIs/Declarative APIs. See https://doc.castsoftware.com/display/TECHNOS/JDBI+-+1.0#JDBI1.0-DeclarativeAPIexternal link.

1.0.0-beta1

New Support

Summary Details
Support for JDBI v2 Support provided for JDBI v2 - Fluent APIs. New set of CRUD APIs are added.

1.0.0-alpha2

New Support

Summary Details
Support for Jdbi Declarative/SQL Object APIs Implemented support for Jdbi Declarative APIs, which are defined using @SqlQuery, @SqlUpdate, @SqlBatch, @SqlCall and @SqlScript annotations. See https://doc.castsoftware.com/display/TECHNOS/JDBI+-+1.0#JDBI1.0-DeclarativeAPIexternal link.

1.0.0-alpha1

New Support

Summary Details
Support for Jdbi Fluent/Core APIs Implemented support for Jdbi Core APIs such as Handle, Query, Call, Batch, Update and Script.