Skip to content

Releases: dirkgermany/LILAM

Bugfix Rules

05 Mar 23:56
0b59010

Choose a tag to compare

  • Rules were not loaded in correct version.
  • Double count of Process Starts in validation scenarios

Rules and Alerting

02 Mar 16:18
ad0caba

Choose a tag to compare

This release marks LILAM as a comprehensive Asynchronous Real-Time Observability & Rule Engine, fully equipped for enterprise demands.

Transaction Tracing

15 Feb 13:32
985aa89

Choose a tag to compare

Measurement of work blocks.

Metriks and Buffered Logging

25 Jan 19:01
2dc410b

Choose a tag to compare

Functionality and Performance

  • Extended Monitoring with Metriks
  • Alerts
  • Buffered Writing

Performance and Bugs

23 Jan 09:24
8bc07d3

Choose a tag to compare

Quality

  • Clear separation of methods for isolated transactions and session storage

Functionality

  • Faster performance through more consistent use of pl/sql optimised data types

Bugs fixed

  • STEP_DONE led to storage in isolated area
  • Not all cursors were closed in exception cases

Adding signatures for NEW_SESSION and CLOSE_SESSION

21 Jan 23:27
580bb77

Choose a tag to compare

Adding signatures for unique method calls without NULL values

Simplifies setup and fixes issue with setup

19 Jan 10:40
3c1e55e

Choose a tag to compare

  • Simplifies setup by taking the sequence into account when automatically creating database objects
  • Compiling the package was not possible if the sequence was missing
  • An error could occur when checking or creating the log tables during the (initial) call to the API

v1.1.0 - Security & Performance Update

18 Jan 23:32
4b7e8d8

Choose a tag to compare

This release introduces a major internal refactoring to enhance the framework's core engine:
Security & Performance: Replaced the previous string-replacement logic with a robust BIND mechanism (DBMS_SQL and USING clause).
Benefits: This architectural change provides native protection against SQL injection and significantly boosts performance by reducing Oracle's parsing overhead.

Including a new index for faster log rotation and cleanup

17 Jan 21:03
e8e7722

Choose a tag to compare

New monitoring attribute 'last_update'

17 Jan 02:50
ae006aa

Choose a tag to compare