Releases: dirkgermany/LILAM
Releases · dirkgermany/LILAM
Bugfix Rules
- Rules were not loaded in correct version.
- Double count of Process Starts in validation scenarios
Rules and Alerting
This release marks LILAM as a comprehensive Asynchronous Real-Time Observability & Rule Engine, fully equipped for enterprise demands.
Transaction Tracing
Measurement of work blocks.
Metriks and Buffered Logging
Functionality and Performance
- Extended Monitoring with Metriks
- Alerts
- Buffered Writing
Performance and Bugs
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
Adding signatures for unique method calls without NULL values
Simplifies setup and fixes issue with setup
- 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
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
New monitoring attribute 'last_update'
Full Changelog: v1.0.0...v1.0.1