Skip to content

Commit 65ba71d

Browse files
BWMacBryanFauble
andauthored
Release v4.7.0 (#1162)
Release v4.7.0 --------- Co-authored-by: BryanFauble <[email protected]>
1 parent d0071b0 commit 65ba71d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/news.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ detailing some of the changes.
99
the 4.x.x versions hidden behind optional feature flags or different import paths. Any
1010
breaking changes will not be included until v5.0.
1111

12+
## 4.7.0 (2025-01-31)
13+
14+
### Highlights
15+
- **Added functionality for interacting with Synapse Agents:**
16+
- The new `Agent` OOP model allows you to chat with the baseline Synapse Agent,
17+
register and chat with custom Synapse Agents, manage multiple chat sessions and more.
18+
- See the `Agent` documentation for more details and example code to get started.
19+
20+
### Bug Fixes
21+
- \[[SYNPY-1557](https://sagebionetworks.jira.com/browse/SYNPY-1557)\] - Synapse get recursive link download issue
22+
23+
### Stories
24+
- \[[SYNPY-1544](https://sagebionetworks.jira.com/browse/SYNPY-1544)\] - Create Synapse Agent OOP Model
25+
- \[[SYNPY-1566](https://sagebionetworks.jira.com/browse/SYNPY-1566)\] - Release python client v4.7.0
26+
1227
## 4.6.1 (2024-12-17)
1328

1429
### Highlights

synapseclient/synapsePythonClient

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client": "synapsePythonClient",
3-
"latestVersion": "4.6.1",
3+
"latestVersion": "4.7.0",
44
"blacklist": [
55
"0.0.0",
66
"0.4.1",

0 commit comments

Comments
 (0)