Skip to content

Release v0.5.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 04:02

What's New in v0.5.0

✨ New Features

  • WithExecFallbackFunc: Added support for custom fallback handling when Exec fails after all retries are exhausted. This allows for graceful error handling and default value returns.
  • SST Integration Example: Added a complete example showing how to integrate Flyt with SST (Serverless Stack) applications.
  • LLM Streaming Example: New cookbook example demonstrating streaming responses from LLM integrations.
  • Langfuse Tracing Example: Added comprehensive tracing example using Langfuse for observability.

📚 Documentation

  • Significantly updated and improved documentation
  • Fixed table of contents navigation
  • Enhanced README with better examples and clearer explanations
  • Added documentation for all new cookbook examples

🔧 Improvements

  • Refactored cookbook examples for better clarity and organization
  • Updated tracing implementation for better performance
  • Improved agent example with enhanced flow control

🌐 Website

  • Set up GitHub Pages deployment for documentation site
  • Fixed base URL and path configuration issues
  • Added custom domain support

Full Changelog: v0.4.1...v0.5.0