From 791bea4eecefed7d66b61b30c41f59bb9d0db921 Mon Sep 17 00:00:00 2001 From: marcomariscal <42938673+marcomariscal@users.noreply.github.com> Date: Wed, 29 Apr 2026 13:01:46 -0700 Subject: [PATCH] chore/release-1.0.0-beta.5 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e24c5..558f192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0-beta.5] - 2026-04-29 + +### Added + +- `scanAnnouncementsForUserUsingSubgraph` for streaming subgraph-backed announcement scans +- Watcher heartbeat and batch metadata for live polling observability +- Examples for streamed scans and composing historical scans with live watching + +### Changed + +- Use explicit `getContractEvents` polling for watched announcements so startup logs are not missed +- Align package repository metadata with trusted publishing requirements + +### Fixed + +- Honor `fromBlock` boundaries reliably in `watchAnnouncementsForUser` +- Stop heartbeat polling from starting when watcher setup fails + ## [1.0.0-beta.4] - 2026-04-20 ### Added diff --git a/package.json b/package.json index bdcd823..6ce1b12 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "@scopelift/stealth-address-sdk", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.js", "type": "module", "repository": { "type": "git", - "url": "git+https://github.com/ScopeLift/stealth-address-sdk.git" + "url": "https://github.com/ScopeLift/stealth-address-sdk" }, "files": [ "dist/config",