Skip to content

Release 1.0.1

Latest

Choose a tag to compare

@rainmanjam rainmanjam released this 29 Apr 21:58
· 1 commit to main since this release
7e1efc4

JobSpy API v1.0.2 - Bug Fix Release

This release addresses several API parameter handling issues:

  • CSV Export: Fixed issue where format=csv parameter wasn't properly generating CSV files
  • Default Country: Fixed DEFAULT_COUNTRY_INDEED environment variable not being used as a fallback
  • Site Selection: Fixed site_name=all being rejected as an invalid option
  • Authentication: Fixed ENABLE_API_KEY_AUTH defaulting 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