Skip to content

Latest commit

 

History

History
103 lines (89 loc) · 12.3 KB

release-notes.md

File metadata and controls

103 lines (89 loc) · 12.3 KB

Release Notes

Latest Changes

  • ⬆ Bump tiangolo/issue-manager from 0.5.0 to 0.5.1. PR #139 by @dependabot[bot].
  • feat:Add custom Markdown components to better display Markdown elements, especially code blocks.. PR #128 by @Onelevenvy.
  • ⬆ Bump dawidd6/action-download-artifact from 4 to 5. PR #46 by @dependabot[bot].
  • Upgrade dependencies to fix agent calling wiki tool incorrectly. PR #35 by @StreetLamb.
  • Bump requests from 2.31.0 to 2.32.0 in /backend. PR #28 by @dependabot[bot].

Security Fixes

Features

Fixes

  • Fix bug with self.final_answer_model in members.py to resolve model configuration inconsistencies. PR #142 by @acherla.
  • Fix threads table overflowing if query text is long. PR #134 by @StreetLamb.
  • Set max-memory-per-child value for celery to fix memory leak issue. PR #133 by @StreetLamb.
  • Fix bug when streaming tool output. PR #83 by @StreetLamb.
  • Ensure streaming connection remains open even when page is hidden. PR #82 by @StreetLamb.
  • Prevent leader nodes from delegating parallel tasks.. PR #81 by @StreetLamb.
  • Fix looping conversations. PR #80 by @StreetLamb.
  • Fix handling of messages from Anthropic models. . PR #79 by @StreetLamb.
  • Fix agent prompts. PR #71 by @StreetLamb.
  • Fix sequential agents unable to use skills and uploads.. PR #65 by @StreetLamb.
  • Improve handling of streamed data in chat. PR #64 by @StreetLamb.
  • Fix out of memory issue by setting max workers in backend container. PR #63 by @StreetLamb.
  • Fix local deployment issues. PR #61 by @StreetLamb.
  • Only submit form if all form inputs are valid. PR #56 by @StreetLamb.
  • set refetchOnWindowFocus to False for readThread. PR #41 by @StreetLamb.
  • Fix error when last_checkpoint is None. PR #38 by @StreetLamb.
  • Fix edit button in node not properly aligned when description is short. PR #31 by @StreetLamb.
  • Fix isDisabled logic for skills multiselect. PR #27 by @StreetLamb.
  • Ensure complete JSON objects are parsed from streamed data to prevent unterminated string errors. PR #25 by @StreetLamb.
  • Fix issue where subgraph is using main graph's team name. PR #21 by @StreetLamb.
  • Fix first initialisation issues. PR #12 by @StreetLamb.
  • Fix lint errors. PR #9 by @StreetLamb.
  • Fix test workflow due to missing .env file. PR #8 by @StreetLamb.

Refactors

Docs

Internal