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 -d