From 245ca1786c5855dc30be4fd800b82f272936714d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:11:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20New=20version=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/feature-gate-client.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/feature-gate-client.md diff --git a/.changeset/feature-gate-client.md b/.changeset/feature-gate-client.md deleted file mode 100644 index 5259b0d..0000000 --- a/.changeset/feature-gate-client.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@smooai/audit": patch ---- - -Rust: feature-gate the HTTP `AuditClient` behind a default-on `client` feature (reqwest is now optional). Consumers that only need the schema + canonical JSON + hash chain — e.g. a service that publishes audit events onto its own transport such as NATS — can depend with `default-features = false` to drop the reqwest + async-runtime pull. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6887d90..49dc3e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @smooai/audit +## 0.1.1 + +### Patch Changes + +- 50f514b: Rust: feature-gate the HTTP `AuditClient` behind a default-on `client` feature (reqwest is now optional). Consumers that only need the schema + canonical JSON + hash chain — e.g. a service that publishes audit events onto its own transport such as NATS — can depend with `default-features = false` to drop the reqwest + async-runtime pull. + ## 0.1.0 ### Minor Changes diff --git a/package.json b/package.json index 5406a05..e31eabe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@smooai/audit", - "version": "0.1.0", + "version": "0.1.1", "description": "A polyglot client SDK for tamper-evident, SQL-queryable audit logging: a canonical event schema, a per-org-per-day SHA-256 hash chain, and an emit client — with byte-for-byte parity across TypeScript, Python, Rust, Go, and .NET.", "homepage": "https://github.com/SmooAI/audit#readme", "bugs": {