Skip to content

Commit 50ac0ca

Browse files
committed
changelog of updates
1 parent b90cbc3 commit 50ac0ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Changes
22

3-
## 0.28.3 (2025-xx-xx)
3+
## 0.28.3 (2025-03-11)
44

5-
- ...
5+
- Fixes an issue where the OTEL prometheus meter provider would start the prometheus exporter server although the service was not instrumented if an OTEL meter was created outside of the service' auto instrumentation scope. On hot reloads of code changes this would also cause the prometheus exporter server to be started multiple times, causing the service to fail to restart due to a port conflict.
6+
- Fixes an issue in OTEL prometheus exporter target info where the service_name and job could be incorrectly set to "unknown_service" if an OTEL meter was created before the service was fully initialized and instrumented.
7+
- Added jwcrypto to the list of safe modules that won't be cleared during the hot auto reload on code changes.
8+
- Restricted version constraint of OTEL API / OTEL SDK to 1.27.0 until support for exemplar builder is fully implemented into tomodachi's aggregators.
69

710
## 0.28.2 (2025-02-14)
811

0 commit comments

Comments
 (0)