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: elastic/go-elasticsearch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.16.0
Choose a base ref
...
head repository: elastic/go-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.17.0
Choose a head ref
  • 7 commits
  • 3,795 files changed
  • 5 contributors

Commits on Nov 14, 2024

  1. bump changelog to 8.16 (#918) (#920)

    Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
    github-actions[bot] and Anaethelion authored Nov 14, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0e89bee View commit details

Commits on Nov 27, 2024

  1. Check error in BaseClient.Perform (#922) (#927)

    * Check error in BaseClient.Perform
    
    The http.Resonse will be nil on errors, so return early.
    
    Fixes #913
    
    * revert reordering of imports
    
    ---------
    
    Co-authored-by: Martin Tournoij <martin@arp242.net>
    Anaethelion and arp242 authored Nov 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ca4a841 View commit details
  2. Expose BulkIndexer total flushed bytes metric (#914) (#928)

    Co-authored-by: Aurèle Oulès <aurele@oules.com>
    Anaethelion and aureleoules authored Nov 27, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    e921d93 View commit details

Commits on Dec 17, 2024

  1. Bump golang.org/x/crypto in /_examples/instrumentation (#934) (#937)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.17.0 to 0.31.0.
    - [Commits](golang/crypto@v0.17.0...v0.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    github-actions[bot] and dependabot[bot] authored Dec 17, 2024
    Copy the full SHA
    6ce74ef View commit details
  2. [8.17] Update apis (#935)

    * Update typedapi (1ed5f47)
    
    * Upgrade Go to 1.22.0
    
    * Bump files to 8.17.0
    
    * Update esapi (2fb99c8)
    
    * Update typedapi (2f823ff)
    
    * bump buildkite to 8.17
    
    * Update skip list for 8.17
    
    ---------
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Anaethelion and github-actions[bot] authored Dec 17, 2024
    Copy the full SHA
    2547fe1 View commit details
  3. bump changelog to 8.17 (#939) (#941)

    Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
    github-actions[bot] and Anaethelion authored Dec 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    16bb441 View commit details
  4. Release 8.17.0

    Anaethelion committed Dec 17, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0e1af01 View commit details
Loading