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.15.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.16.0
Choose a head ref
  • 13 commits
  • 3,785 files changed
  • 4 contributors

Commits on Jul 5, 2024

  1. Fix go directive version in go.mod (#885)

    * Fix go directive version in go.mod
    
    According to go.dev/issues/62278 a concrete go version has to include the
    patch number or an additional toolchain directive. The project declares the
    version as 1.21 which is invalid and will result in an error:
    
    	GOTOOLCHAIN="go1.20+auto" go1.21.5 mod tidy
    	go: downloading go1.21 (linux/amd64)
    	go: download go1.21 for linux/amd64: toolchain not available
    
    Changed to 1.21.0 as this is the first actual release of go 1.21.
    
    * Align go.mod files with client go version
    
    ---------
    
    Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
    mauri870 and Anaethelion authored Jul 5, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4974b4a View commit details
  2. replace go version with toolchain (#886)

    Anaethelion authored Jul 5, 2024

    Verified

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

Commits on Aug 1, 2024

  1. Outdent if/else logic with returns (#895)

    HaraldNordgren authored Aug 1, 2024

    Verified

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

Commits on Aug 2, 2024

  1. Update variable names to Go convention + Simplify map lookups (#894)

    * Update variable names to Go convention
    
    * Update translator.go
    
    * Update translator.go
    HaraldNordgren authored Aug 2, 2024
    Copy the full SHA
    20b86e8 View commit details
  2. bulk_indexer: Follow convention and add to waitgroup before creating …

    …routines (#891)
    HaraldNordgren authored Aug 2, 2024
    Copy the full SHA
    dd25a11 View commit details

Commits on Aug 7, 2024

  1. Update apis to 8.16 (#897)

    * Bump files to 8.16.0
    
    * Update typedapi (8e91c06)
    
    * Update esapi (cda8773)
    Anaethelion authored Aug 7, 2024

    Verified

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

Commits on Nov 14, 2024

  1. Update esapi (30399bb)

    Anaethelion committed 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
    34052b4 View commit details
  2. Update typedapi (4fcf747)

    Anaethelion committed Nov 14, 2024
    Copy the full SHA
    d82e40d View commit details
  3. update skip list

    Anaethelion committed 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
    b831d7f View commit details
  4. Upgrade Go to 1.22.0

    Anaethelion committed 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
    b509414 View commit details
  5. bump changelog to 8.16 (#918) (#919)

    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
    f6d5b95 View commit details
  6. bump go.mod toolchain to 1.22.0 (#917) (#921)

    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
    c698def View commit details
  7. Release 8.16.0

    Anaethelion committed Nov 14, 2024
    Copy the full SHA
    dc85fa6 View commit details
Loading