# Changelog

All notable changes to **flowshield** will be documented in this file.

Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) | Versioning: [SemVer](https://semver.org/)

---

## [Unreleased]

### Planned
- Adaptive retry strategies
- Metrics/observability hooks

---

## [1.0.0] - 2026-03-30

### Added
- Initial release
- Retry with exponential backoff
- Circuit Breaker pattern
- Fault tolerance composables
- Edge runtime support (Node.js, Bun, Deno, Cloudflare Workers)
- Zero-dependency, TypeScript-first
