|
| 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 | +## [1.0.0] - 2026-02-16 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Initial release of astroapi-python |
| 12 | +- Full Astrology API v3 client implementation |
| 13 | +- 16 category clients with 150+ endpoint methods |
| 14 | +- Complete type safety with Pydantic models |
| 15 | +- Automatic retry logic with exponential backoff |
| 16 | +- Comprehensive validation for all request parameters |
| 17 | +- Context manager support for resource cleanup |
| 18 | +- 100% test coverage |
| 19 | +- GitHub Actions CI/CD pipeline |
| 20 | +- Comprehensive documentation and examples |
| 21 | + |
| 22 | +### Category Clients |
| 23 | +- **DataClient**: Planetary positions, houses, aspects, midpoints, Arabic parts |
| 24 | +- **ChartsClient**: Natal, synastry, composite, transit, return, progression, direction charts |
| 25 | +- **HoroscopeClient**: Personalized and sun sign horoscopes (daily, weekly, monthly, yearly) |
| 26 | +- **AnalysisClient**: Natal, synastry, composite, transit reports and compatibility analysis |
| 27 | +- **GlossaryClient**: Reference data for cities, planets, signs, aspects, keywords |
| 28 | +- **ChineseClient**: BaZi (Four Pillars), Chinese zodiac, elements |
| 29 | +- **NumerologyClient**: Life path, expression, soul urge, personality numbers |
| 30 | +- **TarotClient**: Card draws and readings |
| 31 | +- **EclipsesClient**: Solar and lunar eclipse calculations |
| 32 | +- **LunarClient**: Moon phases, void of course, lunar mansions |
| 33 | +- **AstrocartographyClient**: Planetary lines and relocated charts |
| 34 | +- **TraditionalClient**: Dignities, receptions, almutens |
| 35 | +- **FixedStarsClient**: Fixed star positions and conjunctions |
| 36 | +- **InsightsClient**: Relationship, pet, wellness, financial, business insights |
| 37 | +- **SvgClient**: SVG chart rendering |
| 38 | +- **EnhancedClient**: Advanced calculations, patterns, dominants |
| 39 | + |
| 40 | +### Features |
| 41 | +- Type-safe request and response models |
| 42 | +- Flexible configuration with environment variable support |
| 43 | +- Custom retry policies |
| 44 | +- Debug logging |
| 45 | +- HTTP client abstraction for testability |
| 46 | +- Comprehensive error handling with AstrologyError |
| 47 | +- Input validation before API calls |
| 48 | +- Response envelope unwrapping |
| 49 | + |
| 50 | +[1.0.0]: https://github.com/procoders/astroapi-python/releases/tag/v1.0.0 |
0 commit comments