Releases: rainmanjam/jobspy-api
Releases · rainmanjam/jobspy-api
Release 1.0.1
JobSpy API v1.0.2 - Bug Fix Release
This release addresses several API parameter handling issues:
- CSV Export: Fixed issue where
format=csvparameter wasn't properly generating CSV files - Default Country: Fixed
DEFAULT_COUNTRY_INDEEDenvironment variable not being used as a fallback - Site Selection: Fixed
site_name=allbeing rejected as an invalid option - Authentication: Fixed
ENABLE_API_KEY_AUTHdefaulting to disabled instead of enabled when not specified
How to update
# Pull the latest image
docker pull yourusername/jobspy-api:1.0.2
# Update your docker-compose.yml to use the new version
# Then restart your containers
docker-compose down && docker-compose up -dInit Release
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Unreleased
Added
- Placeholder for upcoming changes
1.0.0 - 2025-04-28
Added
- Initial release of JobSpy Docker API
- Comprehensive job search across multiple platforms
- API Key Authentication system
- Rate limiting capabilities
- Response caching
- Proxy support
- Customizable default search parameters
- CORS support
- Health check endpoints
- Comprehensive logging
Changed
- N/A (initial release)
Fixed
- N/A (initial release)