Skip to content

1.2.5

Compare
Choose a tag to compare
@bsorrentino bsorrentino released this 23 Jan 19:19
· 78 commits to main since this release

v1.2.5 (2025-01-23)

Features

  • AppenderChannel introduce functional interface and refactoring for list updates (d95f28191e8f8f9)
    • Introduced `RemoveByHash` class.
    • Refactored `AppenderChannel.java` to support list updates with a functional interface `RemoveIdentifier`.
    • Consolidated the logic for evaluating list updates within the `evaluateRemoval` method.
    • Updated test cases to cover the new functionality.
      resolve #75

Documentation

Refactor

  • pom.xml consolidate profiles (c356d9275f85339)
    • Removed unused jdk-8 and jdk-17 profiles to streamline configuration and reduce complexity.

ALM