|
| 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 | +## [Unreleased] |
| 9 | + |
| 10 | +### Added |
| 11 | +- Initial release of the Lingo.dev Python SDK |
| 12 | +- Support for text localization |
| 13 | +- Support for object localization |
| 14 | +- Support for chat sequence localization |
| 15 | +- Support for HTML document localization |
| 16 | +- Support for batch text localization to multiple locales |
| 17 | +- Language detection functionality |
| 18 | +- User authentication checking with `whoami()` |
| 19 | +- Progress tracking for long-running operations |
| 20 | +- Comprehensive test suite |
| 21 | +- Type hints and Pydantic validation |
| 22 | +- GitHub Actions for CI/CD and automated publishing |
| 23 | +- Fast mode for improved performance on larger batches |
| 24 | +- Reference translation support for consistency |
| 25 | +- Automatic payload chunking for large datasets |
| 26 | +- Error handling for various API scenarios |
| 27 | + |
| 28 | +### Features |
| 29 | +- **Text Localization**: Translate individual text strings |
| 30 | +- **Object Localization**: Translate Python dictionaries with string values |
| 31 | +- **Chat Localization**: Translate chat conversations while preserving speaker names |
| 32 | +- **HTML Localization**: Translate HTML documents while preserving structure |
| 33 | +- **Batch Processing**: Translate text to multiple target languages in one call |
| 34 | +- **Language Detection**: Automatically detect the language of input text |
| 35 | +- **Progress Callbacks**: Track progress for long-running operations |
| 36 | +- **Fast Mode**: Enable faster processing for larger batches |
| 37 | +- **Reference Translations**: Provide reference translations for consistency |
| 38 | +- **Chunking**: Automatic handling of large payloads through intelligent chunking |
| 39 | +- **Type Safety**: Full type hints and runtime validation with Pydantic |
| 40 | +- **Comprehensive Testing**: Unit tests, integration tests, and mocked tests |
| 41 | +- **CI/CD**: Automated testing and publishing workflows |
| 42 | + |
| 43 | +### Technical Details |
| 44 | +- **Python Support**: Python 3.8+ |
| 45 | +- **Dependencies**: requests, pydantic, beautifulsoup4, nanoid |
| 46 | +- **API Compatibility**: Compatible with Lingo.dev API v1 |
| 47 | +- **Error Handling**: Comprehensive error handling with appropriate exception types |
| 48 | +- **Documentation**: Extensive documentation with examples and API reference |
| 49 | + |
| 50 | +## [0.1.0] - 2024-01-XX |
| 51 | + |
| 52 | +### Added |
| 53 | +- Initial release |
0 commit comments