CHANGELOG.md

# Changelog

All notable changes to the Deepgram Elixir SDK 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).

## [0.1.0] - 2025-07-14

### Added
- Initial release of the Deepgram Elixir SDK
- Support for Speech-to-Text (Listen) API
  - Pre-recorded audio transcription
  - Live audio transcription via WebSockets
  - Advanced features: redaction, summarization, sentiment analysis
- Support for Text-to-Speech (Speak) API
  - Text-to-audio synthesis
  - SSML support
  - Multiple voice models
  - Streaming synthesis via WebSockets
- Support for Text Intelligence (Read) API
  - Sentiment analysis
  - Topic detection
  - Intent recognition
  - Text summarization
  - Entity recognition
- Support for AI Voice Agent API
  - Conversational AI capabilities
  - Function calling
  - Session management
  - Message injection
- Comprehensive documentation
  - Module documentation
  - Livebook examples
  - Script examples
  - README with usage instructions

### Changed
- N/A (initial release)

### Deprecated
- N/A (initial release)

### Removed
- N/A (initial release)

### Fixed
- N/A (initial release)

### Security
- N/A (initial release)