Skip to content

Add Go examples for message updates, deletes, and appends#3351

Open
lmars wants to merge 1 commit intomainfrom
go-update-delete-append-examples
Open

Add Go examples for message updates, deletes, and appends#3351
lmars wants to merge 1 commit intomainfrom
go-update-delete-append-examples

Conversation

@lmars
Copy link
Copy Markdown
Member

@lmars lmars commented Apr 20, 2026

Summary

Adds Go code examples to the Updates, deletes and appends docs page, covering all five operations:

  • updateMessage — update an existing message by serial
  • deleteMessage — soft-delete a message by serial
  • appendMessage — incrementally append data to a message (using AppendMessageAsync for non-blocking pipelining)
  • getMessage — retrieve the latest version of a message by serial
  • getMessageVersions — paginate through the full version history of a message

These operations are now supported in the Go SDK as of ably-go v1.4.0.

Test plan

  • Verify Go examples render correctly in the docs site
  • Check that code snippets are syntactically valid Go
  • Confirm the Go tab appears alongside JavaScript, Node.js, Swift, Java, and Python in each code block

🤖 Generated with Claude Code

Adds Go code examples to the updates-deletes.mdx docs page for all five
operations: updateMessage, deleteMessage, appendMessage, getMessage, and
getMessageVersions. These are now supported as of ably-go v1.4.0.
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: edc51be2-f745-496e-a30b-ae047dddb934

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch go-update-delete-append-examples

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@lmars lmars requested a review from m-hulbert April 20, 2026 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant