Skip to content
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

Update Elastic.Transport to 0.5.7 #8433

Merged
merged 1 commit into from
Jan 2, 2025
Merged

Update Elastic.Transport to 0.5.7 #8433

merged 1 commit into from
Jan 2, 2025

Conversation

flobernd
Copy link
Member

Fixes PostData.MultiJson not working correctly when DisableDirectStreaming is used.

@flobernd flobernd merged commit f9426a4 into main Jan 2, 2025
26 checks passed
@flobernd flobernd deleted the update-transport-0.5.7 branch January 2, 2025 13:03
github-actions bot pushed a commit that referenced this pull request Jan 2, 2025
github-actions bot pushed a commit that referenced this pull request Jan 2, 2025
Copy link
Contributor

github-actions bot commented Jan 2, 2025

The backport to 8.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.17 8.17
# Navigate to the new working tree
cd .worktrees/backport-8.17
# Create a new branch
git switch --create backport-8433-to-8.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 f9426a41af01ae2be3ff818978fc440adfd812ea
# Push it to GitHub
git push --set-upstream origin backport-8433-to-8.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.17

Then, create a pull request where the base branch is 8.17 and the compare/head branch is backport-8433-to-8.17.

Copy link
Contributor

github-actions bot commented Jan 2, 2025

The backport to 8.17 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.17 8.17
# Navigate to the new working tree
cd .worktrees/backport-8.17
# Create a new branch
git switch --create backport-8433-to-8.17
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 f9426a41af01ae2be3ff818978fc440adfd812ea
# Push it to GitHub
git push --set-upstream origin backport-8433-to-8.17
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.17

Then, create a pull request where the base branch is 8.17 and the compare/head branch is backport-8433-to-8.17.

flobernd added a commit that referenced this pull request Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant