Skip to content

Commit 728ec2b

Browse files
committed
Update docs for v4.5.1
1 parent 560c369 commit 728ec2b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/news.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,18 @@ 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.5.1 (2024-09-19)
13+
### Highlights
14+
- **Telemetry auto instrumentation:**
15+
- By employing the usage of the [opentelemetry-python-contrib](https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation)
16+
we are able to take advantage of the support for auto instrumenting several
17+
libraries in use by this client. This telemetry data is paramount for exceptional
18+
observability. Check out the [readme for a quickstart](https://github.com/Sage-Bionetworks/synapsePythonClient/blob/master/README.md#opentelemetry-otel).
19+
- `owner_id` (Or the ID of the logged in profile) is available on logged in Synapse instance via `syn.credentials.owner_id`
20+
21+
### Bug Fixes
22+
- \[[FDS-2386](https://sagebionetworks.jira.com/browse/FDS-2386)\] - Keep track of Entity class instances throughout SynapseStorage lifecycle
23+
1224
## 4.5.0 (2024-09-09)
1325
### Highlights
1426
- **Improved handling of pre-authorized requests:**

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.5.0",
3+
"latestVersion": "4.5.1",
44
"blacklist": [
55
"0.0.0",
66
"0.4.1",

0 commit comments

Comments
 (0)