CHANGELOG.md

# Changelog

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.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4] - 2026-03-11

### Added

- `AgentObs.JidoTracer` — drop-in `Jido.Observe.Tracer` for automatic composer instrumentation
- Jido integration guide (`guides/jido_integration.md`)
- Jido integration section in README
- `jido ~> 2.0` as optional dependency

## [0.1.3] - 2026-03-08

### Added

- Initial implementation of AgentObs library
- Core telemetry API for agent, tool, LLM, and prompt instrumentation
- Phoenix handler with OpenInference semantic conventions
- Generic OpenTelemetry handler
- ReqLLM integration module with automatic streaming instrumentation
- Comprehensive test suite (11 files, 3,309 lines, 179 tests)
- Complete documentation with 5 detailed guides
- Demo application showcasing ReqLLM integration
- Enhanced guides with improved examples and troubleshooting


## [0.1.0] - TBD

### Added

- First release