|
| 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] - 2024-08-10 |
| 9 | + |
| 10 | +### Added |
| 11 | +- Initial release of Bright Data Python SDK |
| 12 | +- Web scraping functionality using Bright Data Web Unlocker API |
| 13 | +- Search engine results using Bright Data SERP API |
| 14 | +- Support for multiple search engines (Google, Bing, Yandex) |
| 15 | +- Parallel processing for multiple URLs and queries |
| 16 | +- Comprehensive error handling with retry logic |
| 17 | +- Input validation for URLs, zones, and parameters |
| 18 | +- Automatic zone creation and management |
| 19 | +- Multiple output formats (JSON, raw HTML, markdown) |
| 20 | +- Content download functionality |
| 21 | +- Zone management utilities |
| 22 | +- Comprehensive logging system |
| 23 | +- Built-in connection pooling |
| 24 | +- Environment variable configuration support |
| 25 | + |
| 26 | +### Features |
| 27 | +- `bdclient` main client class |
| 28 | +- `scrape()` method for web scraping |
| 29 | +- `search()` method for SERP API |
| 30 | +- `download_content()` for saving results |
| 31 | +- `list_zones()` for zone management |
| 32 | +- Automatic retry with exponential backoff |
| 33 | +- Structured logging support |
| 34 | +- Configuration via environment variables or direct parameters |
| 35 | + |
| 36 | +### Dependencies |
| 37 | +- `requests>=2.25.0` |
| 38 | +- `python-dotenv>=0.19.0` |
| 39 | + |
| 40 | +### Python Support |
| 41 | +- Python 3.7+ |
| 42 | +- Cross-platform compatibility (Windows, macOS, Linux) |
0 commit comments