We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dac202 commit 2dda954Copy full SHA for 2dda954
docs/news.md
@@ -9,6 +9,14 @@ detailing some of the changes.
9
the 4.x.x versions hidden behind optional feature flags or different import paths. Any
10
breaking changes will not be included until v5.0.
11
12
+## 4.4.1 (2024-07-05)
13
+
14
+### Bug Fixes
15
+- \[[SYNPY-1511](https://sagebionetworks.jira.com/browse/SYNPY-1511)\] - Allow for anonymous access
16
17
+### Stories
18
+- \[[SYNPY-1436](https://sagebionetworks.jira.com/browse/SYNPY-1436)\] - Don't call /userProfile twice on login
19
20
## 4.4.0 (2024-07-05)
21
### Highlights
22
- **Downloading files stability improvements:**
synapseclient/synapsePythonClient
@@ -1,6 +1,6 @@
1
{
2
"client": "synapsePythonClient",
3
- "latestVersion": "4.4.0",
+ "latestVersion": "4.4.1",
4
"blacklist": [
5
"0.0.0",
6
"0.4.1",
0 commit comments