Releases: nccgroup/LoggerPlusPlus
Releases · nccgroup/LoggerPlusPlus
Elasticsearch Integration
Reimplement elasticsearch integration.
More rewrites!
- Fix "Autosave as CSV".
- Huge Refactor.
- Yet more concurrency fixes.
- Rewrote export mechanism to be more generic.
- REMOVED: Elasticsearch integration (temporarily, waiting for rewrite)
v3.14-beta
- Rework log processing yet again.
- More concurrency fixes.
Filter Improvements, QoL Additions
v3.12 Beta - Bug Fixes
Reworked LogManager, better concurrency handling.
Run table change events on Swing thread.
Fix filter not always correctly updating.
Log table now correctly updates after setting a filter.
Beginning of project restructure.
v3.11 Beta - Filter Rewrite
Massive overhaul of the filter parser.
- Filter fields are now separated into categories. Right click the filter field for a list, click to insert into the filter.
- New Filter Operators:
- CONTAINS: Carries out a contains operation between string elements.
- E.g. Request.Body CONTAINS "test"
- IN: Checks if the value is in a given array
- E.g. Request.Extension IN ["txt", "php", "aspx"]
- CONTAINS: Carries out a contains operation between string elements.
- Multiple bug fixes.