diff --git a/docs/news.md b/docs/news.md index 4aff7f747..9b16bf59e 100644 --- a/docs/news.md +++ b/docs/news.md @@ -9,6 +9,21 @@ detailing some of the changes. the 4.x.x versions hidden behind optional feature flags or different import paths. Any breaking changes will not be included until v5.0. +## 4.7.0 (2025-01-31) + +### Highlights +- **Added functionality for interacting with Synapse Agents:** + - The new `Agent` OOP model allows you to chat with the baseline Synapse Agent, + register and chat with custom Synapse Agents, manage multiple chat sessions and more. + - See the `Agent` documentation for more details and example code to get started. + +### Bug Fixes +- \[[SYNPY-1557](https://sagebionetworks.jira.com/browse/SYNPY-1557)\] - Synapse get recursive link download issue + +### Stories +- \[[SYNPY-1544](https://sagebionetworks.jira.com/browse/SYNPY-1544)\] - Create Synapse Agent OOP Model +- \[[SYNPY-1566](https://sagebionetworks.jira.com/browse/SYNPY-1566)\] - Release python client v4.7.0 + ## 4.6.1 (2024-12-17) ### Highlights diff --git a/synapseclient/synapsePythonClient b/synapseclient/synapsePythonClient index 3ccb1602e..5aeb673c5 100644 --- a/synapseclient/synapsePythonClient +++ b/synapseclient/synapsePythonClient @@ -1,6 +1,6 @@ { "client": "synapsePythonClient", - "latestVersion": "4.6.1", + "latestVersion": "4.7.0", "blacklist": [ "0.0.0", "0.4.1",