Latest PECL Releases:
- gRPC 1.84.0RC1
- gRPC Core 1.84.0 update - datadog_trace 1.25.0
## All products ### Added - Support the stable OpenTelemetry `deployment.environment.name` resource attribute, mapped to `DD_ENV` (in addition to the legacy `deployment.environment`) #4148Internal
- Exclude
DD_API_KEYand OTLP exporter header values from configuration telemetry #3961
Tracer
Changed
- Add a 1 MB size limit to Dynamic Instrumentation capture snapshots #4126
Fixed
- Fix missing/mis-tagged
drupal.theme.renderspans on Drupal >= 11.3 and under early-returning renders #4145 - Fix sidecar reconnection error handling DataDog/libdatadog#2463
- Fix a sidecar listening-socket leak across forks DataDog/libdatadog#2447
Internal
- Reduce reconnect overhead for periodic background HTTP requests in the sidecar (telemetry/trace flushes) DataDog/libdatadog#2440
- Reduce the number of HTTP requests sent for shutdown telemetry DataDog/libdatadog#2435
- Feature Flag Evaluation: support arbitrary semver version formats and add serial-id tracking to exposure events DataDog/libdatadog#2413, DataDog/libdatadog#2402
- Improve crash-report accuracy by filtering stack frames above the faulting frame DataDog/libdatadog#2428
- Fix -flto -ffat-lto-objects builds DataDog/libdatadog#2460
Profiling
Changed
- Improve profiler throughput by ~1% by gating debug-only runtime cache stats behind a build feature #4130
Fixed
- Restore I/O GOT hooks on module shutdown #4154
Internal
- Align zstd compression behavior across targets in the profiler's uploader DataDog/libdatadog#2400
AppSec
Internal
- Move appsec communication onto the sidecar; the appsec helper is now built into the sidecar instead of as a separate binary, and the legacy C++ helper is removed #3725
- Exclude
- mongodb 1.21.9
**Full Changelog**: https://github.com/mongodb/mongo-php-driver/compare/1.21.8...1.21.9 - mongodb 2.5.2
<!-- Release notes generated using configuration in .github/release.yml at 2.5.2 -->Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/2.5.1...2.5.2
- mongodb 1.21.8
## What's Changed * Fix release workflow failing on root-owned git objects by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2066 * Document `phpize --clean` in build instructions by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2074 * Upgrade libmongoc to 1.30.9 by @paulinevos in https://github.com/mongodb/mongo-php-driver/pull/2077 * PHPC-2744 Fix dependency issue by @paulinevos in https://github.com/mongodb/mongo-php-driver/pull/2081Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/1.21.7...1.21.8
- mongodb 2.5.0
<!-- Release notes generated using configuration in .github/release.yml at 2.5.0 -->What's Changed
- PHPC-2753 Add link to ECR log-in by @kevinAlbs in https://github.com/mongodb/mongo-php-driver/pull/2055
- Merge v2.4 into v2.x by @mongodb-drivers-pr-bot[bot] in https://github.com/mongodb/mongo-php-driver/pull/2058
- PHPC-2751: Upgrade libmongoc to 2.5.0 by @paulinevos in https://github.com/mongodb/mongo-php-driver/pull/2054
- Bump tests/drivers-evergreen-tools from
e86753etoc70d29eby @dependabot[bot] in https://github.com/mongodb/mongo-php-driver/pull/2053 - Merge v2.4 into v2.x by @mongodb-drivers-pr-bot[bot] in https://github.com/mongodb/mongo-php-driver/pull/2065
- Update package.xml maintainers list by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2067
- Fix release workflow failing on root-owned git objects by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2066
- Merge v2.4 into v2.x by @mongodb-drivers-pr-bot[bot] in https://github.com/mongodb/mongo-php-driver/pull/2071
- PHPC-2754: Update libmongocrypt to 1.20.3 by @GromNaN in https://github.com/mongodb/mongo-php-driver/pull/2072
- Merge v2.4 into v2.x by @mongodb-drivers-pr-bot[bot] in https://github.com/mongodb/mongo-php-driver/pull/2073
- PHPC-2756: Upgrade libmongoc to 2.5.1 by @paulinevos in https://github.com/mongodb/mongo-php-driver/pull/2075
New Contributors
- @kevinAlbs made their first contribution in https://github.com/mongodb/mongo-php-driver/pull/2055
Full Changelog: https://github.com/mongodb/mongo-php-driver/compare/2.4.1...2.5.0
- yac 2.4.1
- Integrity-check every value with CRC-32C on read: three interleaved hardware chains for values over 1KB on x86-64/ARM64, sliced-by-8 software table elsewhere - Eviction rework: separate expired sweep, victims picked by remaining ttl (ties fall to least hit), corrupt blocks tombstoned on find - A single MurmurHash64A drives home slot and probe stride (two hashes before) - hits/miss accumulated per process and folded once at request end, off the shared-counter hot path - Default memory raised: keys 4M to 8M, values 32M to 64M; compression on by default at 4K - Fixed a refcount leak on the multi-get $default - Entries failing to decompress are now invalidated instead of being evicted over and over - Fixed crc sampling and the decompression check - Fixed spurious kicks - Fixed the JSON serializer decoding from an unterminated buffer - Fixed info() folding miss counts into the hits counter




