(parallel/R-promises) Updated 1.3.2 to 1.5.0
# promises 1.5.0
----------------
## OpenTelemetry
promises now integrates with the otel package to provide observability
and tracing for asynchronous operations.
* `local_otel_promise_domain()` adds an OpenTelemetry span promise
domain to the local scope. This is useful for `{coro}` operations
where encapsulating the coro operations inside `with_*()` methods is
not allowed. (#179)
* `with_otel_promise_domain()` creates a promise domain that restores
the currently active OpenTelemetry span from when a call to `then()`
is executed. This enables proper tracing context across asynchronous
operations. (#173)
[115 lines not shown]
(devel/R-otel) import R-otel-0.2.0
High-quality, ubiquitous, and portable telemetry to enable effective
observability. OpenTelemetry is a collection of tools, APIs, and SDKs
used to instrument, generate, collect, and export telemetry data
(metrics, logs, and traces) for analysis in order to understand your
software's performance and behavior. This package implements the
OpenTelemetry API: <https://opentelemetry.io/docs/specs/otel/>. Use
this package as a dependency if you want to instrument your R package
for OpenTelemetry.
devel/task: update to 3.51.1
* A significant performance boost was achieved for large Taskfiles
(monorepos) by skipping templating altogether when the string is static.
* Added absPath template function that resolves a path to its absolute
form, cleaning .. and . components.
* Added joinEnv function to join paths based on your oprating system: ; for
Windows and : elsewhere, and joinUrl to join URL paths. Also, added two
new special variables: FILE_PATH_SEPARATOR which returns \ on Windows and
/ elsewhere, and PATH_LIST_SEPARATOR which returns ; on Windows and :
elsewhere.
* Update the shell interpreter with a regression fix.
* Fix potential panic with the shell interpreter.
[clang-doc] Move Generator classes into the anonymous namespace (#202058)
Clang-Tidy suggest moving these classes into the anonymous namespace,
to enforce internal linkage.
[clang-doc] Clean up implementation with better casting (#202060)
Having access to RTTI style casting lets us use slightly nicer
structures to clean up the overly complicated dispatch logic in merging
and other places.
mailsend-go: update to 1.0.12
* Add STARTTLS downgrade protection. A MITM attacker can strip STARTTLS
from the server's EHLO response, causing the client to send credentials in
plaintext. The bug is not in mailsend-go itself, rather it is in the
gomail.v2. The fix is in my fork of gomail via the new RequireSTARTTLS
field on the Dialer. mailsend-go sets it when credentials are provided and
SSL is not in use, so the connection returns an error instead of falling
back to plaintext.
* Remove unconditional debug print that leaked SMTP password to stdout.
* A warning is now printed to stderr when TLS certificate verification is
disabled. Use -verifyCert if desired.
iosevka-*: update to 34.6.1
Changes of version 34.6.1
* Fixes broken U+2BD1 and U+1F18A.
* Add Characters:
* LATIN SMALL LETTER R WITHOUT HANDLE (U+AB47).
Changes of version 34.6.0
* Add flat-top variants for a/g/m/n/p/q/r/α/η/а/р.
* Add flat-bottom variants for G/U/b/d/u/μ/µ.
* Refine shape of the following characters:
* LATIN CAPITAL LIGATURE OE (U+0152).
* LATIN LETTER SMALL CAPITAL OE (U+0276).
* MODIFIER LETTER SMALL CAPITAL OE (U+107A3).
Changes of version 34.5.0
[38 lines not shown]
[clang-doc] Clean up implementation with better casting
Having access to RTTI style casting lets us use slightly nicer
structures to clean up the overly complicated dispatch logic in merging
and other places.
[clang-doc] Move Generator classes into the anonymous namespace
Clang-Tidy suggest moving these classes into the anonymous namespace,
to enforce internal linkage.
graphics/blender: remove obsolete patch for math_half.cc
The patch-source_blender_blenlib_intern_math__half.cc patch no longer
applies to Blender 5.0.1 as the targeted code was removed upstream.