Skip to content

Tags: init4tech/bin-base

Tags

v0.23.1

Toggle v0.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: bump signet-cold-sql (#151)

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: deps (#150)

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: v0.21.0 (#148)

includes the signet-sdk and signet-storage changes

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump signet sdk (#143)

* chore: bump signet sdk

also bumps bin-base

* chore: bump rust-version to 1.92 and address new clippy lint

The signet 0.17 SDK requires rustc 1.92 — without this bump the MSRV-aware
resolver back-resolves signet-storage-types to 0.7.2, which is incompatible
with signet-types 0.17 and breaks CI.

* chore: add Fraser Hutchison to authors

* chore: bump version in README to 0.20

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
implement FromEnv for SqlConnector and bump patch version (#137)

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump deps and release 0.19.0 (#132)

* chore(deps): bump ajj to 0.7.0 and release 0.18.0

Aggregates open dependabot PRs (#130 ajj, #119 reqwest) and bumps
version from 0.18.0-rc.10 to 0.18.0.

Reqwest 0.13.2 (#119) was dropped because signet-tx-cache 0.16.0-rc.11
depends on reqwest 0.12.x, causing type mismatches across the two
reqwest versions. opentelemetry-otlp 0.31.1 (#129) was skipped per user
request.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(deps): bump version to 0.19.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* docs: add CLAUDE.md with semver and re-export guidelines

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(perms): add SSE subscribe_bundles to BuilderTxCache (#131)

* feat(perms): add SSE subscribe_bundles to BuilderTxCache

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: bump version to 0.18.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

v0.18.0-rc.13

Toggle v0.18.0-rc.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix cargo audit warning (#128)

v0.18.0-rc.12

Toggle v0.18.0-rc.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: version bump to rc 12 (#125)

v0.18.0-rc.11

Toggle v0.18.0-rc.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(perms): add stream_bundles to BuilderTxCache (#124)

* feat(perms): add stream_bundles to BuilderTxCache

Add a stream_bundles() method that automatically paginates through all
bundles, yielding individual CachedBundle items as a Stream. Follows the
same unfold+flatten pattern used by upstream TxCache for transactions
and orders.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* chore: bump version to 0.18.0-rc.11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>