github.com/opensearch-project/opensearch-go/v2@v2.3.0/CHANGELOG.md (about)

     1  # CHANGELOG
     2  
     3  Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
     4  
     5  ## [Unreleased]
     6  
     7  ### Dependencies
     8  
     9  - Bumps `github.com/aws/aws-sdk-go` from 1.44.180 to 1.44.263
    10  - Bumps `github.com/aws/aws-sdk-go-v2` from 1.17.4 to 1.18.0
    11  - Bumps `github.com/aws/aws-sdk-go-v2/config` from 1.18.8 to 1.18.25
    12  - Bumps `github.com/stretchr/testify` from 1.8.1 to 1.8.2
    13  
    14  ### Added
    15  
    16  - Adds implementation of Data Streams API ([#257](https://github.com/opensearch-project/opensearch-go/pull/257))
    17  - Adds Point In Time API ([#253](https://github.com/opensearch-project/opensearch-go/pull/253))
    18  - Adds InfoResp type ([#253](https://github.com/opensearch-project/opensearch-go/pull/253))
    19  - Adds markdown linter ([#261](https://github.com/opensearch-project/opensearch-go/pull/261))
    20  - Adds testcases to check upsert functionality ([#269](https://github.com/opensearch-project/opensearch-go/pull/269))
    21  - Adds @Jakob3xD to co-maintainers ([#270](https://github.com/opensearch-project/opensearch-go/pull/270))
    22  - Adds dynamic type to \_source field ([#285](https://github.com/opensearch-project/opensearch-go/pull/285))
    23  - Adds testcases for Document API ([#285](https://github.com/opensearch-project/opensearch-go/pull/285))
    24  - Adds `index_lifecycle` guide ([#287](https://github.com/opensearch-project/opensearch-go/pull/287))
    25  - Adds `bulk` guide ([#292](https://github.com/opensearch-project/opensearch-go/pull/292))
    26  - Adds `search` guide ([#291](https://github.com/opensearch-project/opensearch-go/pull/291))
    27  - Adds `document_lifecycle` guide ([#290](https://github.com/opensearch-project/opensearch-go/pull/290))
    28  - Adds `index_template` guide ([#289](https://github.com/opensearch-project/opensearch-go/pull/289))
    29  - Adds `advanced_index_actions` guide ([#288](https://github.com/opensearch-project/opensearch-go/pull/288))
    30  - Adds testcases to check UpdateByQuery functionality ([#304](https://github.com/opensearch-project/opensearch-go/pull/304))
    31  - Adds additional timeout after cluster start ([#303](https://github.com/opensearch-project/opensearch-go/pull/303))
    32  - Adds docker healthcheck to auto restart the container ([#315](https://github.com/opensearch-project/opensearch-go/pull/315))
    33  
    34  ### Changed
    35  
    36  - Uses `[]string` instead of `string` in `SnapshotDeleteRequest` ([#237](https://github.com/opensearch-project/opensearch-go/pull/237))
    37  - Removes the need for double error checking ([#246](https://github.com/opensearch-project/opensearch-go/pull/246))
    38  - Updates workflows to reduce CI time, consolidate OpenSearch versions, update compatibility matrix ([#242](https://github.com/opensearch-project/opensearch-go/pull/242))
    39  - Moved @svencowart to emeritus maintainers ([#270](https://github.com/opensearch-project/opensearch-go/pull/270))
    40  - Read, close and replace the http Reponse Body ([#300](https://github.com/opensearch-project/opensearch-go/pull/300))
    41  
    42  ### Deprecated
    43  
    44  ### Removed
    45  
    46  ### Fixed
    47  
    48  - Corrects curl logging to emit the correct URL destination ([#101](https://github.com/opensearch-project/opensearch-go/pull/101))
    49  - Corrects handling of errors without an error response body ([#286](https://github.com/opensearch-project/opensearch-go/pull/286))
    50  
    51  ### Security
    52  
    53  [Unreleased]: https://github.com/opensearch-project/opensearch-go/compare/v2.2.0...HEAD