Skip to content

Latest commit

 

History

History
61 lines (46 loc) · 4.12 KB

CHANGELOG.md

File metadata and controls

61 lines (46 loc) · 4.12 KB

CHANGELOG

Inspired from Keep a Changelog

Dependencies

  • Bumps github.com/aws/aws-sdk-go from 1.44.45 to 1.44.254
  • Bumps github.com/aws/aws-sdk-go-v2 from 1.17.1 to 1.18.0
  • Bumps github.com/aws/aws-sdk-go-v2/config from 1.18.8 to 1.18.22
  • Bumps github.com/stretchr/testify from 1.8.0 to 1.8.2

Added

  • Adds support for Amazon OpenSearch Serverless (#216, #259)
  • Adds Github workflow for changelog verification (#172)
  • Adds Go Documentation link for the client (#182)
  • Adds implementation of Data Streams API (#257
  • Adds Err() function to Response for detailed errors (#246)
  • Adds Point In Time API (#253)
  • Adds InfoResp type (#253)
  • Adds markdown linter (#261)
  • Adds testcases to check upsert functionality (#207)
  • Adds @Jakob3xD to co-maintainers (#270)
  • Adds dynamic type to _source field (#158)
  • Adds testcases for Document API (#280)
  • Adds index_lifecycle guide (#287)
  • Adds bulk guide (#292)
  • Adds search guide (#291)
  • Adds document_lifecycle guide (#290)
  • Adds index_template guide (#289)
  • Adds advanced_index_actions guide (#288)
  • Adds testcases to check UpdateByQuery functionality (#304)
  • Adds additional timeout after cluster start (##303)
  • Adds docker healthcheck to auto restart the container (#315)

Changed

  • Uses []string instead of string in SnapshotDeleteRequest (#237)
  • Removes the need for double error checking (#246)
  • Updates workflows to reduce CI time, consolidate OpenSearch versions, update compatibility matrix (#242)
  • Moved @svencowart to emeritus maintainers (#270)
  • Read, close and replace the http Reponse Body (#300)

Deprecated

Removed

  • Removes info call before performing every request (#219)

Fixed

  • Renames the sequence number struct tag to if_seq_no to fix optimistic concurrency control (#166)
  • Fixes RetryOnConflict on bulk indexer (#215)
  • Corrects curl logging to emit the correct URL destination (#101)
  • Corrects handling of errors without an error response body (#286)

Security