v0.1.3
A comprehensive documentation overhaul plus community-health files.
Added
- Documentation guides: configuration reference, resilience (timeouts, retries, rate limiting), logging and secret redaction, extensibility and plugins, testing, and a recipes cookbook.
- A dedicated installation page (pip, uv, pipx), the optional extras, and the typing guarantee.
- Auto-generated API reference pages for every DTO and enum in
stonepy.models. - Community health files: Code of Conduct, issue templates, a pull request template, and CODEOWNERS.
Changed
- Expanded the README with a feature overview, project status, install options, and a support section.
- mkdocstrings now renders inherited members, so the resource-group reference pages list their methods.
Fixed
- Corrected the
list_market_search_paginatedcall in the quickstart, and made the README and error-handling examples self-contained.