Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:38
cd341b9

1.1.0 (2026-07-28)

✨ Features

  • add cart search example and optimize shipping cost calculation for multiple items (7edf341)
  • add cart search with shipping & CSV support (8859836)
  • add CSV and JSON export functionality for search results (6c90b5f)
  • add initial web demo with FastAPI, Jinja2, and HTMX (e9b3831)
  • add pre-commit configuration and update contributing guidelines (03f5c0b)
  • add product image display with fallback handling in results.html (83e47e9)
  • add release-please configuration and templates for contributing, bug reporting, and feature requests (de4f658)
  • add release-please configuration and templates for contributing… (e0a5a37)
  • add Vercel deployment instructions and configuration (c445371)
  • cart search with shipping costs, split optimization, and CSV input (Sha-Dox) (35afe57)
  • enhance search functionality with filtering and pagination options (b8f0eea)
  • implement export endpoints for JSON and CSV data downloads, add health check and SEO metadata routes (e84ec26)
  • implement SQLite and memory-backed TTL caching for search results (cdd7bda)
  • integrate UnifiedSearchClient for improved search functionality (38641e2)
  • refactor code for improved readability and maintainability (1792507)
  • update optional dependencies to conditionally include mcp for Python 3.10+ (2fe2f0f)

🐛 Bug Fixes

  • correct URL formatting by adding missing slashes (57cd38d)

📚 Documentation

♻️ Code Refactoring

  • update type hints for better clarity and consistency (cb29e0d)