Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opensearch-project/opensearch-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.10.3
Choose a base ref
...
head repository: opensearch-project/opensearch-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.10.4
Choose a head ref
  • 6 commits
  • 15 files changed
  • 4 contributors

Commits on May 17, 2024

  1. Finalize 2.10.3 release (#994)

    Signed-off-by: Andriy Redko <[email protected]>
    reta authored May 17, 2024
    Configuration menu
    Copy the full SHA
    ad8a5a4 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    c5a84c1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Recreate or wrap exceptions thrown by async transport implementations…

    … to preserve caller stack traces (#656) (#1006)
    
    * wrap exceptions thrown by async transport implementations in IOException
    
    
    
    * license headers
    
    
    
    * changelog
    
    
    
    * tolerate null causes
    
    
    
    * fix tests
    
    
    
    * remove print
    
    
    
    * one more license header
    
    
    
    * fix last non-aws test
    
    
    
    * use multicatch to restrict caught exceptions
    
    
    
    * Replicate the RestClient exception wrapping for async invocation flow
    
    
    
    * replicate hc5 exception extraction strategy in aws transport
    
    
    
    * move other tests
    
    
    
    * lint
    
    
    
    * delete aws test for now; add support for OpenSearchClientException
    
    
    
    * reintroduce an aws test, sadly, not extending the abstract case
    
    
    
    * java 8
    
    
    
    * replicate ISE
    
    
    
    * poke
    
    
    
    * handle some netty-specific channel exceptions
    
    
    
    * poke
    
    
    
    * nevermind netty
    
    
    
    * io before rt
    
    
    
    * no hc5
    
    
    
    ---------
    
    
    
    
    (cherry picked from commit db50b7d)
    
    Signed-off-by: Andrew Parmet <[email protected]>
    Signed-off-by: Andriy Redko <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Andriy Redko <[email protected]>
    3 people authored May 30, 2024
    Configuration menu
    Copy the full SHA
    4f01790 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add text embedding processor (#1007) (#1010)

    * Add text embedding processor
    
    
    
    * add changelog entry
    
    
    
    * add (de)serialization test
    
    
    
    * fix files headers
    
    
    
    * fix for java 8
    
    
    
    ---------
    
    
    (cherry picked from commit 5b90848)
    
    Signed-off-by: miguel-vila <[email protected]>
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    2c69025 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Modify to not use URLEncodedUtils (#999) (#1012) (#1013)

    * modify to not use URLEncodedUtils
    
    
    
    * add a license header
    
    
    
    * add pathEncoder test
    
    
    
    * modify to use ByteBuffer in encodeBytes method
    
    
    
    * modify to use URLEncoder
    
    
    
    * delete PathEncoder
    
    
    
    * modify to use URLEncodedUtils per version per Classpath
    
    
    
    * fix to use MethodHandle instead of reflection
    
    
    
    * add CHANGELOG.md
    
    
    
    ---------
    
    Signed-off-by: AntCode97 <[email protected]>
    Signed-off-by: Andriy Redko <[email protected]>
    Co-authored-by: AntCode97 <[email protected]>
    reta and AntCode97 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1998800 View commit details
    Browse the repository at this point in the history
  2. Prepare 2.10.4 release (#1014)

    Signed-off-by: Andriy Redko <[email protected]>
    reta authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    f29a574 View commit details
    Browse the repository at this point in the history
Loading