0.3.0 (2025-02-03)
- Add streaming content generation and response handling (90171af)
- Remove GOOGLE provider (cab6e5c)
- Add methods for listing provider models and streaming content in the README (888573c)
- Update OpenAPI spec - download it from inference-gateway (fb4eabb)
- Enhance testing capabilities with new pytest configurations and fixtures (298b6f8)
0.2.3 (2025-01-21)
- release: Remove unnecessary command substitution in release workflow (2f9b34e)
0.2.2 (2025-01-21)
- release: Correct version extraction regex to improve accuracy (4f0a6af)
- release: Update version extraction regex to use Perl-compatible syntax (4b4475e)
0.2.1 (2025-01-21)
- release: add dependency on github_release for publish job (31ca1d8)
0.2.0 (2025-01-21)
- api: add OpenAPI specification for Inference Gateway API (ab5202b)
- client: enhance InferenceGatewayClient with support for multiple providers and message handling (0166d9e)
- devcontainer: enable task completion in zsh (99caa3f)
- lint: add linting task using Black for code formatting (642ed74)
0.1.2 (2025-01-21)
- Add Node.js and npm installation to Dockerfile for running --dry-run semantic-release (a7ee6a1)
- Update Dockerfile and devcontainer.json to install Task and add VSCode extension (cf816ba)
- Update clean task in Taskfile.yml to reflect new package name (8e4bcb7)
- Add CI workflow for testing and code formatting with Black (1ed8cca)
- Add GitHub Release workflow with semantic-release integration (41a444e)
- Change release trigger to workflow_dispatch (1407c07)
- Update installation instructions and usage example in README.md (e1ec576)