File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.1] - 2025-01-11
9+
10+ ### Changed
11+
12+ - Updated README to be minimalistic with links to full documentation
13+ - Updated repository URLs to correct GitHub organization
14+
15+ ## [ 0.1.0] - 2025-01-11
16+
17+ ### Added
18+
19+ - Initial release
20+ - Query endpoint with optional store_id, filters, and model parameters
21+ - Usage statistics endpoint
22+ - Plans listing endpoint
23+ - Structured QueryFilters model
24+ - Error handling for authentication, rate limits, and quotas
25+ - Full type hints with Pydantic models
26+ - Async/await support
27+
28+ [ 0.1.1 ] : https://github.com/BrainUsLK/brainus-ai-python/compare/v0.1.0...v0.1.1
29+ [ 0.1.0 ] : https://github.com/BrainUsLK/brainus-ai-python/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments