Skip to content

Releases: rainmanjam/jobspy-api

Release 1.0.1

29 Apr 21:58
7e1efc4

Choose a tag to compare

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

Init Release

28 Apr 18:49
031e545

Choose a tag to compare

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)