Releases: opensearch-project/logstash-output-opensearch
Releases · opensearch-project/logstash-output-opensearch
2.0.3
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
- @eherot made their first contribution in #239
 - @flomedja made their first contribution in #245
 - @DarshitChanpura made their first contribution in #233
 - @YoranSys made their first contribution in #253
 
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- Upgrade jenkins library version by @gaiksaya in #190
 - Add override image, ruby version and upgrade jenkins lib by @gaiksaya in #191
 - Upgrade jenkins lib version by @gaiksaya in #192
 - Added untriaged issue workflow. by @dblock in #197
 - Baselines the MAINTAINERS.md and CODEOWNERS files. by @dlvenable in #203
 - Fixes CODEOWNERS by putting all on a single line. by @dlvenable in #205
 - Fix: encode body before signing to match manticore adapter encoding. by @dblock in #217
 - Adds release notes for v2.0.2 by @dlvenable in #219
 - Replace rubygems public key to new one with expiration date of 2024-08-22 by @peterzhuamazon in #220
 - Update the plugin version to 2.0.2. by @dlvenable in #221
 - Update 2024 public key again for rubygems expire on 2024-08-23 by @peterzhuamazon in #223
 - Update build lib to 5.7.1 to consume sigunature verification changes by @peterzhuamazon in #224
 
New Contributors
- @dlvenable made their first contribution in #203
 
Full Changelog: 2.0.1...2.0.2
2.0.1
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
- @oeyh made their first contribution in #183
 - @dblock made their first contribution in #185
 - @sshivanii made their first contribution in #189
 
Full Changelog: 2.0.0...2.0.1
Version 2.0.0
Version 2.0.0 Release Notes
Compatible with OpenSearch 1.3.4, 2.1.0
Features
- Configuration parameter 
service_nameto specify the service name for Signature Version 4 (SigV4) signing. (#168) - Configuration parameter 
legacy_templateto support index templates. (#169) - Configuration parameter 
default_server_major_versionto 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
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
Version 1.2.0
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
Version 1.1.0
Version 1.0.0
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
- FIX CVE-2020-8130 (#21)
 
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)