Skip to content

[Go] Prepare SDK 5.1.4 release#1282

Merged
ShannonDing merged 1 commit into
masterfrom
codex/go-sdk-5.1.4
Jun 17, 2026
Merged

[Go] Prepare SDK 5.1.4 release#1282
ShannonDing merged 1 commit into
masterfrom
codex/go-sdk-5.1.4

Conversation

@RongtongJin

Copy link
Copy Markdown
Contributor

Summary

Prepare the RocketMQ Go SDK 5.1.4 release.

Changes:

  • bump Go client metadata version to 5.1.4
  • bump Go user-agent version to 5.1.4
  • adjust two Go producer examples so go test ./... passes vet without redundant newline warnings

Validation

  • go test ./... from golang/

@RongtongJin RongtongJin marked this pull request as ready for review June 17, 2026 03:52

@guyinyou guyinyou left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review by github-manager-bot

Summary

Prepares the Go SDK 5.1.4 release: bumps version metadata in two files and fixes go vet warnings in two example programs.

Findings

  • [Info] metadata.go:34 and user_agent.go:32 — Version bumps from 5.0.1-rc1 to 5.1.4 are consistent across both files. ✅
  • [Info] delay_recall/main.go:70 and priority/main.go:70 — Replacing fmt.Println("...\n") with fmt.Println("...") + fmt.Println() correctly eliminates the redundant newline warning from go vet. ✅

Suggestions

No concerns. Version metadata is consistent, example fixes are clean. LGTM.


Automated review by github-manager-bot

@ShannonDing ShannonDing merged commit 5ef95b8 into master Jun 17, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants