Skip to content

Releases: opensearch-project/logstash-output-opensearch

2.0.3

04 Nov 19:08
087d252
Compare
Choose a tag to compare

What's Changed

  • Removes the old draft-release-notes-workflow.yml GitHub Action by @dlvenable in #226
  • Upgrade logstash-oss to 8.12.1 by @eherot in #239
  • Fix: remove warning message on cluster UUID retrieval failure with AOSS. by @dblock in #237
  • Add documentation for building Logstash custom image with opensearch plugin by @FloMedja in #245
  • Adds dblock as a maintainer by @dlvenable in #247
  • Addresses changes made to security demo config install tool by @DarshitChanpura in #233
  • Update README.md fix path typo by @YoranSys in #253
  • Update rubygems public key until 20250726 by @peterzhuamazon in #256
  • Support the latest versions of Logstash and the AWS SDK for Ruby. by @dlvenable in #260
  • Version update to 2.0.3. by @dlvenable in #262

New Contributors

Full Changelog: 2.0.2...2.0.3

2.0.2

25 Aug 02:09
844fb28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

02 Feb 19:26
dfacbc5
Compare
Choose a tag to compare

What's Changed

  • Update the OpenSearch documentation website link for this plugin by @deepdatta in #178
  • Fix a gzip compression issue when sending partial bulk requests by @oeyh in #183
  • Updated MAINTAINERS.md format. by @dblock in #185
  • Add release workflows by @gaiksaya in #188
  • Updates version to 2.0.1 and adds release notes by @sshivanii in #189

New Contributors

Full Changelog: 2.0.0...2.0.1

Version 2.0.0

07 Sep 04:01
5864a15
Compare
Choose a tag to compare

Version 2.0.0 Release Notes

Compatible with OpenSearch 1.3.4, 2.1.0

Features

  • Configuration parameter service_name to specify the service name for Signature Version 4 (SigV4) signing. (#168)
  • Configuration parameter legacy_template to support index templates. (#169)
  • Configuration parameter default_server_major_version to use when the version number can't be fetched from the host's root URL. (#170)

Enhancements

  • AWS SDK dependency updated to 3.0 to work with Logstash 8.4.0 (#171)

Version 1.3.0

17 Aug 22:37
283ac2a
Compare
Choose a tag to compare

Version 1.3.0 Release Notes

Compatible with OpenSearch 1.3.4, 2.1.0

Enhancements

  • Support for Logstash 8.x (#152)

Bug Fixes

  • Use absolute path for template endpoint ('/_template' instead of '_template') (#146)
    • Template management fails when AWS IAM authentication is used (issue #124)
    • Cannot install index template (issue #144)
  • Add Default template for OpenSearch 2.x. (#150)
    • Cannot install template for OpenSearch 2.x (issue #145)

Infrastructure

  • Update CI to use latest Logstash (#152)
  • Update CI to run against OpenSearch 2.x (#153)

Version 1.2.0

16 Dec 19:51
Compare
Choose a tag to compare

Version 1.2.0 Release Notes

Compatible with OpenSearch 1.2.0

Features

  • Support AWS IAM authentication (#68)

Enhancements

  • Make default "target_bulk_bytes" below AWS limit, but make it configurable (#71)
  • Add basic_auth authentication (#75)
  • Add optional parameters required for authentication inside auth_type (#84)

Infrastructure

  • Add unit tests for AWS IAM authentication (#77)
  • Add DCO check to workflow (#87)
  • Update docker build script (#88)
  • Parameterize docker hub repository name (#90)
  • Update copyright license header (#92)
  • Add support for code owners to repo (#93)
  • Update version on main to 1.2.0 (#97)
  • Run integration tests against the latest version (#99)
  • Add signing key path to gemspec (#101)
  • Add dependency to opensearch-ruby (#104)

Documentation

  • Fix documentation bug in README (#78)
  • Comment docs (#81)

Version 1.1.0

21 Sep 22:09
Compare
Choose a tag to compare

Version 1.1.0 Release Notes

Compatible with OpenSearch 1.0.0

Features

  • Revert "Add distribution check" (#57)

Infrastructure

  • Update workflow to configure logstash version (#64)

Documentation

  • Fix copyright in README (#52)

Version 1.0.0

06 Aug 06:01
Compare
Choose a tag to compare

Compatible with OpenSearch 1.0.0.

Enhancements

  • Fix rake (#17)
  • Update error message (#36)
  • Enable Secure clusters testing (#26)
  • Support TLS Certificate (#31)
  • Add distribution check (#33)
  • Add new docker Multi-Arch image building scripts for logstash-output-opensearch (#41)

Bug Fixes

Infrastructure

  • Add workflow to publish linux x86_64 (#22)
  • Create docker files for build (#23)
  • Resolve the gem building errors before docker creation (#43)
  • Remove the gem from docker image after installation (#45)
  • Add the latest tag during the push (#46)
  • Add gem's public key to repo for cert verification (#44)

Documentation

  • Add developer guide (#18)
  • Update documentation (#25)
  • Update README with badge url (#39)

Refactoring

  • Remove non OSS features and tests that checks any ES clusters != 7.X (#11)
  • Refactor file names and module names to opensearch (#15)
  • Update references to use OpenSearch. (#19)
  • Update references (#20)
  • Refactor unit tests and integration tests (#24)