Releases: SolaceLabs/solace-agent-mesh
Releases · SolaceLabs/solace-agent-mesh
0.2.1
What's Changed
- AI-658: Fix to do substitutions on build for plugins by @efunneko in #71
- FIX: Remove outdated and unused test class by @cyrus2281 in #76
- AI-688: Make embedding service optional by @gregmeldrum in #75
- FIX: Enhanced system prompt with latest history changes by @cyrus2281 in #78
- Merging main into dev by @cyrus2281 in #79
- FIX: Fix action history while reverting system prompt changes by @cyrus2281 in #82
- AI-708: Remove extra dependencies by @cyrus2281 in #81
- AI-709: Use .env file by default and introduce new option -u by @RohanSreelesh in #80
- AI-660: Agent registry must support expiration and config updates by @efunneko in #62
- AI-746: Adjust the prompt and strip some text from results to combat hallucinations by @efunneko in #83
- AI-657: Fix localhost CORS bug with web ui by @RohanSreelesh in #77
- Fixed a bug by @efunneko in #86
- Fixed a bug by @efunneko in #87
- AI-776: Update connectors to latest release version by @gregmeldrum in #91
- DATAGO-98396: relax min python requirement to 3.10.16 by @artyom-morozov in #55
- AI-696: Adjust the orchestrator to work well with Gemini 2.5 by @efunneko in #84
- AI-704: Updated README by @RohanSreelesh in #90
- AI-613: New initialization GUI by @RohanSreelesh in #89
- AI-781: Fixed some test errors caused by changes for Gemini by @efunneko in #95
- AI-755: Made a few changes to the SQL tutorial to make it easier to run by @efunneko in #93
- AI-781 : Remove the skip condition since tests are fixed by @RohanSreelesh in #96
- Release update by @cyrus2281 in #94
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- AI-643: Make examples llm agnostic by @RohanSreelesh in #39
- Update documentation for web UI to use 127.0.0.1 instead of localhost by @RohanSreelesh in #40
- DATAGO-96948: use new unified workflow for CI and release by @artyom-morozov in #38
- AI-645: Make sure the request and response are for the same stimulus by @gregmeldrum in #41
- AI-653: Updated Sam logo to correct version by @cyrus2281 in #42
- AI-654: Make the number of planning llms and embedding models configurable. by @gregmeldrum in #43
- AI-646: Fixing small bugs raised from feedback or status channel by @Hugo-Pare in #44
- Release: Upgrade web version to latest by @RohanSreelesh in #48
- New Release by @cyrus2281 in #47
- DOC-6216-Pull requirement of Python 3.11 or later by @gilyusolace in #50
- AI-681: Handle timeout in actions by @Hugo-Pare in #53
- AI-672: Introducing long-term memory for history service by @cyrus2281 in #57
- AI-674: Streaming Response cut due to wrong formatting by @Hugo-Pare in #52
- AI-556: Documentation cleanup by @gregmeldrum in #56
- AI-694: Updated the history to include the agents called to generate a response by @cyrus2281 in #58
- AI-541: Enhance gateway configuration by enabling plugin-specific settings in gateway.yaml by @cyrus2281 in #61
- AI-663: Add ability to overwrite env vars in .env during sam init by @gregmeldrum in #67
- AI-714: Add SQL History Provider and resolve Python 3.11 compatibility issues by @cyrus2281 in #66
- AI-714: Fix minor bug in SQL provider by @cyrus2281 in #68
- AI-729: Implement lazy loading pattern in history provider by @cyrus2281 in #70
- AI-730: Add 3.13 to hatch-test matrix by @gregmeldrum in #72
- New Release by @Hugo-Pare in #59
- FIX: Update compatibility for Python 3.10 environment by @cyrus2281 in #73
- fix min version for release by @artyom-morozov in #74
Full Changelog: 0.1.3...0.2.0
0.1.3
What's Changed
- AI-558: Improve the configurability of the response_format_prompt by @efunneko in #12
- AI-566: Add a tutorial for adding an SQL plugin (with sample data) by @efunneko in #13
- AI-594: Loosen dependencies by @gregmeldrum in #15
- AI-597: Make postgres instance initialization configurable by @mahtabahmed255 in #17
- Revert "AI-594: Loosen dependencies" by @gregmeldrum in #18
- Chore: Upgrade web version by @RohanSreelesh in #16
- AI-308: Handle litellm errors by @Hugo-Pare in #19
- Docs: Fix Gateway Sequence Diagram by @TamimiGitHub in #25
- Fix typos in docs by @TamimiGitHub in #20
- AI-607: A few doc changes during the quick start by @efunneko in #21
- AI-548: Fix orchestrator asking for email bug by @RohanSreelesh in #22
- AI-548: Better implementation for unknown email bug by @RohanSreelesh in #26
- AI-557: support uv pip. by @cyrus2281 in #27
- AI-557: Improve pip and build process by fixing minor details by @cyrus2281 in #29
- AI-615: Fix rare CORS issue due to using localhost by @RohanSreelesh in #31
- AI-612: Simplified init command by @RohanSreelesh in #30
- AI-436: Prevent orchestrator from processing action responses not initiated by orchestrator by @gregmeldrum in #28
- AI-439: Implement clear history action to reset file history by @cyrus2281 in #32
- AI-563: PlantUML and Plotly action not working on Windows by @Hugo-Pare in #24
- AI-436: Fix test in action manager by @gregmeldrum in #33
- Update SQL tutorial documentation by @RohanSreelesh in #35
- Release 0.1.3: Update Solace dependencies to latest versions by @RohanSreelesh in #36
- Updating for a patch release by @cyrus2281 in #34
New Contributors
- @gregmeldrum made their first contribution in #15
- @mahtabahmed255 made their first contribution in #17
- @Hugo-Pare made their first contribution in #19
- @TamimiGitHub made their first contribution in #25
Full Changelog: 0.1.2...0.1.3
0.1.2
0.1.1
What's Changed
- Create gh_pages.yaml by @cyrus2281 in #3
- DOCS: Update URLs for Solace Agent Mesh Core Plugins by @cyrus2281 in #4
- PAGE: Fix GitHub Pages Workflow by @cyrus2281 in #5
- AI-512: Fix for GitHub Pages workflow and updated documentation locations by @cyrus2281 in #6
- DOC-6044-Redo branding changes and fix CLI by @gilyusolace in #7
- DOC-6044-Edits by @gilyusolace in #9
- AI-492: Update rest template by @RohanSreelesh in #10
- Include web_visualizer into build wheel by @artyom-morozov in #11
New Contributors
- @gilyusolace made their first contribution in #7
- @RohanSreelesh made their first contribution in #10
- @artyom-morozov made their first contribution in #11
Full Changelog: 0.1.0...0.1.1
0.1.0
Full Changelog: 0.0.1...0.1.0