All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 (2026-04-19)
Initial release.
Features
- support for listing and fetching notes from the Granola API (fc97899)
Added
Granola.new/1— creates a configured API clientGranola.Notes.list/2— lists notes with optionalcreated_before,created_after,updated_after,cursor, andpage_sizefiltersGranola.Notes.get/3— fetches a single note by ID, with optional transcript viainclude: :transcriptGranola.Notes.stream/2— lazily paginates through all notes as aStream