Aerospike Connect for Elasticsearch Release Notes

  • 2.2.0
    Release Date: March 25, 2024
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    New Features

    • [CONNECTOR-922] - Make batching of ack configurable as a toggle.

    Security

    • [CONNECTOR-928] - Fix Allocation of Resources Without Limits or Throttling. CVE-2024-26308
    • [CONNECTOR-929] - Fix Infinite loop. CVE-2024-25710

  • 2.1.2
    Release Date: November 7, 2023
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    Security

  • 2.1.1
    Release Date: August 9, 2023
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    Security

    • [CONNECTOR-775] - Address CVE-2023-36480 - upgrade to aerospike-java-client version 7.0.0.

  • 2.1.0
    Release Date: July 21, 2023
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    New Features

    • [CONNECTOR-594] - JSON logging format.
    • [CONNECTOR-705] - Bin include/exclude option in bin transformer.

    Improvements

    • [CONNECTOR-716] - Upgrade internal dependencies.

  • 2.0.0
    Release Date: June 2, 2023
    • This release has introduced breaking configuration changes.
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    Improvements

    • [CONNECTOR-669] - Allow all types of routing in Elasticsearch outbound connector similar to other outbound connectors.
      • Passing OutboundRoute to Formatter and BatchFormatter.
      • Using routing for Elasticsearch's index instead of BulkRequestConfig.
      • Moved out bulk-request-config from the params section of format to the main config level and made it injectable.
      • Changed type of bulk-request-config's timeout parameter to String.

  • 1.0.1
    Release Date: May 17, 2023
    • The *.deb and *.rpm files support multiple architectures (ARM64 & AMD64).
    • The connector is Java JVM based. Install the correct JVM for the desired architecture.
    • This connector requires Java 11 or later.

    Improvements

    • [CONNECTOR-562] - Multi-arch container image supporting linux/arm64 and linux/amd64 platforms.
    • [CONNECTOR-679] - Upgrade vulnerable dependencies.

  • 1.0.0
    Release Date: January 17, 2023
    • Initial General Availability release.