v1.90.0

spider-rs/spiderv1.90.0Mar 29, 2024by j-mendez

AI Summary

Version 1.90.0 introduces automatic RSS feed handling and optimizes build performance by removing crate pins, alongside several OpenAI integration fixes.

Key Highlights

  • Automatic RSS feed support added
  • Removed crate pins to reduce build size
  • Fixed OpenAI prompt deserialization
  • Added custom API key configuration for OpenAI
  • Fixed sitemap Chrome build

New Features

  • RSS feed support
  • OpenAI custom API key configuration

Full Release Notes

# Whats Changed

RSS feeds handled automatically on crawls.

1. feat(rss): add rss support
1. chore(openai): fix compile chrome flag
1. chore(crate): remove serde pin
1. chore(website): fix sitemap chrome build
1. chore(crate): remove pins on common crates ( reduces build size )
1. chore(openai): fix prompt deserialization
1. chore(openai): add custom api key config

**Full Changelog**: https://github.com/spider-rs/spider/compare/v1.89.0...v1.90.0