-
Notifications
You must be signed in to change notification settings - Fork 626
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: elastic/go-elasticsearch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.16.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 3,785 files changed
- 4 contributors
Commits on Jul 5, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 4974b4a - Browse repository at this point
Copy the full SHA 4974b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f35a1a - Browse repository at this point
Copy the full SHA 1f35a1aView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e09ba4 - Browse repository at this point
Copy the full SHA 7e09ba4View commit details
Commits on Aug 2, 2024
-
Update variable names to Go convention + Simplify map lookups (#894)
* Update variable names to Go convention * Update translator.go * Update translator.go
Configuration menu - View commit details
-
Copy full SHA for 20b86e8 - Browse repository at this point
Copy the full SHA 20b86e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd25a11 - Browse repository at this point
Copy the full SHA dd25a11View commit details
Commits on Aug 7, 2024
-
* Bump files to 8.16.0 * Update typedapi (8e91c06) * Update esapi (cda8773)
Configuration menu - View commit details
-
Copy full SHA for 98a819b - Browse repository at this point
Copy the full SHA 98a819bView commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34052b4 - Browse repository at this point
Copy the full SHA 34052b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d82e40d - Browse repository at this point
Copy the full SHA d82e40dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b831d7f - Browse repository at this point
Copy the full SHA b831d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b509414 - Browse repository at this point
Copy the full SHA b509414View commit details -
bump changelog to 8.16 (#918) (#919)
Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for f6d5b95 - Browse repository at this point
Copy the full SHA f6d5b95View commit details -
bump go.mod toolchain to 1.22.0 (#917) (#921)
Co-authored-by: Laurent Saint-Félix <laurent.saintfelix@elastic.co>
Configuration menu - View commit details
-
Copy full SHA for c698def - Browse repository at this point
Copy the full SHA c698defView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc85fa6 - Browse repository at this point
Copy the full SHA dc85fa6View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.15.0...v8.16.0