Release Notes - 1.0


  • 1.0.9-funcrel

    1.0.9-funcrel
    Adds support for additional JDBI v2 and v3 Fluent API methods
    Upgrades internal evaluation engine leading to an overall enhancement of CRUD Operations and Queries resolution, thus providing better/accurate results.
  • 1.0.8-funcrel

    1.0.8-funcrel
    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

    1.0.7-funcrel
    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

    1.0.6-funcrel
    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

    1.0.5-funcrel
    Improves accuracy by updating CRUD Operations and Queries evaluation engine.
  • 1.0.4-funcrel

    1.0.4-funcrel
    Updated embedded libraries.
  • 1.0.3-funcrel

    1.0.3-funcrel
    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

    1.0.2-funcrel
    A new object “JDBI Unknown SQL Query” has been added.
  • 1.0.1-funcrel

    1.0.1-funcrel
    Added Vendor property to JDBI SQL Query objects.
  • 1.0.0-funcrel

    1.0.0-funcrel

    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

    1.0.0-beta2
    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

    1.0.0-beta1
    Support provided for JDBI v2 - Fluent APIs. New set of CRUD APIs are added.Support for JDBI v2
  • 1.0.0-alpha2

    1.0.0-alpha2
    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.Support for Jdbi Declarative/SQL Object APIs
  • 1.0.0-alpha1

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