From 63828582da0b4bb22378ce99b337f2db02ef9fb9 Mon Sep 17 00:00:00 2001 From: Greg Holmes Date: Fri, 27 Mar 2026 11:04:40 +0000 Subject: [PATCH] fix(changelog): Removing changelog Release-As: 0.1.0 --- CHANGELOG.md | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 31e7a0b..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,35 +0,0 @@ -# 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). - -## [0.1.0] - Unreleased - -### Features - -- Initial release of Deepgram Java SDK -- Support for Speech-to-Text (Listen) REST API -- Support for Text-to-Speech (Speak) REST API -- Support for Text Intelligence (Read) API -- Support for Voice Agent configuration API -- Support for Management API (projects, keys, members, usage, billing) -- Support for Auth API (token generation) -- Support for Self-Hosted API (distribution credentials) -- WebSocket support for Listen (real-time streaming transcription) -- WebSocket support for Speak (real-time streaming TTS) -- WebSocket support for Agent (real-time voice agent) -- Synchronous and asynchronous client variants -- Automatic API key loading from DEEPGRAM_API_KEY environment variable -- Configurable timeouts and retry policies -- Custom OkHttp client support -- Raw HTTP response access for all endpoints -- Structured error handling -- Google Java Format enforcement via Spotless - -### Notes - -- Minimum Java version: 11 -- Built on OkHttp 4.12.0 and Jackson 2.18.2 -- Generated using Fern SDK generator -- Based on OpenAPI specification from [deepgram-api-specs](https://github.com/deepgram/deepgram-api-specs)