diff --git a/404.html b/404.html index 365c64d7b..018ed991f 100644 --- a/404.html +++ b/404.html @@ -33,7 +33,7 @@ diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 6f59e5560..533d35a08 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -17,7 +17,7 @@ diff --git a/LICENSE-text.html b/LICENSE-text.html index e96201b12..f5de1b62b 100644 --- a/LICENSE-text.html +++ b/LICENSE-text.html @@ -17,7 +17,7 @@ diff --git a/README-npm.html b/README-npm.html index e6405fcde..be3d5e4a1 100644 --- a/README-npm.html +++ b/README-npm.html @@ -17,7 +17,7 @@ diff --git a/TODO-promises.html b/TODO-promises.html index 5f6b58a80..d0db95cbb 100644 --- a/TODO-promises.html +++ b/TODO-promises.html @@ -17,7 +17,7 @@ diff --git a/authors.html b/authors.html index b8202e1d7..88788fc4d 100644 --- a/authors.html +++ b/authors.html @@ -17,7 +17,7 @@ @@ -188,20 +188,20 @@
Chang W, Cheng J, Allaire J, Sievert C, Schloerke B, Aden-Buie G, Xie Y, Allen J, McPherson J, Dipert A, Borges B (2025). shiny: Web Application Framework for R. -R package version 1.12.0.9000, https://shiny.posit.co/. +R package version 1.12.1, https://shiny.posit.co/.
@Manual{,
title = {shiny: Web Application Framework for R},
author = {Winston Chang and Joe Cheng and JJ Allaire and Carson Sievert and Barret Schloerke and Garrick Aden-Buie and Yihui Xie and Jeff Allen and Jonathan McPherson and Alan Dipert and Barbara Borges},
year = {2025},
- note = {R package version 1.12.0.9000},
+ note = {R package version 1.12.1},
url = {https://shiny.posit.co/},
}
diff --git a/index.html b/index.html
index de9e2d631..f9e1f5ed8 100644
--- a/index.html
+++ b/index.html
@@ -34,7 +34,7 @@
diff --git a/news/index.html b/news/index.html
index b305cec54..c3db82ff9 100644
--- a/news/index.html
+++ b/news/index.html
@@ -17,7 +17,7 @@
@@ -44,17 +44,23 @@
ExtendedTask now captures the OpenTelemetry recording state at initialization time rather than at invocation time, ensuring consistent span recording behavior regardless of runtime configuration changes. (#4334)withOtelCollect() and localOtelCollect() functions to temporarily control OpenTelemetry collection levels during reactive expression creation. These functions allow you to enable or disable telemetry collection for specific modules or sections of code where reactive expressions are being created. (#4333)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)withOtelCollect() and localOtelCollect() temporarily control OpenTelemetry collection levels during reactive expression creation, allowing you to enable or disable telemetry collection for specific modules or sections of code. (#4333)
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)
ExtendedTask now captures the OpenTelemetry recording state at initialization time rather than at invocation time, ensuring consistent span recording behavior regardless of runtime configuration changes. (#4334)
Timer tests are now skipped on CRAN. (#4327)
R/extended-task.R
+ Source: R/extended-task.R
ExtendedTask.Rd