mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
- Introduced README.md for the file sync issue after gRPC migration, outlining the problem, root cause, and proposed solutions. - Added release notes for Crawlab 0.7.0 highlighting community features and improvements. - Created a README.md for the specs directory to provide an overview and usage instructions for LeanSpec.
26 lines
748 B
Markdown
26 lines
748 B
Markdown
# Crawlab 0.7.0 Release - Community Components
|
|
|
|
**Note**: This is a reference to the full release spec in `crawlab-pro/specs/016-release-0.7.0/`.
|
|
|
|
The 0.7.0 release includes significant Community platform improvements:
|
|
|
|
## Community Features (from full spec)
|
|
|
|
### Core Platform
|
|
- gRPC-based task assignment and file sync
|
|
- Improved cluster reliability and node reconnection
|
|
- Enhanced task scheduling and execution
|
|
- Better error handling and logging
|
|
|
|
### API & Backend
|
|
- OpenAPI specification updates
|
|
- Backend API improvements
|
|
- Database query optimization
|
|
|
|
### Testing Infrastructure
|
|
- Comprehensive API test coverage
|
|
- Reliability and performance tests
|
|
- CI/CD improvements
|
|
|
|
See the full release plan: `../../specs/016-release-0.7.0/README.md`
|