Changes.Watch

Laravel changelog digest

Feb 2 - Feb 8, 2026. Useful releases, risky migrations, and noisy updates from the Laravel channel.

No matching updates in this bucket.

Laravel updates in 2026-w06

8.4.1

  • Security patches applied to RedisTimeSeries, RedisJSON, and RedisBloom modules.
  • Extensive bug fixes across RediSearch (cluster handling, FT commands, memory management) and other modules.
  • Performance enhancements, new metrics, and configuration options added for vector search, profiling, and resource utilization.

8.2.4

  • Security patches for RedisTimeSeries and RedisJSON to hide PII and fix malformed log messages.
  • Extensive bug fixes across modules (RediSearch, RedisBloom, RedisJSON) addressing crashes, memory corruption, concurrency issues, and incorrect scoring.
  • New features and enhancements: WITHCOUNT in FT.AGGREGATE, default scorer config, vector search performance boosts, and added metrics for profiling and resource usage.

Cross-Event Querying in Trace Explorer (Beta)

  • Introduces cross-event querying in Trace Explorer (beta).
  • Allows filtering spans based on their relationship to other events in a distributed trace.
  • Enhances trace analysis with advanced correlation capabilities.

Send Metrics using the Flutter SDK

  • Adds capability to send usage metrics using the Flutter SDK
  • Introduces new API methods for recording and transmitting metric data
  • Enables developers to track app performance and usage directly from Flutter

Send Metrics using the iOS SDK

  • Added ability to send custom metrics via the iOS SDK.
  • Enables developers to report performance data directly from iOS apps.
  • Supports metric types such as counters, gauges, and histograms.