Release Notes - 1.0


1.0.9-funcrel

New Support

Customer Ticket Id Customer Details
Adds support for additional JDBI v2 and v3 Fluent API methods

Enhancement/Improvements

Customer Ticket Id Customer Details
Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.

1.0.8-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
Improves analysis speed and accuracy by adding optimized filtering.

1.0.7-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
Improves analysis speed and accuracy by adding optimized filtering.

1.0.6-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Unknown SQL Query objects are now created per method having an unresolved call, versus per Analysis Unit.
Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.

1.0.5-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Improves accuracy by updating CRUD Operations and Queries evaluation engine.

1.0.4-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
Updated embedded libraries.

1.0.3-funcrel

Enhancement/Improvements

Customer Ticket Id Customer Details
New details to explain which framework API has been triggered for CRUD Operations and queries.
The JDBI3 Core library has been upgraded to version 3.49.2.

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.