Skip to content

Conversation

@rolandwalker
Copy link
Contributor

@rolandwalker rolandwalker commented Jan 24, 2026

Description

Simplify binary value rendering by upgrading cli_helpers to v2.8.1. The previous version of cli_helpers attempted to UTF-8 decode binary values, leading to treating some values differently than others.

Fixes #1010.

xref dbcli/cli_helpers#98

Checklist

  • I've added this contribution to the changelog.md.
  • I've added my name to the AUTHORS file (or it's already there).
  • I ran uv run ruff check && uv run ruff format && uv run mypy --install-types . to lint and format the code.

by upgrading cli_helpers to v2.8.1.  The previous version of cli_helpers
attempted to UTF-8 decode binary values, leading to treating some
values differently than others.
@rolandwalker rolandwalker self-assigned this Jan 24, 2026
Copy link
Contributor

@scottnemes scottnemes left a comment

Choose a reason for hiding this comment

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

Not able to repro the original issue, but an upgrade is good in my book either way.

@rolandwalker rolandwalker merged commit 31001df into main Jan 26, 2026
8 checks passed
@rolandwalker rolandwalker deleted the RW/upgrade-helpers-binary-value-rendering branch January 26, 2026 09:52
@rolandwalker
Copy link
Contributor Author

I actually had second thoughts and reverted the underlying change here dbcli/cli_helpers#99 on the theory that it could affect redis-cli or similar. We can make the change configurable in the application instead.

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.

Encoding issue with some UUIDs

3 participants