plain.models 0.41.0__py3-none-any.whl → 0.41.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- plain/models/CHANGELOG.md +10 -0
- plain/models/otel.py +13 -1
- {plain_models-0.41.0.dist-info → plain_models-0.41.1.dist-info}/METADATA +1 -1
- {plain_models-0.41.0.dist-info → plain_models-0.41.1.dist-info}/RECORD +7 -7
- {plain_models-0.41.0.dist-info → plain_models-0.41.1.dist-info}/WHEEL +0 -0
- {plain_models-0.41.0.dist-info → plain_models-0.41.1.dist-info}/entry_points.txt +0 -0
- {plain_models-0.41.0.dist-info → plain_models-0.41.1.dist-info}/licenses/LICENSE +0 -0
plain/models/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# plain-models changelog
|
2
2
|
|
3
|
+
## [0.41.1](https://github.com/dropseed/plain/releases/plain-models@0.41.1) (2025-09-09)
|
4
|
+
|
5
|
+
### What's changed
|
6
|
+
|
7
|
+
- Improved stack trace filtering in OpenTelemetry spans to exclude internal plain/models frames, making debugging traces cleaner and more focused on user code ([5771dd5](https://github.com/dropseed/plain/commit/5771dd5))
|
8
|
+
|
9
|
+
### Upgrade instructions
|
10
|
+
|
11
|
+
- No changes required
|
12
|
+
|
3
13
|
## [0.41.0](https://github.com/dropseed/plain/releases/plain-models@0.41.0) (2025-09-09)
|
4
14
|
|
5
15
|
### What's changed
|
plain/models/otel.py
CHANGED
@@ -218,7 +218,19 @@ def _get_code_attributes():
|
|
218
218
|
|
219
219
|
# Add full stack trace only in DEBUG mode (expensive)
|
220
220
|
if settings.DEBUG:
|
221
|
-
|
221
|
+
# Filter out internal frames from the stack trace
|
222
|
+
filtered_stack = []
|
223
|
+
for frame in stack:
|
224
|
+
filepath = frame.filename
|
225
|
+
if not filepath:
|
226
|
+
continue
|
227
|
+
if "/plain/models/" in filepath:
|
228
|
+
continue
|
229
|
+
if filepath.endswith("contextlib.py"):
|
230
|
+
continue
|
231
|
+
filtered_stack.append(frame)
|
232
|
+
|
233
|
+
attrs[CODE_STACKTRACE] = "".join(traceback.format_list(filtered_stack))
|
222
234
|
|
223
235
|
return attrs
|
224
236
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
plain/models/AGENTS.md,sha256=xQQW-z-DehnCUyjiGSBfLqUjoSUdo_W1b0JmwYmWieA,209
|
2
|
-
plain/models/CHANGELOG.md,sha256=
|
2
|
+
plain/models/CHANGELOG.md,sha256=NMKkqzD7d6x3kmJzOL0-3qHGjBlFur1pX39ZR7w2i4Y,11169
|
3
3
|
plain/models/README.md,sha256=uibhtLwH-JUGzpW3tCFUrQo19i2RAvet1EkpyItdFxM,7269
|
4
4
|
plain/models/__init__.py,sha256=LJhlJauhTfUySY2hTJ9qBhCbEKMxTDKpeVrjYXZnsCw,2964
|
5
5
|
plain/models/aggregates.py,sha256=P0mhsMl1VZt2CVHMuCHnNI8SxZ9citjDLEgioN6NOpo,7240
|
@@ -22,7 +22,7 @@ plain/models/indexes.py,sha256=fazIZPJgCX5_Bhwk7MQy3YbWOxpHvaCe1dDLGGldTuY,11540
|
|
22
22
|
plain/models/lookups.py,sha256=eCsxQXUcOoAa_U_fAAd3edcgXI1wfyFW8hPgUh8TwTo,24776
|
23
23
|
plain/models/manager.py,sha256=zc2W-vTTk3zkDXCds5-TCXgLhVmM4PdQb-qtu-njeLQ,5827
|
24
24
|
plain/models/options.py,sha256=1EtFAXG3RqwoT8DzRKUmZvfXlhk98MvCf4q4FG6jBN4,23572
|
25
|
-
plain/models/otel.py,sha256=
|
25
|
+
plain/models/otel.py,sha256=36QSJS6UXv1YPJTqeSmEvdMVHRkXa_zgqqItJaXc59g,7619
|
26
26
|
plain/models/preflight.py,sha256=PlS1S2YHEpSKZ57KbTP6TbED98dDDXYSBUk6xMIpgsI,8136
|
27
27
|
plain/models/query.py,sha256=i9wDYzi3hjlLSjUih3yykwERLZT23m1gZ56jqmZth7Y,90520
|
28
28
|
plain/models/query_utils.py,sha256=Ny7PZJ5GduDrdzAT2ALtcKge780QP3w-ARTBqHNOu6U,14178
|
@@ -115,8 +115,8 @@ plain/models/sql/where.py,sha256=ezE9Clt2BmKo-I7ARsgqZ_aVA-1UdayCwr6ULSWZL6c,126
|
|
115
115
|
plain/models/test/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
116
116
|
plain/models/test/pytest.py,sha256=KD5-mxonBxOYIhUh9Ql5uJOIiC9R4t-LYfb6sjA0UdE,3486
|
117
117
|
plain/models/test/utils.py,sha256=S3d6zf3OFWDxB_kBJr0tDvwn51bjwDVWKPumv37N-p8,467
|
118
|
-
plain_models-0.41.
|
119
|
-
plain_models-0.41.
|
120
|
-
plain_models-0.41.
|
121
|
-
plain_models-0.41.
|
122
|
-
plain_models-0.41.
|
118
|
+
plain_models-0.41.1.dist-info/METADATA,sha256=enNWwlsqHqqrPDy5uzkFcxfT4bcRO4lYKMjN7W7M6hI,7581
|
119
|
+
plain_models-0.41.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
120
|
+
plain_models-0.41.1.dist-info/entry_points.txt,sha256=IYJAW9MpL3PXyXFWmKmALagAGXC_5rzBn2eEGJlcV04,112
|
121
|
+
plain_models-0.41.1.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
|
122
|
+
plain_models-0.41.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|