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": {