Inspired from Keep a Changelog
- 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
- 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)
- Uses
[]string
instead ofstring
inSnapshotDeleteRequest
(#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)
- Removes info call before performing every request (#219)