v1.5.0
plausible/analyticsv1.5.0Jul 5, 2024by github-actions[bot]
AI Summary
This release adds a configuration option to limit the depth of git clones when running within a Docker container. This feature optimizes performance by preventing the crawler from fetching the entire history of large repositories, thereby managing resource usage more effectively. It allows users to control the scope of their crawling operations for better efficiency.
Key Highlights
- Added git clone depth limit for Docker containers
- Performance optimization for large repositories
- Resource usage control
- Improved crawling efficiency
New Features
- Git clone depth limit in Docker
Full Release Notes
# [1.5.0](https://github.com/BuilderIO/gpt-crawler/compare/v1.4.0...v1.5.0) (2024-07-05) ### Features * git clone depth limit in docker ([87767db](https://github.com/BuilderIO/gpt-crawler/commit/87767dbda99b3259d44ec2c02dceb3a59bb2ca3c))