Update NEWS.md

This commit is contained in:
Barret Schloerke
2025-12-03 16:38:46 -05:00
parent 02adfec010
commit 9fe110dc55

10
NEWS.md
View File

@@ -1,6 +1,14 @@
# shiny 1.12.1
* OpenTelemetry code attributes now include both preferred (`code.file.path`, `code.line.number`, `code.column.number`) and deprecated (`code.filepath`, `code.lineno`, `code.column`) attribute names to follow OpenTelemetry semantic conventions while maintaining backward compatibility. The deprecated names will be removed in a future release after Logfire supports the preferred names. (#4325)
## Bug fixes and minor improvements
* OpenTelemetry code attributes now include both the preferred attribute names
(`code.file.path`, `code.line.number`, `code.column.number`) and the
deprecated names (`code.filepath`, `code.lineno`, `code.column`) to follow
OpenTelemetry semantic conventions while maintaining backward compatibility.
The deprecated names will be removed in a future release after Logfire
supports the preferred names. (#4325)
* Timer tests are now skipped on CRAN. (#4327)
# shiny 1.12.0