You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/news.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ detailing some of the changes.
9
9
the 4.x.x versions hidden behind optional feature flags or different import paths. Any
10
10
breaking changes will not be included until v5.0.
11
11
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
+
12
24
## 4.5.0 (2024-09-09)
13
25
### Highlights
14
26
-**Improved handling of pre-authorized requests:**
0 commit comments