Skip to content

Commit 455bb13

Browse files
committed
Release 4.6.0
1 parent fb05d4d commit 455bb13

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

Diff for: docs/news.md

+19
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,25 @@ 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.6.0 (2024-10-04)
13+
14+
### Highlights
15+
- Patching an issue present in `4.5.1` that broke downloads from google bucket files.
16+
- Support for python 3.12
17+
- Drop support for python 3.8
18+
19+
### Bug Fixes
20+
- \[[SYNPY-1521](https://sagebionetworks.jira.com/browse/SYNPY-1521)\] - Adding a kwargs that is already defined as a argument will cause an error for asDataFrame()
21+
- \[[SYNPY-1524](https://sagebionetworks.jira.com/browse/SYNPY-1524)\] - GHCR publish is still using Python 3.8
22+
- \[[SYNPY-1525](https://sagebionetworks.jira.com/browse/SYNPY-1525)\] - KeyError: 'X-Amz-Date' when trying to download HTAN data
23+
24+
### Stories
25+
- \[[SYNPY-1513](https://sagebionetworks.jira.com/browse/SYNPY-1513)\] - Strip out trailing ".0" in getSubmission call to avoid sending .0 to the API
26+
- \[[SYNPY-1517](https://sagebionetworks.jira.com/browse/SYNPY-1517)\] - Deprecate support for Python 3.8, update `pandas` dependency versions
27+
- \[[SYNPY-1520](https://sagebionetworks.jira.com/browse/SYNPY-1520)\] - Support Python 3.12
28+
- \[[SYNPY-1522](https://sagebionetworks.jira.com/browse/SYNPY-1522)\] - update installation instructions
29+
- \[[SYNPY-1529](https://sagebionetworks.jira.com/browse/SYNPY-1529)\] - Release python client v4.6.0
30+
1231
## 4.5.1 (2024-09-19)
1332
### Highlights
1433
- **Telemetry auto instrumentation:**

Diff for: synapseclient/synapsePythonClient

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"client": "synapsePythonClient",
3-
"latestVersion": "4.5.1",
3+
"latestVersion": "4.6.0",
44
"blacklist": [
55
"0.0.0",
66
"0.4.1",

0 commit comments

Comments
 (0)