Skip to content

chore(release): prepare v0.17.0#77

Merged
nao1215 merged 1 commit into
mainfrom
release/v0.17.0
May 9, 2026
Merged

chore(release): prepare v0.17.0#77
nao1215 merged 1 commit into
mainfrom
release/v0.17.0

Conversation

@nao1215

@nao1215 nao1215 commented May 9, 2026

Copy link
Copy Markdown
Owner

Added

  • yabase/intid gains checksum-bearing _check variants for the
    Crockford Base32 and Base58Check codecs, removing the
    Int → BitArray → encode_check / decode_check → BitArray → Int
    dance every caller previously reimplemented. New helpers:
    encode_int_base32_crockford_check,
    decode_int_base32_crockford_check[_bounded],
    encode_int_base58check,
    decode_int_base58check[_bounded]. The decoders surface
    Error(InvalidChecksum) on a mistyped input — the whole reason
    callers reach for the checksummed variant. Base58Check is fixed at
    version byte 0 (Bitcoin mainnet P2PKH); callers who need a
    different version still drop to yabase/base58check directly. (intid: add _check variants for crockford and base58 to remove the int↔BitArray dance #73)
  • yabase/intid and the top-level yabase module now re-export
    CodecError
    as a public type alias, so callers who only
    import yabase/intid (or only import yabase) can type-annotate a
    wrapper around decode_int_* / encode / decode without reaching
    into yabase/core/error. The alias preserves type identity (it
    resolves to the same CodecError the underlying functions already
    return), so existing code keeps working unchanged. (intid: CodecError not re-exported, blocking single-import type annotations on decode_int_* wrappers #74)

@coderabbitai

coderabbitai Bot commented May 9, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@nao1215 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 4 minutes and 36 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 29daf396-baa6-4586-9de9-9bc7bdfc23f5

📥 Commits

Reviewing files that changed from the base of the PR and between 6039923 and cc84761.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • gleam.toml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.17.0

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.

@nao1215 nao1215 merged commit 409365e into main May 9, 2026
8 checks passed
@nao1215 nao1215 deleted the release/v0.17.0 branch May 9, 2026 11:43
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.

1 participant