-
Notifications
You must be signed in to change notification settings - Fork 636
backport 1065 to 9.2 #1066
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
backport 1065 to 9.2 #1066
+28,835
−10,508
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
MattDevy
commented
Nov 25, 2025
- [9.2.0] Update apis ([9.2.0] Update apis #1035)
- add 9.2.0 changelog (Add 9.2.0 changelog #1036) ([Backport 9.2] Add 9.2.0 changelog #1037)
- Release 9.2.0
- Update version to 9.2.0-SNAPSHOT
- fix(buildkite): improve error handling for HTTP requests and add fallback for 404 responses ([Backport 9.2] fix(buildkite): improve error handling for HTTP requests and add fallback for 404 responses #1046)
- ci: use ephemeral token for backport action ([Backport 9.2] ci: use ephemeral token for backport action #1050)
- feat: Add queue size multiplier config to BulkIndexer (feat: Add queue size multiplier config to BulkIndexer #1029) (feat: Add queue size multiplier config to BulkIndexer (#1029) #1053)
- fix: Notify items if an error occurs in bulk indexer ([Backport 9.2] fix: Notify items if an error occurs in bulk indexer #1059)
- ci: add release please automation (ci: add release please automation #1065)
* Bump to 9.2.0 * Update API to v9.2.0 (3a7bef4) * Update TypedAPI to v9.2.0 (d520d9e) * Update skip list
ci: use ephemeral token for backport action (#1047) * ci: use ephemeral token for backport action * uses ephemeral token so that backport PRs still trigger GitHub Actions checks * uses `pull_request_target` so that backporting PRs from forked repos works * ci: update fetch-github-token action to specific commit version (best practice) * ci: restrict backport action to only react to merged PRs, and backport labels (cherry picked from commit 39f8a22) Co-authored-by: Matt Devy <32791943+MattDevy@users.noreply.github.com>
* Add queue size multiplier config to BulkIndexer * test: add unit tests for QueueSizeMultiplier BulkIndexerConfig value --------- (cherry picked from commit c2f52b5) Co-authored-by: Stephanie Wei <72533858+Stephanie0829@users.noreply.github.com>
fix: Notify items if an error occurs in bulk indexer (#615) * notify items if an error occurs in bulk indexer * fix message error on line 577 * test: OnFailure is called per item * refactor: use a method to handle errors * makes code DRYer * fixes bug where `res.IsError()` resulted in BulkIndexerItem.OnError receiving a nil `err` --------- (cherry picked from commit 6ea4a8a) Co-authored-by: ansssu <eu@andersonribeiro.dev> Co-authored-by: Matt Devy <matt.devy@elastic.co>
(cherry picked from commit 7c0dd50) # Conflicts: # internal/version/version.go
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
🤖 Generated Code ModifiedThis PR modifies 90 generated file(s):
What should I do?Generated files are typically auto-generated and manual edits may be lost on regeneration. Options:
This check can be bypassed by adding the skip label to PR #1066 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.