Skip to content

1.5.0.post1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jul 17:56
· 14 commits to refs/heads/main since this release
8779593

What's Changed

✨ New Features

🐛 Bug Fixes

  • fix: Improve modal layout responsiveness and overflow handling by @Cristhianzl in #8936
  • fix: Improve flow export error handling and validation by @Cristhianzl in #8943
  • fix: make deletion of single file commit to DB, create tests for file deletion by @lucaseduoli in #8953
  • fix: update API Access codes to include only authenticated code by @lucaseduoli in #8957
  • fix: Ensure flow_id is not None before logging vertex build details by @ogabrielluiz in #8954
  • fix: fix max height of template getting started cards by @mfortman11 in #8964
  • fix: clean edges of same type but different name when switching outputs, update color when deleting edges by @lucaseduoli in #8959
  • fix: Update file component description for accuracy by @erichare in #8960
  • fix: make mcp server component handle cache miss gracefully by @lucaseduoli in #8966
  • fix: make files be saved in unique path by @lucaseduoli in #8965
  • fix: add scroll to update components review dialog by @lucaseduoli in #8983
  • fix: improved better health check and stream URL check on MCP, improved JSON recognition by @lucaseduoli in #8982

📝 Documentation Updates

🛠 Maintenance Tasks

  • refactor: Extract single file download logic to custom hook by @Cristhianzl in #8944
  • refactor(auth): simplify flow retrieval by removing settings_service dependency by @ogabrielluiz in #8956
  • refactor: update cache service type hints in MCPToolsComponent by @ogabrielluiz in #8975
  • refactor: update imports and move functions out of MCPToolsComponent by @ogabrielluiz in #8976

Others

New Contributors

Full Changelog: 1.5.0...1.5.0.post1